aux/acpi: batteries and CPU temp reading so far
archacpi: optionally export acpi memory regions; properly initialize environment
samterm: support "showdata" plumb action
fortunes: does that me a dipshit
scram: remove _PTS(5). it just doesn't make any sense
scram: oops. word is 0xffff, not 0xff
scram: run _PTS(5) and disable GPEs before entering S5. x200s shuts down properly now
fortunes: Angular uses the term "scope" in a manner akin to the fundamentals of co
iwhois(1): make -n work, add .org, and a couple minor changes
nusb/kb: set usage to 0 (undefined) for items exceeding usage list
nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint file
sam: putenv("%", ...): don't crash when no file is current
sam: use $% instead of $f for filename to be consistent with acme
sam: make current filename available to shell commands in $f (thanks aiju)
ip(3): update description of /net/ipifc/*/status format
pc(1): if the input base is not 10, print the 0d prefix before decimal numbers; this way, all output is always valid input (for the current mode)
webfs: aaand another one (should go to sleep)
webfs: don't use cache connections when posting
pc(1): add pb (thanks, BurnZeZ); add bit numbering
cpu: quote remaining remote command arguments, don't syslog on missing /mnt/term/dev/cpunote file
ipv6on: get network device from $netdir/ipifc/*/status
etherzynq: implement promisc mode and multicast filter support
nusb/ether: promisc and multicast support for admtek pegasus (aue)
nusb/ether: multicast and promisc support for rtl8150 (url)
nusb/ether: experimental pomisc mode and multicast support for smsc and asix
pc(1): _ handling in numbers was broken at some point; restore documented behaviour
pc(1): add nsa() command
ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized
ape: bring strtod() in line with plan9's libc version
libc: dont use floating point for portable umuldiv(), use 64 bit uvlong
kernel: rekey chacha state on each randomread() invocation
devcons: remove /dev/reboot "halt" command...
kernel: better nonce partitioning for chacha random number generator
kernel: xoroshiro128+ generator for rand()/nrand()
kernel: make randomread() fault reentrant
kernel: replace various custom random iv buffer filling functions with calls to prng()
fortunes: Nein -- General Chuck Yeager
authsrv(2): update Nvrsafe structure to include aesmachkey
kernel: fix type for utime/stime in pexit(), fix debug format strings
kernel: make sure procalarm() remaining time doesnt become negative
kernel: always do unsigned subtractions for m->ticks delta for updatecpu() and rebalance(), handle ticks wrap arround in hzsched()
kernel: use tk2ms() instead of TK2MS macro for process time conversion
kernel: tsemacquire() use MACHP(0)->ticks for time delta
devcap: timeout capabilities after a minute, fix memory leak, paranoia
devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] delta
pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)
5c: do shift propagation for rotate right (ROR)
5c: format assembly constant right shift encoding 0 as >>32
5a: assemble constant >>0 right shifts as <<0 (no shift), allow >>32
5l: format assembly constant right shift encoding 0 as >>32
libmach: fix RORREG, right shift with shift count 0 means >>32
pc(1): manpage: restore previous size rather than set to 10
pc(1): manpage formatting
pc: add cat() function
mptrunc: don't write to r->p[r->top]
pc: add rev function
pc: add gcd, rand and minv; set base of logical operation results to 0
libmp: remove unused mpeuclid.c
libmp: allow passing nil to v,x,y results of mpextendedgcd(), simplify mpinvert()
libmp: mpnrand(), what was i *THINKING*
python: remove automatic compiled module loading (.pyc files)
libmp: mpdiv(): fix divisor==quotient case (again)
libmp: timingsafe sign flip for small power-of-two negative divisor for mpdiv()
mp.h: add mpasr
pc(1): SYNOPSIS...
pc(1): document -n option in manpage
add pc(1)
mpdiv: negative divisor has to flip sign of quotient
mp: fix mptov and mptouv
mp: fix mpnot and add mpasr
mercurial: use new d_stat from dirent structure in osutil.listdir
ape: add d_stat struct in dirent struct allowing the avoidance of stats
timmy: manpage
strtomp: update the returned char* even if there were no characters parsed
strtomp: fix mpbits() call in octal code
fix wrong manpage section index generation for rc-httpd(8)
rio(4): document text truncation
rand(2), cons(3): clarify /dev/random behaviour
kernel: switch to fast portable chacha based seed-once random number generator
devsdp: keep cipher states in secret memory
ip/esp: allocate cipher states in secret memory
devtls: allocate cipher states in secret memory
devssl: allocate cipher states in secret memory
wifi: allocate cipher states in secret memory, do AESstate key setup once
kernel: add secalloc() and secfree() functions for secret memory allocation