code: plan9front

RSS feed

ffb48be9 – Sigrid authored - 2022/09/08 16:20
reform/pm: serve lpc readouts over a queue to avoid lockups on other requests

a1a4ae4a – Sigrid authored - 2022/09/08 15:44
reform/pm: lpccall: read as much as possible after the command; clean up

247d5183 – Sigrid authored - 2022/09/07 19:13
reform(1): add a note about battery readings

acfc389b – Sigrid authored - 2022/09/07 19:03
reform/pm: calculate time to full (dis)charge; low→warn capacity; endless loop protection

25ad7eef – Sigrid authored - 2022/09/07 15:49
fshalt: optionally use /dev/pmctl to shut down the machine

79293e82 – Sigrid authored - 2022/09/07 15:45
reform: add pmctl to read more info and to turn power rails off; manpages

ff1f02c3 – Sigrid authored - 2022/09/07 15:43
aux/acpi: mount -a on /dev instead of /mnt/pm; ctl → pmctl

5a3aea0c – Sigrid authored - 2022/09/06 20:52
imx8/pm: provide acpi(1)-compatible battery readings

e7f003c9 – Ori authored - 2022/09/05 23:42
git(1), gitfs(4): fix style and typos (thanks schwindl)

7ff0da30 – Sigrid authored - 2022/09/05 13:25
imx8/lcd: rework screen blanking

2370a41c – cinap_lenrek authored - 2022/09/05 04:54
ethervgbe: fix fucked up merge

d28925d8 – cinap_lenrek authored - 2022/09/05 04:45
merge

9ad75b63 – cinap_lenrek authored - 2022/09/05 04:42
ethervgbe: enable auto-negotiation and ipv6 (thanks arne)

a87619ff – Sigrid authored - 2022/09/04 11:02
imx8/clock: 1.6Ghz - forgot to push the rest of the change

677a2f5c – Sigrid authored - 2022/09/03 18:15
imx8: go back to 1.6Ghz

e3920d71 – cinap_lenrek authored - 2022/09/03 15:29
devip: make Rproxy flag explicit

f3032eb9 – cinap_lenrek authored - 2022/09/03 13:30
zynq: correctly specify dolock flag to postnote()

190e2855 – cinap_lenrek authored - 2022/09/03 13:30
pc64: half KSTACK to 8k.

3e115487 – cinap_lenrek authored - 2022/09/03 13:30
kernel: half NERR, refcount Note's to avoid excessive allocations for postnotepg()

99529b80 – cinap_lenrek authored - 2022/09/03 13:25
devip: replicate the nat-flag (Rtrans) when superceding interface route

a0048b5c – Sigrid authored - 2022/09/02 12:12
imx8/lcd: disable the bridge output on blank

a194f52c – Sigrid authored - 2022/09/01 16:51
imx8/lcd: toggle lcdif on blankscreen

a609c610 – cinap_lenrek authored - 2022/08/30 16:55
revert a3dc4d80a899b28130729721b90a0506e44b8d76, didnt work, back to iprint()

eaef2887 – Sigrid authored - 2022/08/30 14:09
libtags: try other formats after id3v2 is found

2417e3f6 – Sigrid authored - 2022/08/29 17:07
imx8/sai: reduce watermark; use the fifo size reported by the platform; remove useless stuff

96601790 – Sigrid authored - 2022/08/29 16:57
reform/shortcuts: use Kmod4+esc to (un)mute the audio

11bc8cce – Sigrid authored - 2022/08/26 07:56
sdnvme: correct mode/serial/firmware string lengths

5c78e0bd – Sigrid authored - 2022/08/25 17:46
audio/mkplist: don't fail entirely if a directory is not accessible

e2124b10 – Sigrid authored - 2022/08/25 17:22
imx8: invalidate l2 cache as well (fixes not fully cleared BSS on cold boot)

ca8d12b8 – Sigrid authored - 2022/08/25 09:29
audio/zuke: properly report empty playlist error

a786a79a – Sigrid authored - 2022/08/24 09:55
reform/shortcuts: negative step values

cc861074 – Sigrid authored - 2022/08/24 09:45
reform: add reform/shortcuts

