hgfs: make data files with meta headers having the right size after open
snap: change ulong return of stackptr() to uvlong for amd64
games/gba: small fixes
apply ps2mouse corruption fix to omap
pc/pc64: fix ps2mouse memory corruption race
ndb/dns: request recursion only for local dns servers
devcons: avoid division by zero reading Qsysstat
games/gba: remove bogus file
games/gba: slowly working (no pun intended)
hgignore: ignore amd64 kernel and init
pc64: enable rtl8169 driver (thanks awabimakoto for testing)
6c/8c: eleminate moves by swaping source and destination operands in peephole pass
acid: fix sysr1() stack corruption
devip: sanity check Nchan in Fsproto()
sysinfo: relax regex for start of kernel boot messages
devip: print protocol name in garbage collection notification
pc64: print "Plan 9" on boot, cleanup pccpu64 files
stats: handle /dev/sysstat 32bit overflow in delta calculation
pc64: syscallfmt for nsec syscall
pc64: put return value of nsec syscall in register on amd64
libmemdraw: fix byte ordering in memfillcolor()
lib9p: fix nil dereference crash in remove for directory permission check
teg2: fix wrong l2 setshift address in wholecache() (from sources)
oggdec: recognize "begin of stream" packets and restart decoding
libauthsrv: allow multiple auth= attributes for backup auth servers, authdial() tries each one in order
ramfs: allow changing mtime in wstats
hg: make intermediate directories like newer hg does
ramfs: fix directory check in wstat() (thanks mischief)
devtls: fix typo in debug print
telnetd: let the kernel place the shared segment in segattach() (thanks kenji arisawa)
libmemdraw: update drawtest to use same rounding in alpha calculation as libmemdraw
kernel: fix segattach() rounding of va+len (thanks kenji arisawa)
hgignore: ignore intermediate object files for amd64
libsec: experimental DHE client support for tls and cleanups
libsec: add diffie-hellman functions
libsec: fix hmac for keys bigger then 64 byte block size
libsec: ecgen() and ecdsasign() fix
games/nes: reduce volume, causes overflow and confuses ac97
/lib/rob: Just write the code.
ip/ayiya: experimental anything in anything tunnel protocol client
doom: fix alignment issues for arm
5e: fix signed long multiply
5e: push ERRMAX for note message on stack avoiding unaligned stack pointer
ether8139: fix pointer to smaller int tuncation warning on amd64
/sys/lib/dist/ndb/common: add auth=fs.stanleylieber.com authdom=inri
fortunes: $75K Prosthetic Arm Is Bricked When Paired iPod Is Stolen
ipconfig: remove sleep() left over from debug :-)
ipconfig: fix readipifc() memory leaks in recvra6 and sendra6 processes
ip: set arp entry for own v6 address when not tentative
ipconfig: cleanup code duplication in ip6cfg()
ping: don't spin when we get error reading icmp connection, print error and sleep
pc64: enable ether8139 in kernel config (thanks hiro)
ether8139: fix pointer truncation by ulong cast, use mallocalign()
secstore: improve error messages, newSConn() can't fail
ip: fix memory leak in ipicadd6()
pc, pc64: fix off by one error in _multibootentry
boot: dont print errors if ethernet has no ifstats file, can happen with usb ethernet
5a: revert MOVM .S and .W are exclusive (broke bcm build)
kernel: make noswap flag exclude processes from killbig() if not eve, reset noswap flag on exec
Fix acme crash: Get D in a new window with D being an existing directory
kernel: xinit() use ulong for page counts, cleanup
nusb/kb: delete code for keyboard boot protocol handling, just use hid parser
import: make aan (-p flag) work in ``backwards mode'' (-B)
nusb/ptp: do maxpkt reads to avoid babble error with usb 2.0 devices (thanks mischief!)
devenv: prevent non-hostowner from creating or removing variables in '#ec', cleanup
ip: fix missed unlocks and waserror handlers
secstore(1): clarify how the server is dialed and add new $secstore environment variable
secstore: read server from $secstore environment variable
fortunes: it´s easy but you are complicated
cwfs: add optional uid argument to allow command, unify permission override code
5a: MOVM.IA.W.S ..., [R15] is exception return and needs to be allowed (thanks aiju)
cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji okomoto)
5a: reject MOVM instruction with .S and .W bits both set (aijus idea)
kernel: more nil vs 0 cleanup in chan.c
kernel: use nil for pointers instead of 0, zero channel umc and dirrock in newchan()
ndb/dns: fix nil dereference crash with convM2DNS() returning reqmsg.qd == nil
devmnt: fix potential race with mntflushfree(), remove mntstats, 0 vs nil cleanup
8c, 6c: generate enam.c file, just like 5c
pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)
5a, 5l: add LDREX/STREX/CLREX instructions
pc64: fix wrong Ureg* argument on note handler (thanks _sl!)
samterm: fix ctrl-b crash when cmd window resized (thanks revex)
iostats: properly distribute exit status and give usefull error messages
iostats: remove unused fcallfmt, dont leak our mount pipe end into exportfs proc
iostats: bring back standard filedescriptor spying
exportfs: simplify freefile() code
exportfs: remove getsbuf() nil check, can't happen
iostats: isolate fs from interrupt notes