init: do not run $home/lib/profile when cd $home failed
kfs: set permission of / to 0775 on ream
cwfs: set permission of / to 0775 on ream
pc, pc64: remove unused psaux driver, cleanup devkbd
devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove kbdenable()/kbdinit()
kernel: remove unused qstate() function
devkbd: poll pc keyboard before blocking on kbd.q
ape: implement altzone for tzset()
resample: simplify getint()
libc: make atoi() not parse c-style octal and hex numbers
crop: use strtol() instead of atoi()
bitsy: replace atoi() calls with strtol() when hex can be expcted
pc, pc64: replace atoi() calls with strtol() when hex can be expcte
kernel: dont rely on atoi() parsing hex for netif/devbridge
9pcon: use strtol() to parse integers
libcontrol: use strtol() to parse integer arguments
libhttpd: use strtol to parse decimal character references in httpunesc()
snoopy: dont rely on atoi() being able to parse hex
bitsy/keyboard: do not rely on atoi() being able to parse hex
libauthsrv: readnvram() use vlong for nvroff, parse $nvlen/$nvoff with strtol() instead of atoi()
webcookies: use strtol() to parse HH:MM:SS
aux/vga: dont rely on atoi() being able to parse hex
devenv: simplify envremove(), cleanup
devenv: avoid indirection, keep Evalue's allocated in an array
1c,2c,7c,kc,vc: honor suppress condition for outstring() in swt.c
ipv6on: fix search for ip attribute (thanks kenji arisawa)
pc, pc64: set *bootscreen= when framebuffer changes
kernel: cleanup qlock.c to use nil instead of 0 for pointers
mothra: show <source> tag within <video>/<audio> tags
mothra: fix nil crash on missing name/src attributes for source/video/audio/embed/frame/iframe
mothra: enable compiler warnings and type checking, cleanup
mothra: fix double button hit
mothra: cleanup url handling
mothra: support for inline images and <image> tag
webcookies: create lockfile with 0600 permission, always use create() with perm 0600 for rewriting jar
bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer
jpg/ico: support for embedded png icons
webcookies: fix implicit path cookie handling
aux/vga: sandybridge support for igfx (unfinished)
games/doom: fix config file never being loaded or saved (thanks qu7uux)
games/doom: display correct message on medkit pickup when health low (thanks qu7uux)
games/doom: fix ouchface not being shown when it should be (thanks qu7uux)
games/doom: add bug compatibility switches (thanks qu7uux)
games/doom: fix switch textures swapping in ultimate doom (thansk qu7uux)
games/doom: implement filelength() (thanks quux)
etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux)
webcookies: fix isdomainmatch() (fixes livejournal.com login)
ratrace: avoid blank line prints, make writer the parent
ratrace: various improvements
cc: provide fake realloc() for getenv()
kernel: remove obsolete comment from namec()
kernel: export mntattach() from devmnt.c avoiding bogus struct passing and special case in namec()
ether79c970: set mbps for proper queue sizes, assume gigabit ethernet for vmware
lib9p: return "write prohibited" error as documented in 9p(2) when srv->write is nil (thanks silasm)
kernel: clunk the cache when removing cache flag on a channel, only call cread() chen CCACHE flag is set
devmnt: use c->iounit instead of msize-IOHDRSZ to chunk reads and writes, reduce memory overhead for Mntrpc, mntalloc lock
devmnt: dont reset readahead window when requested offset still has pending rpc
kernel: pipelined read ahead for the mount cache
page: fix deadlock, nil vs 0 for pointer comparsion, cleanup
libsec: increase handshake message buffer size (MaxChunk) to 32K (thanks sl)
ip/httpfile: fix flushes, fix concurrent reads, set error string
kernel: make sure fd is in range in fdclose()
devaoe: fix off by one in aoeerror(), consistent use of nil for pointers, error handling
kernel: consistent use of nil for pointer in sysfile.c
kernel: cleanup chan.c to consistenly use nil instead of 0 for pointers
kernel: make sure the swap device has a reasonable capacity in setswapchan()
devmnt: do not use user buffer to update the mount cache
fcp: use iounit() to determine buffer size, reduce number of worker procs to 8
cp: experimental stream support
devstream: fast sequential file access with 9p pipelining experiment
pc: check Sse (bit 25) in cpuiddx before enabling fxsr in cr4 (fixes crash on the pentium II)
aux/cpuid: make sure extended feature bits are available (fixes crash on the pentium II)
devproc: make sure statbufread offset wont turn negative
fcp: fix wrong write pointer offset when read returns less than DEFB bytes
kernel: remove debugalloc.c
mk9660: write data in alphabetical order
9660srv: keep data and metadata separate in the cache with a tag
9660srv: go back to 128k clusters
inst: fix download task using ip/httpfile to mount a iso over http and prompt for installurl
httpfile: fix evictblock() so we wont consume all the memory
libFLAC: fix compiler warnings by properly declaring void function arguments
ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.h
cpp: search source file directory first for quoted #include (thanks Ori_B)
ether82563: fix multicast filter (based on openbsd em(4) driver)
page: make lookahead fetch work in backwards direction
tftpd: count only options we understand so we wont send empty oack message
etherrt2860: add multicast stub