6ee1e4bd – Sigrid authored - 2022/08/24 09:26
audio/zuke: fix off-by-one in playlist loading; initialize scrolling to avoid jump on first track

5a51e900 – Sigrid authored - 2022/08/23 15:17
zuke(1): document current track printout on stdout

6bf304a7 – Sigrid authored - 2022/08/23 15:17
audio/zuke: rewrite rendering logic

8dcf65f2 – Jacob authored - 2022/08/23 00:53
ktrans: xin chào

119f35bc – qwx authored - 2022/08/22 18:39
games/doom: raise static limits

02ec9f06 – qwx authored - 2022/08/22 18:13
games/doom: fix glitchy mouse movement

846debd0 – qwx authored - 2022/08/22 18:04
games/doom: raise max scale factor for 4k

ec8d7cdf – qwx authored - 2022/08/22 17:56
games/doom: rename mouse use key for what it is and remove double click

26cc14d6 – qwx authored - 2022/08/22 17:39
games/doom: add optional autorun

1fca5f75 – Sigrid authored - 2022/08/22 17:09
audio/zuke: fix seeking with mouse

afccf58e – Sigrid authored - 2022/08/22 17:06
audio/zuke: clip scrolling to the edges

3864ccc4 – Sigrid authored - 2022/08/22 17:03
audio/zuke: redraw as soon as search input is enter (not only cancelled); more chance for non-blocking redraw

6cc7c754 – Sigrid authored - 2022/08/22 17:00
audio/zuke: don't blink the mouse pointer while idling

19388b8e – Sigrid authored - 2022/08/22 16:50
audio/zuke: fix newly introduced bugs

419750e6 – Sigrid authored - 2022/08/22 15:49
audio/zuke: put the search input on its own window

acd4f181 – Sigrid authored - 2022/08/22 15:38
audio/zuke: faster redraw without flashing - XRGB32 with backing image

9fda8c6d – Sigrid authored - 2022/08/22 15:20
audio/zuke: redraw in a separate thread - no audio dropouts on scrolling, more responsive

c2b8bb8e – cinap_lenrek authored - 2022/08/21 19:08
imx8: 1.5Ghz turbo

a3dc4d80 – cinap_lenrek authored - 2022/08/21 18:26
imx8: use print() instead of iprint() for cpuidprint(), so it gets logged in kmesg

6c8de271 – Jacob authored - 2022/08/21 18:24
rio: kbdtap deadlocks are verboden

aea866a4 – Sigrid authored - 2022/08/21 17:56
imx8: disable turbo mode, set to 1.4GHz which is stable on first boot

39aabc9f – Sigrid authored - 2022/08/21 03:46
reform: tweak manpage and reform/audio a bit

a78b71b1 – Sigrid authored - 2022/08/20 21:30
move and rename MNT Reform 2 support utilies, cat manpages into one

5e15db8f – Jacob authored - 2022/08/20 15:21
rio: make it harder to deadlock from kbdtap

3e58068c – Sigrid authored - 2022/08/20 13:05
aux/wm8960: relative volume adjustment through the fs interface

f05b00e7 – Sigrid authored - 2022/08/20 12:40
fshalt: shut up about #P not being present

a078bdb6 – Sigrid authored - 2022/08/20 12:38
fshalt: support relative paths to the new kernel

95206ac7 – Sigrid authored - 2022/08/20 09:39
aux/imx8pm: add relative brightness setting (-+N), useful for key bindings

0986cc7a – Ori authored - 2022/08/20 08:39
fshalt: remove unused variable

7951f2d2 – Sigrid authored - 2022/08/19 23:55
imx8/sai, aux/wm8960: expose jack detect status in #A/audiostat

5dd6ca6b – Sigrid authored - 2022/08/19 23:41
imx8/gpio: missed change in the previous commit

3dbca6b9 – Sigrid authored - 2022/08/19 23:36
imx8/gpio: add interrupt handlers support

5a531847 – Jacob authored - 2022/08/19 22:41
rio: /dev/label should just ignore offset

4009eb2f – Jacob authored - 2022/08/19 19:35
rio: correct tap code

