git: 9front

RSS feed

ee726464 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/09/01 16:51
imx8/lcd: toggle lcdif on blankscreen

a30f99a4 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/30 16:55
revert 4ec88571a4d7a4d77043c6d0b9268ea52d8ae788, didnt work, back to iprint()

f28f263d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/30 14:09
libtags: try other formats after id3v2 is found

2d255838 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/29 17:07
imx8/sai: reduce watermark; use the fifo size reported by the platform; remove useless stuff

a0776805 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/29 16:57
reform/shortcuts: use Kmod4+esc to (un)mute the audio

d18f8254 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/26 07:56
sdnvme: correct mode/serial/firmware string lengths

cd2c738c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/25 17:46
audio/mkplist: don't fail entirely if a directory is not accessible

a82c7a09 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/25 17:22
imx8: invalidate l2 cache as well (fixes not fully cleared BSS on cold boot)

c83d6627 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/25 09:29
audio/zuke: properly report empty playlist error

3a307f49 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/24 09:55
reform/shortcuts: negative step values

e5c8d1dc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/24 09:45
reform: add reform/shortcuts

7021afaf – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/24 09:26
audio/zuke: fix off-by-one in playlist loading; initialize scrolling to avoid jump on first track

2318a140 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/23 15:17
zuke(1): document current track printout on stdout

3a29c37c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/23 15:17
audio/zuke: rewrite rendering logic

e20dba2c – Jacob Moody <moody@posixcafe.org> authored on 2022/08/23 00:53
ktrans: xin chào

6e579fe4 – qwx <qwx@sciops.net> authored on 2022/08/22 18:39
games/doom: raise static limits

0ae068c9 – qwx <qwx@sciops.net> authored on 2022/08/22 18:13
games/doom: fix glitchy mouse movement

86c6cd94 – qwx <qwx@sciops.net> authored on 2022/08/22 18:04
games/doom: raise max scale factor for 4k

6ab9e11d – qwx <qwx@sciops.net> authored on 2022/08/22 17:56
games/doom: rename mouse use key for what it is and remove double click

70217551 – qwx <qwx@sciops.net> authored on 2022/08/22 17:39
games/doom: add optional autorun

20914bf2 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 17:09
audio/zuke: fix seeking with mouse

3e119b29 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 17:06
audio/zuke: clip scrolling to the edges

4390c707 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 17:03
audio/zuke: redraw as soon as search input is enter (not only cancelled); more chance for non-blocking redraw

bcebab33 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 17:00
audio/zuke: don't blink the mouse pointer while idling

95e904d1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 16:50
audio/zuke: fix newly introduced bugs

a2bb4829 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 15:49
audio/zuke: put the search input on its own window

71fb2d07 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 15:38
audio/zuke: faster redraw without flashing - XRGB32 with backing image

2acbbf2a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/22 15:20
audio/zuke: redraw in a separate thread - no audio dropouts on scrolling, more responsive

84bf8893 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/21 19:08
imx8: 1.5Ghz turbo

4ec88571 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/21 18:26
imx8: use print() instead of iprint() for cpuidprint(), so it gets logged in kmesg

f96bae7a – Jacob Moody <moody@posixcafe.org> authored on 2022/08/21 18:24
rio: kbdtap deadlocks are verboden

dd454a23 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/21 17:56
imx8: disable turbo mode, set to 1.4GHz which is stable on first boot

e2e9ffea – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/21 03:46
reform: tweak manpage and reform/audio a bit

244b9423 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/20 21:30
move and rename MNT Reform 2 support utilies, cat manpages into one

0fa3ff05 – Jacob Moody <moody@posixcafe.org> authored on 2022/08/20 15:21
rio: make it harder to deadlock from kbdtap

dc9558b7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/20 13:05
aux/wm8960: relative volume adjustment through the fs interface

82f8847c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/20 12:40
fshalt: shut up about #P not being present

9cee8477 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/20 12:38
fshalt: support relative paths to the new kernel

183fef55 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/20 09:39
aux/imx8pm: add relative brightness setting (-+N), useful for key bindings

849786f4 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/20 08:39
fshalt: remove unused variable

13381e0c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/19 23:55
imx8/sai, aux/wm8960: expose jack detect status in #A/audiostat

a02f5b3a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/19 23:41
imx8/gpio: missed change in the previous commit

40033824 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/19 23:36
imx8/gpio: add interrupt handlers support

f9cec75e – Jacob Moody <moody@posixcafe.org> authored on 2022/08/19 22:41
rio: /dev/label should just ignore offset

05613de3 – Jacob Moody <moody@posixcafe.org> authored on 2022/08/19 19:35
rio: correct tap code

b0adfb13 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/19 12:59
ar: print output to stdout (thanks uramekus)

61543988 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/19 12:48
games/doom: add "m_forward" cvar to disable vertical motion move; actually implement use_mouse

9f2b83e1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/19 08:33
aux/wm8960: fix chopped audio on the speakers with high volume

45983b62 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 22:48
wm8960(8): fix wrong source and see also

a0ba4c1f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 22:46
man: wm8960(8) and imx8pm(8)

c343c6cc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 22:02
aux/wm8960: disable speaker boost to avoid clipping

50c06594 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 21:55
aux/wm8960: expose 3d stereo controls

