code: plan9front

RSS feed

f1a32c95 – cinap_lenrek authored - 2023/07/13 19:51
etheriwl: Add support for Wireless AC 3160 (thanks kws)

58678031 – Sigrid authored - 2023/07/13 12:41
/sys/lib/dist/ndb/common: add esmtp (port 587)

b9092ff3 – Sigrid authored - 2023/07/12 18:36
vt: resize only when the window is not hidden (fixes window at top left corner with riow after terminal reset)

37318361 – Sigrid authored - 2023/07/12 15:11
vt: bracketed paste mode (fixes autoindentation in text editors)

e52c3b4a – cinap_lenrek authored - 2023/07/11 10:30
bcm: fix the build

99cd8b23 – cinap_lenrek authored - 2023/07/09 19:39
mouse: use tsleep() instead of delay() (thanks uramekus)

2f457e75 – cinap_lenrek authored - 2023/07/09 19:36
libaml: dummy implement NotifyOp (thanks uramekus)

9bafdc2d – Jacob authored - 2023/07/09 15:55
games/gb: correctly mark transmitted serial data as sent

0fd4ad80 – cinap_lenrek authored - 2023/07/09 11:35
omap: Fix missing preempted() call after non-clock interrupt (Thanks Anthony Martin)

4ac5cfed – cinap_lenrek authored - 2023/07/09 11:29
bcm, bcm64, imx8, kw: Fix missing preempted() call on non-clock interrupt (thanks Anthony Martin)

d31b10c4 – cinap_lenrek authored - 2023/07/08 19:01
swap: fix pager nil pointer derefence when running out of procs

3da0a627 – cinap_lenrek authored - 2023/07/08 14:19
devvmx: restore previous initial value for xcr0

217222e7 – cinap_lenrek authored - 2023/07/08 13:51
devvmx: reset kernel fpu state before loading vmx fpu state

16476962 – cinap_lenrek authored - 2023/07/08 13:48
pc: skip CLI/STI when not needed

6269cdd5 – cinap_lenrek authored - 2023/07/08 13:46
pc: do trapinit() and mathinit() early

e969575d – cinap_lenrek authored - 2023/07/08 13:45
pc, pc64: clear osxsave flag in cr4 when not used

b4bcc761 – cinap_lenrek authored - 2023/07/08 08:40
pc64: no need to _stts() in squidboy()

e3277b46 – cinap_lenrek authored - 2023/07/08 08:19
bcm64, imx8, pc64: save stack space in fault handler

a8f96b53 – cinap_lenrek authored - 2023/07/08 07:02
imx8, bcm64: touser() already called splhi()'d

3d73ccc0 – cinap_lenrek authored - 2023/07/08 07:01
pc64: avoid STI/CLI, touser() already called splhi()'d

c45ffa68 – cinap_lenrek authored - 2023/07/08 06:54
imx8, bcm64: make sure interrupts are of (sched() re-enables them)

d035ef24 – cinap_lenrek authored - 2023/07/08 06:40
libmach: open /proc/n/kfpregs when kernel debugging

02b0b4df – cinap_lenrek authored - 2023/07/08 06:37
bcm64: port new FPU code, making FPU available to interrupts

3f62e651 – cinap_lenrek authored - 2023/07/08 06:27
imx8: port new FPU code, making FPU available to interrupts

b0377e84 – cinap_lenrek authored - 2023/07/08 05:25
pc64: make FPU available in interrupts

599fe05b – Jacob authored - 2023/07/07 15:17
hjfs: unlimited buffer works

ff0da68f – Sigrid authored - 2023/07/06 12:13
newuser: use non-expanded $home instead of /usr/$user in lib/plumbing comment

1ce4662c – cinap_lenrek authored - 2023/07/04 19:53
7c: dont replace SXTW instruction following MOVW $const, r

2810cc5d – glenda authored - 2023/07/03 19:50
git/walk: fix usage on new repo

67970c4c – Ori authored - 2023/07/02 23:41
git(1): remove lies from manual, improve wording.

f7a16b5e – glenda authored - 2023/07/02 23:50
git(1): update and clean up git/walk section

6076b4f9 – glenda authored - 2023/07/02 22:34
git/revert: only look at changed files

9f77ec48 – glenda authored - 2023/07/02 22:33
git/diff: always respect the specified branch