a36f9973 – Ori authored - 2022/08/19 12:59
ar: print output to stdout (thanks uramekus)

418131d3 – Sigrid authored - 2022/08/19 12:48
games/doom: add "m_forward" cvar to disable vertical motion move; actually implement use_mouse

21ae8333 – Sigrid authored - 2022/08/19 08:33
aux/wm8960: fix chopped audio on the speakers with high volume

c3a430e6 – Sigrid authored - 2022/08/18 22:48
wm8960(8): fix wrong source and see also

19f18b5d – Sigrid authored - 2022/08/18 22:46
man: wm8960(8) and imx8pm(8)

8e8b2788 – Sigrid authored - 2022/08/18 22:02
aux/wm8960: disable speaker boost to avoid clipping

48806b3e – Sigrid authored - 2022/08/18 21:55
aux/wm8960: expose 3d stereo controls

700bb3fa – Jacob authored - 2022/08/18 20:56
/lib/troll: plan9 secret society

bdc9a81b – Sigrid authored - 2022/08/18 20:46
imx8/sai: flush the ring on close to avoid garbage leftovers on restarts

e0e2e9d8 – Sigrid authored - 2022/08/18 20:26
imx8/sai: do not strangle the core with interrupts on underruns

f9279fa4 – Sigrid authored - 2022/08/18 18:58
aux/wm8960: support 48kHz via "speed" verb

88fe1837 – Sigrid authored - 2022/08/18 16:33
aux/wm8960: reduce popping, clean up

dc2b5f18 – Sigrid authored - 2022/08/18 09:45
aux/wm8960: do the math

f508dfaa – Jacob authored - 2022/08/18 07:44
rio: require a confirmation for Exit

e7d03d19 – qwx authored - 2022/08/18 01:33
devvga: fix race condition between writes to vgactl

218d21f3 – Sigrid authored - 2022/08/18 00:43
aux/wm8960: make jack detect work; enable thermal shutdown; fix fractional div part

e5428599 – Sigrid authored - 2022/08/17 23:46
imx8/sai: double the delay; set clock explicitly

f351c9fc – Sigrid authored - 2022/08/17 23:06
aux/wm8960: run as master and provide more precise clock; add oneshot mode (no fs)

7c6dac30 – Sigrid authored - 2022/08/17 23:05
imx8/sai: increase watermark, run in slave mode, continue on fifo errors

9a6bf7f0 – Sigrid authored - 2022/08/17 19:24
imx8: add a semi-working SAI2 audio driver

91f79ce9 – cinap_lenrek authored - 2022/08/17 13:38
kernel: allocate notes in heap

c8e25d2a – cinap_lenrek authored - 2022/08/17 11:21
kernel: simplify notify() adding common popnote() function

7828ffb8 – Jacob authored - 2022/08/17 10:20
ktrans: use stdio by default

3331ccc6 – Sigrid authored - 2022/08/17 09:20
aux/wm8960: provide hardcoded "speed" in volume file

9a01a24a – Sigrid authored - 2022/08/17 09:10
aux/wm8960: audio controls fs for MNT Reform

d86a7ed4 – Ori authored - 2022/08/16 19:50
git/rebase: allow rebase without a clean tree

3839ad4d – Sigrid authored - 2022/08/16 06:09
imx8/usbxhciimx: fix a set and not used warning

fa090692 – Sigrid authored - 2022/08/15 20:08
aux/imx8pm: hide gpu and vpu from cputemp

96a39410 – Sigrid authored - 2022/08/15 20:06
aux/acpi, aux/imx8pm: stats(1) expects two numbers for each cputemp reading

5743b462 – Sigrid authored - 2022/08/15 19:43
aux/imx8pm: calibrate per documentation (but with questionable values)

7fd7d627 – Sigrid authored - 2022/08/15 19:42
imx8: enable/expose tmu

423b54a0 – Sigrid authored - 2022/08/15 14:30
mkdevc: fix dtracy-disabled builds (thanks ori)

69352f66 – Jacob authored - 2022/08/14 23:45
ktrans: tow inside the environment

79c18429 – Jacob authored - 2022/08/14 23:34
rio(4): talk about kbdtap

Next