| Age | Commit message (Expand) | Author |
| 2020-03-31 | kbd(3): fix a typo (thanks Alex Musolino) | Sigrid |
| 2020-03-29 | xen: fix rebootcode linkage | cinap_lenrek |
| 2020-03-29 | lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen | BurnZeZ |
| 2020-03-29 | pc64: enable uartpci (thanks taw9 for testing) | Sigrid |
| 2020-03-28 | merge | Ori Bernstein |
| 2020-03-28 | we prefer nil over 0, make the example show it. | Ori Bernstein |
| 2020-03-29 | pc, pc64: ignore the 64-bit bar flag when reserving membar | cinap_lenrek |
| 2020-03-29 | pc: fix mp boot regression due mistake in mkfile | cinap_lenrek |
| 2020-03-28 | kbd: add "repeat" file to set typematic repeat rate/delay on PS/2 keyboards | Sigrid |
| 2020-03-26 | grep: fix handling of -b flag | Alex Musolino |
| 2020-03-24 | turn ptrdiff_t into a 64 bit type | Ori Bernstein |
| 2020-03-24 | add intmax_t/uintmax_t as required by c99 7.18.1.5 | Ori Bernstein |
| 2020-03-23 | evaluate #if expressions using vlong | Ori Bernstein |
| 2020-03-22 | merge | Ori Bernstein |
| 2020-03-22 | add va_copy macro, conforming to c99 7.15.1.2 | Ori Bernstein |
| 2020-03-21 | update colemak kbmap, simpler version with scroll working (thanks jeremy) | Sigrid |
| 2020-03-21 | add colemak kbmap (thanks Silas McCroskey) | Sigrid |
| 2020-03-21 | add swiss german kbmap (thanks mike) | Sigrid |
| 2020-03-20 | bell labs is dead, man | Ori Bernstein |
| 2020-03-20 | kbdfs: fix kbmapread() not accounting for reads smaller than the size of the ... | BurnZeZ |
| 2020-03-17 | Improve the posix preprocessor. | Ori Bernstein |
| 2020-03-15 | fix ccom idempotency | Ori Bernstein |
| 2020-03-10 | improve usage messages (thanks henesy) | Ori Bernstein |
| 2020-03-10 | fix -T option for doctype | Ori Bernstein |
| 2020-03-09 | fix heredoc crash | Ori Bernstein |
| 2020-03-09 | fix alignment in ape malloc | Ori Bernstein |
| 2020-03-09 | sam: ^ does not need current file | Sigrid |
| 2020-03-09 | sam(1): document $% and $%dot | Sigrid |
| 2020-03-09 | sam: add $%dot (thanks kvik) | Sigrid |
| 2020-03-08 | add usage messages to auth/(enable disable status). | Ori Bernstein |
| 2020-03-08 | lib9p: implement automatic remove-on-close cleanup in postsharesrv(), remove ... | cinap_lenrek |
| 2020-03-08 | merge | cinap_lenrek |
| 2020-03-08 | boorc, nusbrc: fix wrong redirections after & | cinap_lenrek |
| 2020-03-08 | "": output previous action to stderr | Ori Bernstein |
| 2020-03-08 | devshr: unmount service on #σc/share/mount removal | cinap_lenrek |
| 2020-03-08 | nusb/usbd: cleanup processes on unmount | cinap_lenrek |
| 2020-03-08 | 9p(2): document all the effective rfork flags for postmountsrv() | cinap_lenrek |
| 2020-03-08 | 9p(2): document the filedescriptor sharing behaviour of postmountsrv() | cinap_lenrek |
| 2020-03-08 | devproc: return process id when reading /proc/n/ctl file | cinap_lenrek |
| 2020-03-08 | games/playlistfs: open /proc/n/ctl OWRITE, not ORDWR | cinap_lenrek |
| 2020-03-08 | lib9p: restore previous behaviour of fd group sharing | cinap_lenrek |
| 2020-03-08 | sshnet: fix fork race conditions | cinap_lenrek |
| 2020-03-08 | aux/realemu: fix exit code | cinap_lenrek |
| 2020-03-08 | aux/realemu: run cpuproc in same fd group as fileserver | cinap_lenrek |
| 2020-03-08 | aux/timesync: open /proc/n/ctl with OWRITE, not ORDWR | cinap_lenrek |
| 2020-03-07 | devproc: don't allow /proc/$pid/ctl to be opens for reading | cinap_lenrek |
| 2020-03-07 | nusb/usbd: fix /env/usbbusy bug | cinap_lenrek |
| 2020-03-07 | rio: fix goodrect() bug (thanks mike) | cinap_lenrek |
| 2020-03-07 | dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flag | cinap_lenrek |
| 2020-03-07 | lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks | cinap_lenrek |