44af27c5 – glenda authored - 2023/07/02 22:33
git/walk: add -b option to override base branch

2ea66b17 – cinap_lenrek authored - 2023/07/02 18:06
bcm64, imx8: writing CAPR_EL1 (to turn fpu on/off) needs a intruction barrier

47d3af71 – sl authored - 2023/06/30 21:51
/lib/troll: We have created something new that we named R9, an OS strongly inspired by Plan 9, written in the Rust programming language.

b4c916ef – sl authored - 2023/06/30 21:16
/lib/theo: You are trying to compare a pig and a moon rocket.

14fe59e8 – qwx authored - 2023/06/29 15:16
games/opl3: fix choking on high tempo streams

1d631153 – mia authored - 2023/06/28 15:39
upas/imap4d: fix bad censorship of the password when debug is enabled.

c9a6a759 – mia authored - 2023/06/28 15:35
upas/imap4d: return SEARCH response in caps.

ae1cfc90 – Sigrid authored - 2023/06/27 11:11
zuke(1): document audio/readtags

c138c7d8 – Sigrid authored - 2023/06/27 11:10
readtags, zuke: extract cover images stored in the audio files (thanks g-w1)

b868b991 – cinap_lenrek authored - 2023/06/26 16:28
ndb/dns: hack for the caching server for delegated nameservers

12dec344 – Jacob authored - 2023/06/25 18:39
cc: support binary constants and refactor

66fc6a3e – cinap_lenrek authored - 2023/06/23 21:31
devip: remove subnet check for arpforme()

2269c807 – cinap_lenrek authored - 2023/06/23 21:25
snoopy: fix error handling for convM2DNS()

d5e2fd90 – cinap_lenrek authored - 2023/06/20 15:53
bcm64: move pi3 VGPIO to 2MB aligned address, this makes 4K pages work

3e7d7187 – cinap_lenrek authored - 2023/06/20 15:52
bcm64: don't zap idmap, not in L1 anymore

e4b215d7 – cinap_lenrek authored - 2023/06/20 15:01
bcm64: apply same mmu improvements from imx8

3c2093e4 – cinap_lenrek authored - 2023/06/20 14:22
imx8: dont reuse the TTRB1 page tables for TTRB0 identity map, remove gpioinit()

f57c4645 – rodri authored - 2023/06/20 05:47
libgeometry: fix rframe xforms

ea1d75e6 – Ori authored - 2023/06/18 15:28
6c: eliminate the rathole

1e9bb758 – cinap_lenrek authored - 2023/06/18 12:14
7c: more registers, improve constant propagation, implement load pipelining

fade7ace – Sigrid authored - 2023/06/16 13:22
zuke: apply clipping after replay gain (some cases found in track mode)

908a7524 – Sigrid authored - 2023/06/14 19:22
reform/shortcuts: use "mixfs" for volume control, fall back to "master"

af7dd972 – sl authored - 2023/06/13 20:31
/lib/troll: [9fans] How to access this 9fans group from 9front?

7b8fa455 – Michael authored and Sigrid committed - 2022/11/18 15:35
nusb/audio: add support for USB audio 2.0

8074ea5b – Michael authored and Sigrid committed - 2022/11/18 04:21
nusb/audio: enumerate streams through control interface

229d14ae – Michael authored and Sigrid committed - 2022/11/18 04:11
nusb/audio: only consider data endpoints when setting up

d263e434 – Michael authored and Sigrid committed - 2022/11/18 04:11
nusb/audio: remove code for bi-directional endpoint

6b5f6b9a – Michael authored and Sigrid committed - 2022/11/18 04:11
nusb: move audio-specific requests to nusb/audio

6169a4ed – Sigrid authored - 2023/06/12 18:58
zuke: prefer "mix" volume control if available

4dbbf99a – Sigrid authored - 2023/06/12 18:08
mixfs: add "volume" file with "mix" control to set the output volume of the mixed inputs

313e4bf7 – cinap_lenrek authored - 2023/06/12 15:10
7c: elide type converting moves, registerize loads after store from local variables

a3b95d3e – cinap_lenrek authored - 2023/06/11 09:09
7c: implement bit rotations using ROR/EXT instruction

