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
iostats: cannot spy on fd 0,1,2 as /fd is per process
ftpfs: dont convert names to latin when string is valid utf-8
python: disable symlink and readlink compile options, ape has no reasonable way emulating it
iostats: dont prefix /bin to argv[0] when already absolute or relative path
iostats: cleanup, remove bogus Maxrpc constant
iostats: reimplement iostats as a 9p filter instead of duplicating exportfs
usps: yet another update
exportfs: use argv0 instead of hardcoding "/bin/exportfs" in openmount(), dont use 0 for nil
spred: scrolling and other bugfixes
fstype: fix kfs detection (thanks kenji okomoto)
fortunes: From: [email protected]
added sprite editor spred
rc: fix slow Xqdol(), avoid recursion in conclist(), estrdup(), avoid copying
ratrace(1): uses syscall not syscalltrace file
fortunes: I wanted to do something that didn't involve arguing online about trivia. -- jwz
sega(1): add man page for games/md (and potential future sega emulators)
nintendo(1): document snes
games/md: add -2 -3 -a and trailing newline to usage
games/snes: add -a -h -m -T to usage
ratrace: make multithreaded ratraces less confusing (for mischief)
libdraw: add missing borderop() (thanks aiju)
pc64: cleanup syscallentry()
pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt, they are ignored in long mode.
pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp (RARG) for syscall number
libframe: use correct text color on frinsert depending on selection (thanks sl)
page: fix deadlock with addpage (thanks BurnZeZ for the stacktraces)
devproc: fix syscalltrace error handling, conistent use of nil for pointers
devproc: fix proccrlmemio bugs
libmach: fix break point instruction for little endian MIPS (from sources)
tftpfs: make sure path is null terminated
ftpd: dont skip unmountnet() and return proper error string from dialdata()
tftpd: fix error string packet overflow in nak(), fix syslog reporting
expr: fix missing type declarations for match(), which broke on amd64 as pointers dont fit into a long
rc-httpd/handlers/serve-static: restore simple test for file type and hardcode max_age to 1 hour (thanks eekee)
kernel: only complain about no images when theres nothing more to reclaim
pkg(1): add mischief's repositories
Add AHCI support for Intel 8 Series/C220 Series Chipset Family SATA Controller. (from sources)
Add Intel C226 chipset PCI support. (from sources)
abaco: fix double free race of p->status string (thanks BurnZeZ for the proc snap)
pc, pc64: initial machine check architecture support
bcm: apply richards fix for mmukmap (from /n/sources/patch/bcm-mmukmap-bug)
nusb/serial: implement flushes
support for huawei e220 g3 modem, cleanup nusb/serial
ndb/common: add ipv6-icmp, ipv6-nonxt, ipv6-opts, bootps
9p(2): add reference to 9pqueue(2)
add 9pqueue(2), medium to low quality manpage.
remove executable bit from /sys/src/lib9p/ramfs.c
acid: fix notestk() on amd64
authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)
fortunes: Subject: ftp(1) User-Agent
nusbrc: ensure rpi ethernet always appears as /net/etherU0
nusb: implement aijus stable uniqueue device names
ptp: fix alignment assumptions for amd64
upas/fs: disable imap mail fetch pipeline due to race
xen: delete screen.h from pc that accidentally snuck in. a screen.h for xen framebuffer will be added later.