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
libc: add poolisoverlap() and definitions for Pool *secrmem
Bfn: set +x
document Bfn
add Bfn script
vga/igfx: add pci did's for kenjis intel graphics cards.
vga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi and displayport lane count
fix awk format printing bugs (thanks aiju)
devmnt: fix mistake in mntrahread()
webfs: dont include http status in "needkey" error string
libframe: consistent use of nil vs. 0
libflate: add bounds checking on decode array, add sanity checks in hufftab()
ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for IL, consistent use of nil vs. 0 for pointers
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets
6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in peephole pass
ratrace: fix fork/exec race with "nohang" procctl (like a debugger)
document mplogic functions
libcontrol: primitive text entry cut and paste with mouse
hgwebfs: make hgwebfs prompt for password
webfs: avoid retry loops when we got a bad key in factotum
webfs: include factotum key query in error string for 401/407 Unauthorized status
authsrv(6): document session secret key derivation for p9sk1 and dp9ik
mptrunc: normalize after mpassign to handle the case b==r
thread(2): threadgrp() -> threadgetgrp(), thanks jpm
libauthsrv: ANAMELEN -> PASSWDLEN
libauth: fix mount file-descriptor leak in auth_chuid()
auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file
ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use
auth/secstore: use common readcons() routine from libauthsrv
auth/factotum: use common readcons() function from libauthsrv
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant
auth/changeuser: fix misleading print (secret is 31 chars max, not 256)
devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()
swap: make sure swap chan has ORDWR mode on fdtochan()
make error handling in 9p service loops consistent
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop
ndb/dns: remove procname statistics and restart feature, cleanup 9p service loop
kernel: dont pprint() into 9p channels
5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble session to narrowing it down)
libsec: add scrypt password based key derivation function
disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar)
remove mpc.tab.h on mk clean
add history for libregexp
9fs: remove juke, kfs and snap targets, caching for other and dump
acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value
rc: implement 9atoms ` split {command} syntax extension
doom: use Kprint for pause function (from qu7uux)
ether8169: fix wrong mbps setting (from qu7uux)
doom: fix blazing door sounds (from qu7uux)
vga/igfx: fix integer overflow in datam calculation (from qu7uux)
acme(1): remove references to awd
acme/win: implement /dev/wdir file in win to change directory tagline, remove awd
rc: write /dev/wdir after printing the prompt, not after executing "cd" command
ndb/dns: purge db records on refresh for resolvers, remove old debug and testing code