]> git.lizzy.rs Git - plan9front.git/shortlog
plan9front.git
2016-09-28 cinap_lenreknusb/kb: set usage to 0 (undefined) for items exceeding...
2016-09-28 cinap_lenreknusb/lib: fix wrong endpoint id when openep() finds...
2016-09-26 ftrvxmtrxsam: putenv("%", ...): don't crash when no file is...
2016-09-22 cinap_lenreksam: use $% instead of $f for filename to be consistent...
2016-09-22 cinap_lenreksam: make current filename available to shell commands...
2016-09-21 cinap_lenrekip(3): spelling, thanks sl
2016-09-21 cinap_lenrekip(3): update description of /net/ipifc/*/status format
2016-09-20 cinap_lenrekrio: fix onscreen()
2016-09-19 cinap_lenrekscat: hjdicks for amd64
2016-09-19 aijupc(1): if the input base is not 10, print the 0d prefix...
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: aaand another one (should go to sleep)
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: fix mistake...
2016-09-19 cinap_lenrekwebfs: don't use cache connections when posting
2016-09-18 aijupc(1): add pb (thanks, BurnZeZ); add bit numbering
2016-09-18 cinap_lenrekrio: improved bandsize()
2016-09-18 cinap_lenrekcpu: quote remaining remote command arguments, don...
2016-09-17 cinap_lenrekipv6on: get network device from $netdir/ipifc/*/status
2016-09-17 cinap_lenreketherzynq: implement promisc mode and multicast filter...
2016-09-17 cinap_lenreknusb/ether: promisc and multicast support for admtek...
2016-09-17 cinap_lenreknusb/ether: multicast and promisc support for rtl8150...
2016-09-16 cinap_lenrekmerge
2016-09-16 cinap_lenreknusb/ether: experimental pomisc mode and multicast...
2016-09-15 aijupc(1): _ handling in numbers was broken at some point...
2016-09-15 aijupc(1): add nsa() command
2016-09-13 cinap_lenrekape: fix format clash, %z is for size_t (which is a...
2016-09-11 cinap_lenrekape: bring strtod() in line with plan9's libc version
2016-09-11 cinap_lenreklibc: dont use floating point for portable umuldiv...
2016-09-11 cinap_lenrekkernel: rekey chacha state on each randomread() invocation
2016-09-11 cinap_lenrekdevcons: remove /dev/reboot "halt" command...
2016-09-11 cinap_lenrekkernel: better nonce partitioning for chacha random...
2016-09-11 cinap_lenrekkernel: xoroshiro128+ generator for rand()/nrand()
2016-09-11 cinap_lenrekkernel: make randomread() fault reentrant
2016-09-10 cinap_lenrekkernel: replace various custom random iv buffer filling...
2016-09-09 stanley lieberfortunes: Nein -- General Chuck Yeager
2016-09-08 cinap_lenrekauthsrv(2): update Nvrsafe structure to include aesmachkey
2016-09-07 cinap_lenrekkernel: fix type for utime/stime in pexit(), fix debug...
2016-09-07 cinap_lenrekkernel: make sure procalarm() remaining time doesnt...
2016-09-07 cinap_lenrekkernel: always do unsigned subtractions for m->ticks...
2016-09-07 cinap_lenrekkernel: use tk2ms() instead of TK2MS macro for process...
2016-09-07 cinap_lenrekkernel: tsemacquire() use MACHP(0)->ticks for time...
2016-09-07 cinap_lenrekdevcap: timeout capabilities after a minute, fix memory...
2016-09-06 cinap_lenrekmerge
2016-09-06 cinap_lenrekdevproc: do unsigned subtraction to get MACHP(0)->ticks...
2016-09-05 aijupc(1): bugfix: allow setting output base to 0 (thanks...
2016-09-03 cinap_lenrek5c: do shift propagation for rotate right (ROR)
2016-09-03 cinap_lenrek5c: format assembly constant right shift encoding 0...
2016-09-03 cinap_lenrek5a: assemble constant >>0 right shifts as <<0 (no shift...
2016-09-03 cinap_lenrek5l: format assembly constant right shift encoding 0...
2016-09-03 cinap_lenreklibmach: fix RORREG, right shift with shift count 0...
2016-09-01 aijupc(1): manpage: restore previous size rather than set...
2016-09-01 aijupc(1): manpage formatting
2016-09-01 aijupc: add cat() function
2016-09-01 aijumptrunc: don't write to r->p[r->top]
2016-08-31 aijupc: add rev function
2016-08-29 aijupc: add gcd, rand and minv; set base of logical operati...
2016-08-29 cinap_lenreklibmp: remove unused mpeuclid.c
2016-08-29 cinap_lenreklibmp: allow passing nil to v,x,y results of mpextended...
2016-08-28 cinap_lenreklibmp: mpnrand(), what was i *THINKING*
2016-08-28 cinap_lenrekpython: remove automatic compiled module loading (...
2016-08-28 cinap_lenreklibmp: mpdiv(): fix divisor==quotient case (again)
2016-08-28 cinap_lenreklibmp: timingsafe sign flip for small power-of-two...
2016-08-28 aijump.h: add mpasr
2016-08-28 aijupc(1): SYNOPSIS...
2016-08-28 aijupc(1): document -n option in manpage
2016-08-28 aijuadd pc(1)
2016-08-28 aijumpdiv: negative divisor has to flip sign of quotient
2016-08-28 aijump: fix mptov and mptouv
2016-08-28 aijump: fix mpnot and add mpasr
2016-08-28 cinap_lenrekmercurial: use new d_stat from dirent structure in...
2016-08-28 cinap_lenrekape: add d_stat struct in dirent struct allowing the...
2016-08-27 aijutimmy: manpage
2016-08-27 aijustrtomp: update the returned char* even if there were...
2016-08-27 aijustrtomp: fix mpbits() call in octal code
2016-08-27 cinap_lenrekfix wrong manpage section index generation for rc-httpd(8)
2016-08-27 cinap_lenrekrio(4): document text truncation
2016-08-27 cinap_lenrekrand(2), cons(3): clarify /dev/random behaviour
2016-08-27 cinap_lenrekmerge
2016-08-27 cinap_lenrekkernel: switch to fast portable chacha based seed-once...
2016-08-27 cinap_lenrekdevsdp: keep cipher states in secret memory
2016-08-27 cinap_lenrekip/esp: allocate cipher states in secret memory
2016-08-27 cinap_lenrekdevtls: allocate cipher states in secret memory
2016-08-27 cinap_lenrekdevssl: allocate cipher states in secret memory
2016-08-27 cinap_lenrekwifi: update wifi.h header
2016-08-27 cinap_lenrekwifi: allocate cipher states in secret memory, do AESst...
2016-08-27 cinap_lenrekkernel: add secalloc() and secfree() functions for...
2016-08-27 cinap_lenreklibc: add poolisoverlap() and definitions for Pool...
2016-08-26 aijuBfn: set +x
2016-08-25 aijudocument Bfn
2016-08-25 aijufix Bfn botch
2016-08-25 aijuadd Bfn script
2016-08-20 cinap_lenrekmerge
2016-08-20 cinap_lenrekvga/igfx: add pci did's for kenjis intel graphics cards.
2016-08-20 cinap_lenrekmerge
2016-08-20 cinap_lenrekvga/igfx: work in progress fdi link train for sandy...
2016-08-18 spewfix awk format printing bugs (thanks aiju)
2016-08-16 cinap_lenrekdevmnt: fix mistake in mntrahread()
2016-08-15 cinap_lenrekwebfs: dont include http status in "needkey" error...
next