0bc0f1cf – cinap_lenrek authored - 2023/06/10 18:23
libip: actually add the files, sorry :(

a7eb8b11 – cinap_lenrek authored - 2023/06/10 15:19
ndb(6): document " quoting

09ed7a6e – cinap_lenrek authored - 2023/06/10 14:45
libip: Provide iplocalonifc() and ipremoteonifc() functions

58fe52dc – cinap_lenrek authored - 2023/06/10 07:47
9boot: implement *nocga= and *nokbd= kernel boot parameters

75f5fdbb – Sigrid authored - 2023/06/09 14:00
strtoull: fix return value on overflow

6056f3eb – cinap_lenrek authored - 2023/06/08 18:06
nusb/usbd: Fix wrong hname collision handling

528fa0ac – Sigrid authored - 2023/06/07 16:11
evdump: fix the fix

059b863f – cinap_lenrek authored - 2023/06/07 14:27
devip: generate more reasonable laddr for UDP "headers" connection writes

24472b10 – cinap_lenrek authored - 2023/06/07 13:30
evdump: have evdump deal with new /dev/kbmap format

e7068420 – cinap_lenrek authored - 2023/06/07 13:03
vmx: read /dev/kbmap in new format

d4124d48 – cinap_lenrek authored - 2023/06/06 15:00
ip/dhcp6d: set source address to the receiving interface ip when multicast

c9863f0a – cinap_lenrek authored - 2023/06/05 19:30
termrc: start reform/pm and reform/audio drivers

4914b987 – cinap_lenrek authored - 2023/06/05 18:56
imx8: setup $terminal environment variable in init0()

a868b4a2 – cinap_lenrek authored - 2023/06/05 16:14
ndb(8): document @rattr behaviour for ndb/query -i

404d54da – cinap_lenrek authored - 2023/06/05 15:46
ndb/cs: avoid trailing spaces when printing ndb line

2707beb7 – cinap_lenrek authored - 2023/06/05 15:45
ndb/query: avoid trailing spaces when printing ndb line structure

46bac13b – cinap_lenrek authored - 2023/06/04 17:46
netaudit: use new ndb/query flags instead of ndb/ipquery

98aefdfc – cinap_lenrek authored - 2023/06/04 17:42
ndb/query: add -i and -c flags unifying the functionality of ndb/ipqeury

9e8e4444 – cinap_lenrek authored - 2023/06/04 17:22
libndb: make ndbipinfo() put each ip and attributes entry on its own line

d9c61762 – cinap_lenrek authored - 2023/06/04 17:18
ndb/cs: preserve ndbipinfo() line structure for !ipinfo, fix memory leak

25319382 – mia authored - 2023/06/04 09:52
scram: → /rc/bin/scram

728cb901 – sl authored - 2023/06/03 23:05
/lib/rob: I find this situation unsatisfactory.

a029cb11 – Alex authored - 2023/06/03 22:08
fix up auth/*2* programs to report write errors

74f9483f – cinap_lenrek authored - 2023/06/03 21:25
auth/factotum: make sure we got a private key in ssh client protocol

c6ca07ad – cinap_lenrek authored - 2023/06/03 18:16
sdnvme: add smart file for full smart info

9e8a7578 – cinap_lenrek authored - 2023/06/03 12:58
devsd: Fix memory leaks, wstst check, cleanup

0afd20e4 – mia authored - 2023/06/01 11:35
etherbcm: support the 57765 series

ace62a81 – mia authored - 2023/05/29 13:28
aux/acpi: -H is for HALT

4526b1a5 – cinap_lenrek authored - 2023/05/29 09:42
rio: fix crash when walking windowless fid (thanks ilikebreadtoomuch)

5771a6cc – Jacob authored - 2023/05/28 22:47
aux/kbdfs: use layer names in kbmap reads and document them

9778107f – mia authored - 2023/05/28 13:45
auth/acmed: better challenge error reporting.

d56e82d3 – mia authored - 2023/05/28 13:36
auth/acmed: support getting a wildcard certificate.

90c29856 – cinap_lenrek authored - 2023/05/28 12:31
ndb/query, ndb/ipquery: use ndbvalfmt()

988845a1 – cinap_lenrek authored - 2023/05/28 12:15
ip/ipconfig: leave ipnet= entries alone when updating /net/ndb, use ndbvalfmt()

fc8df2c9 – cinap_lenrek authored - 2023/05/28 12:10
ndb/cs: Use ndbvalfmt() for quoting !ipinfo replies

Next