226d432b – Jacob Moody <moody@posixcafe.org> authored on 2022/08/18 20:56
/lib/troll: plan9 secret society

56ef55bd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 20:46
imx8/sai: flush the ring on close to avoid garbage leftovers on restarts

46f916df – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 20:26
imx8/sai: do not strangle the core with interrupts on underruns

c460fb35 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 18:58
aux/wm8960: support 48kHz via "speed" verb

4e5ceb94 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 16:33
aux/wm8960: reduce popping, clean up

381ae5a2 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 09:45
aux/wm8960: do the math

af43238a – Jacob Moody <moody@posixcafe.org> authored on 2022/08/18 07:44
rio: require a confirmation for Exit

70ea5a3a – qwx <qwx@sciops.net> authored on 2022/08/18 01:33
devvga: fix race condition between writes to vgactl

d8962845 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/18 00:43
aux/wm8960: make jack detect work; enable thermal shutdown; fix fractional div part

2ec2e0c0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 23:46
imx8/sai: double the delay; set clock explicitly

217f4137 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 23:06
aux/wm8960: run as master and provide more precise clock; add oneshot mode (no fs)

aacdabd9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 23:05
imx8/sai: increase watermark, run in slave mode, continue on fifo errors

d452eae7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 19:24
imx8: add a semi-working SAI2 audio driver

1001ef6a – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/17 13:38
kernel: allocate notes in heap

5ed9ed2d – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/17 11:21
kernel: simplify notify() adding common popnote() function

c02de4e9 – Jacob Moody <moody@posixcafe.org> authored on 2022/08/17 10:20
ktrans: use stdio by default

953d97fd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 09:20
aux/wm8960: provide hardcoded "speed" in volume file

53ab61f6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/17 09:10
aux/wm8960: audio controls fs for MNT Reform

110ced63 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/16 19:50
git/rebase: allow rebase without a clean tree

d6fac768 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/16 06:09
imx8/usbxhciimx: fix a set and not used warning

8570b835 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/15 20:08
aux/imx8pm: hide gpu and vpu from cputemp

cc8a5a0d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/15 20:06
aux/acpi, aux/imx8pm: stats(1) expects two numbers for each cputemp reading

5debf93a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/15 19:43
aux/imx8pm: calibrate per documentation (but with questionable values)

6e5f1dce – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/15 19:42
imx8: enable/expose tmu

7b864463 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2022/08/15 14:30
mkdevc: fix dtracy-disabled builds (thanks ori)

3f5a4e9f – Jacob Moody <moody@posixcafe.org> authored on 2022/08/14 23:45
ktrans: tow inside the environment

11616a88 – Jacob Moody <moody@posixcafe.org> authored on 2022/08/14 23:34
rio(4): talk about kbdtap

9793970a – Jacob Moody <moody@posixcafe.org> authored on 2022/08/14 22:59
rio: add /dev/kbdtap

de133a85 – qwx <qwx@sciops.net> authored on 2022/08/14 13:49
aux/vga: misc. igfx fixes for displayport

61919647 – Jacob Moody <moody@posixcafe.org> authored on 2022/08/14 09:04
git/hist: make it work in subdirectories

41e60666 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/14 07:05
libdraw: bikeshed formatting

87a03329 – ori@eigenstate.org <ori@eigenstate.org> authored and Ori Bernstein <ori@eigenstate.org> committed on 2022/06/23 20:08
upas/dkim: dkim signing for upas

e499bc99 – sl <sl@reform> authored on 2022/08/13 20:38
/lib/theo: Isn't that bad?

a5f58a1f – sl <sl@reform> authored on 2022/08/13 20:37
add /rc/bin/splitmbox (we've already shipped the splitmbox(8) man page for years) (thanks, umbraticus)

de0bbb09 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/13 19:03
libdtracy: fix wrong key size comparsion in dtarecord()

27f3c281 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/13 18:33
fshalt(8): document -r kernelpath feature

76310197 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/13 18:27
dtracy: make timer probes run in interrupt context

822821cd – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/13 18:12
dtracy: correctly look up aggregate keys

664b66d6 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/13 15:35
git/commit: user better defaults for username

75afba77 – cinap_lenrek <cinap_lenrek@felloff.net> authored on 2022/08/13 15:34
ip/ipconfig: we do not want icmp advice errors on our dhcp connection

012e644d – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/12 16:54
auth(8): sync usage messages for auth/box

a57db8af – glenda <glenda@9front.local> authored on 2025/05/13 21:33
kernel: get rid of Proc.kstack

872957cd – glenda <glenda@9front.local> authored on 2025/05/13 21:31
kernel: exclude ppc kernels from all target

d2956b04 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/12 08:01
9: compute available kernel pages using sizeof(Proc*)

47039493 – Ori Bernstein <ori@eigenstate.org> authored on 2022/08/12 06:36
fshalt: allow passing a kernel to 'fshalt -r'

0fa49791 – "Ori Bernstein" <ori@eigenstate.org> authored on 2022/08/12 05:06
ether8169: support for RTL8168EP chips

54c194f4 – qwx <qwx@sciops.net> authored on 2022/08/12 00:44
update /lib/pci

5fa7e5f5 – qwx <qwx@sciops.net> authored on 2022/08/11 05:51
etheriwl: add 7265 device id

Next