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
kernel: nil check, exited procs handling in postnote()
proc(3): the args file is writable, not read only (thanks qrstuv)
kernel: remove error label in pgrpnote() arround postnote
kernel: fix alarm postnote race
devproc: fix noteid permission checks for none
kernel: check for error label stack underflow in nexterror()
kernel: halt idle processors on mp system by default (from sources)
mothra: mouse scrollwheel behave the same as in sam
kernel: remove unused debug cprint() function from port/cache.c
kernel: dont call pprint() while holding up->debug qlock
kernel: make sure user text, data and bss wont overlap the stack segment in sysexec()
mothra: add regular expression text search (thanks mischief, sl)
page: fix page bookmarks for epub files
ape: move strdup() from libbsd to libap (from sources)
cifs(4): replace with correct version
cifs(4), cifsd(8): add HISTORY
add HISTORY to various man pages
audio/mixfs: implement Tstat to obtain buffer size, better underrun handling
audio(1): add pcmconv to HISTORY