mothra: better handling of malformed search regex
mothra: dont panic on invalid regular expression in searchbox
/lib/face/48x48x4/.dict: fix typos
pc64: fix up pointer calculations and enable sdvirtio disk driver
pc64: remove cinaps cga screen interrupt debugger, was experiment...
pc64: dont dump user registers on exception, was experiment...
hjfs: fix wrong channel size for syncb (fixes amd64 crash)
libmach: change mach pgsize back from 4K to 2MB for amd64
kernel: dont double ptemap size in newseg()
pc/pc64: move common code to pc/devarch.c
pc64: implement shutdown and idlehands
acid: fix memory leak in fundefs (from 9atom)
libdraw: fix typo: 0xfffff -> 0xffff
libdraw: work arround devdraw truncating screenid as 16bit
devdraw: screenid is BGLONG, not BGSHORT
pc64: track per process kmap page tables in separate MMU list.
malloctag: only store lower 32bit of malloc tag, fix getrealloctag
kernel: fix bogus free in sysexec.
newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create $home/bin/amd64
kernel: do not pass user address of fd[2] array to newfd2()
kernel: use uintptr when appropriate in syssegflush()
pc64: dont dump registers for user process on pagefault error, was experiment
pc64: no need to flush tlb in kunmap(), was experiment
pc64: fix mmu structure leakage, implement global pool
pc64: print only 8 hex chars dumpstack sp/pc
mallocalign: make sure alignptr offset is modulo align when -offset > align
cwfs: use pragma pack for on disk structures for amd64
rootstub: create amd64 directories for acme
realemu: actually mark 0xE0000 writeable
realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap
acid: use correct print flags and casts for shorts in fmt
ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid
libc and ape support for amd64
fixes for new setmalloctag() prototype
add experimental pc64 kernel
pc kernel: split mpstartap() and squidboy into separate file... stuff for amd64
kernel: usb fixes for amd64
kernel: fix pointer truncation in xspanalloc(), fix format prints
kernel: handle amd64 40 byte headers in exec()
vesa: explicitely use /386/include/ureg.h
libmach: pc64 uses 4K pages, IP -> PC
libmemdraw: apply erik quanstros fix for sign preserving in byteaddr()
libdraw: use pid as initial screenid so one can have more than 25 windows.
6l: fix warning, setmalloctag declaration, missing header type cases
/lib/face: add some new faces
sdiahci: fix hardcoded 512 byte sector size
kernel: fix ulong abuse in xalloc
kernel: convert putmmu() to uintptr for va and pa
malloc(2): update alloctag types
kernel: apply uintptr for ulong when a pointer is stored
malloc: change malloc and realloc tag types to uintptr
ape: remove local copy of memccpy()
kernel: fix declaration of getcallerpc()
kernel: replace BY2WD in scanline width calculation to sizeof(ulong) like libmemdraw
libmach: fix wrong operand order of MOVLQSX instruction disassembly
devdraw: fix memory corruption reading draw ctl file
hpost: fix Content-Type parameter separator for multipart/form-data POSTs
add /lib/uriel; delete fortunes
added a segment for segattach(2) that gives access to the raspberry pi's gpio header.
etheryuk: fix lockups (thanks burnzez for testing)
netif: fix wrong qid in 3rd level stats/ifstats files (thanks burnzez)
rio: properly handle initial wrap arround in wlook()
rio: implement "look" (thanks lf94)
kernel: fix fairshare formula in comment (thanks erik)
mixfs: make mixbuffer addition atomic
libdraw: cleanup string() and stringwidth()
winwatch: this is not about sanity. rows might be negative
winwatch: prevent divide by zero if the window height is too small
libframe: fix _frcanfit() for zero width runes, simplify chopframe()
weather: trim garbage from output
libframe: avoid _frcanfit() call in frdelete()
libdraw: fix stringwidth problems
rio: make scrollwheel handling consistent with sam
9fs: add atom and atomdump (fix the mount spec)
9fs: add atom alias for atom.9atom.org
kernel: simplify procalarm()
alarm: skip timed out alarms when inserting in procalarm() (thanks erik)
ps2mouse: retry disable packet streaming command 0xf5
ps2mouse: disable packet streaming during reprogramming