]> git.lizzy.rs Git - plan9front.git/shortlog
plan9front.git
2020-03-26 Alex Musolinogrep: fix handling of -b flag
2020-03-24 Ori Bernsteinturn ptrdiff_t into a 64 bit type
2020-03-24 Ori Bernsteinadd intmax_t/uintmax_t as required by c99 7.18.1.5
2020-03-23 Ori Bernsteinevaluate #if expressions using vlong
2020-03-23 Ori Bernsteinmerge
2020-03-23 Ori Bernsteinadd va_copy macro, conforming to c99 7.15.1.2
2020-03-21 Sigridupdate colemak kbmap, simpler version with scroll worki...
2020-03-21 Sigridadd colemak kbmap (thanks Silas McCroskey)
2020-03-21 Sigridadd swiss german kbmap (thanks mike)
2020-03-20 Ori Bernsteinbell labs is dead, man
2020-03-20 BurnZeZkbdfs: fix kbmapread() not accounting for reads smaller...
2020-03-18 Ori BernsteinImprove the posix preprocessor.
2020-03-15 Ori Bernsteinfix ccom idempotency
2020-03-10 Ori Bernsteinimprove usage messages (thanks henesy)
2020-03-10 Ori Bernsteinfix -T option for doctype
2020-03-09 Ori Bernsteinfix heredoc crash
2020-03-09 Ori Bernsteinfix alignment in ape malloc
2020-03-09 Sigridsam: ^ does not need current file
2020-03-09 Sigridsam(1): document $% and $%dot
2020-03-09 Sigridsam: add $%dot (thanks kvik)
2020-03-08 Ori Bernsteinadd usage messages to auth/(enable disable status).
2020-03-08 cinap_lenreklib9p: implement automatic remove-on-close cleanup...
2020-03-08 cinap_lenrekmerge
2020-03-08 cinap_lenrekboorc, nusbrc: fix wrong redirections after &
2020-03-08 Ori Bernstein"": output previous action to stderr
2020-03-08 cinap_lenrekdevshr: unmount service on #σc/share/mount removal
2020-03-08 cinap_lenreknusb/usbd: cleanup processes on unmount
2020-03-08 cinap_lenrek9p(2): document all the effective rfork flags for postm...
2020-03-08 cinap_lenrek9p(2): document the filedescriptor sharing behaviour...
2020-03-08 cinap_lenrekdevproc: return process id when reading /proc/n/ctl...
2020-03-08 cinap_lenrekgames/playlistfs: open /proc/n/ctl OWRITE, not ORDWR
2020-03-08 cinap_lenreklib9p: restore previous behaviour of fd group sharing
2020-03-08 cinap_lenreksshnet: fix fork race conditions
2020-03-08 cinap_lenrekaux/realemu: fix exit code
2020-03-08 cinap_lenrekaux/realemu: run cpuproc in same fd group as fileserver
2020-03-08 cinap_lenrekaux/timesync: open /proc/n/ctl with OWRITE, not ORDWR
2020-03-07 cinap_lenrekdevproc: don't allow /proc/$pid/ctl to be opens for...
2020-03-07 cinap_lenreknusb/usbd: fix /env/usbbusy bug
2020-03-07 cinap_lenrekrio: fix goodrect() bug (thanks mike)
2020-03-07 cinap_lenrekdossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT...
2020-03-07 cinap_lenreklib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks
2020-03-07 cinap_lenrekacme: split win into winfs and rc script, get rid of...
2020-03-07 cinap_lenreklib9p: fix typo
2020-03-07 cinap_lenreklib9p: zero out per connection state in Srv template...
2020-03-07 cinap_lenrekdossrv: output iotrack error message to stderr
2020-03-07 cinap_lenrekramfs: don't use Srv.nopipe
2020-03-07 cinap_lenrekaux/acpi, aux/apm: remove nopipe -i flag
2020-03-07 cinap_lenrekhgignore: ignore section 9 manpage indices, ignore...
2020-03-05 cinap_lenrekdevproc: fix syscalltrace read for ratrace
2020-03-01 cinap_lenrekhgfs: fix loadrevinfo() for empty log bug
2020-03-01 cinap_lenreklibsec: move AES XTS function prototypes to AES definit...
2020-03-01 cinap_lenreklibsec: remove hash pickle functions, document ripemd16...
2020-02-29 cinap_lenrekkernel: simplify exec()
2020-02-28 cinap_lenrekdevproc: make sure writewatchpt() doesnt overflow the...
2020-02-28 cinap_lenrekkernel: make sure we wont run into the tos when copying...
2020-02-28 cinap_lenrekdevproc: cleanup procwrite size checks
2020-02-27 Ori Bernsteinfix special case for null pointer constants in cond...
2020-02-27 Ori Bernsteinwalk arguments to g
2020-02-27 Ori Bernsteininclude section 9 in manpage plumb rules.
2020-02-23 BurnZeZape/cc: stop spamming arguments that are only needed...
2020-02-23 cinap_lenrekdevcons: fix permissions for reboot and sysstat
2020-02-23 cinap_lenrekkernel: avoid selecting the boot process in killbig()
2020-02-23 cinap_lenrekkernel: fix multiple devproc bugs and pid reuse issues
2020-02-23 cinap_lenrekdevswap: dont assume Proc* structures returned from...
2020-02-23 cinap_lenreksdiahci, sdodin: avoid calling kproc() while holding...
2020-02-22 Sigrid/sys/lib/kbmap: update 0xf860 to Kshift value, fix...
2020-02-19 cinap_lenreksed: allow whitespace after ! negation (thanks k0ga)
2020-02-13 spewacme(1): fix scrolling when swiping text at the top...
2020-02-11 Ori Bernsteinremove C99_SPRINTF_EXTENSION define.
2020-02-09 Roberto E.... bcm: change ARGB32 to XRGB32 for framebuffer to avoid...
2020-02-05 Ori Bernsteinupas/fs plumb modify messages for self-changed flags
2020-02-04 rglimage(6): fix typo
2020-02-02 cinap_lenrekkernel: cleanup makefile for $CONF.$O target
2020-02-02 cinap_lenrekmerge
2020-02-02 cinap_lenreklisten(1): implement one-shot mode flag for listen1...
2020-01-31 Ori Bernsteinfix double free in acme.
2020-01-29 rgldocument common emulator keys
2020-01-28 BurnZeZwalk: add D and T fmt characters (fileserver device...
2020-01-28 BurnZeZwalk(1): formatting/corrections
2020-01-28 BurnZeZwalk: remove superfluous newline
2020-01-27 cinap_lenrekkernel: restore old behaviour that kprocs have ther...
2020-01-27 cinap_lenrekkernel: fix mistake from previous commit (noteid not...
2020-01-26 cinap_lenrekkernel: implement portable userinit() and simplify...
2020-01-25 cinap_lenrekppc: remove old duplicate of devtls.c
2020-01-22 aijuadd v8e
2020-01-20 Alex Musolinopage(1): fix troff manual example
2020-01-19 cinap_lenrekmerge
2020-01-19 Roberto E.... Apply http://www.9paste.net/qrstuv/patch/acme-movetodel...
2020-01-19 cinap_lenrekmerge
2020-01-19 cinap_lenrekacme: fix off by one in colclose(), make dellist()...
2020-01-19 Roberto E.... acme: Restore call to movetodel() in colclose
2020-01-13 aijucycv: support for registers
2020-01-12 aijucyclone v kernel: fpga support, fix CONFADDR
2020-01-11 cinap_lenrekvnc/devdraw: fix topnwindows() panic when images are...
2020-01-11 cinap_lenrekdevdraw: fix topnwindows() panic when images are not...
2020-01-11 cinap_lenrekpc64: adapt vgaradeon driver to 64-bit (thanks Robert...
2020-01-11 cinap_lenrekkernel: remove relics of CPU 'load balancing' policy...
2020-01-11 cinap_lenrekbootrc: fix comment typo (thanks Robert Ransom)
2020-01-11 cinap_lenrekip/cifsd: implement SMB_SET_FILE_UNIX_BASIC for wstat
2020-01-11 SigridlibFLAC: 1.3.1 -> 1.3.3
next