kernel: pgrpcpy(), simplify Mount structure
python: fix build for objtype=$spim
gs: fix build for objtype=spim
libmp: fix build for objtype=spim
ape: fix build for objtype=spim
fix library mkfiles for objtype=spim
libmach: remove redundant check for big endian
libmach: remove useless error check from previous commit
libmach: set correct endianness with little endian ELF32 mips binaries
kernel: remove unused MAXCRYPT constant from portdat.h
vgaigfx: remove #define MB, theres a MB enum in portdat.h
kernel: have to validate argv[] again when copying to the new stack
kernel: limit argv[] strings to the USTKSIZE to avoid overflow
kernel: validnamedup() the name argument for segattach()
kernel: fix indention in validname0()
kernel: limit syscallfmt user strings to 64K (as in validname)
kernel: change vmemchr() length argument to ulong and simplify
kernel: use Etoolong[] constant instead of string literal in validname0()
kernel: make shargs() function static in sysproc.c
kernel: reject empty argv (argv[0] == nil) in sysexec()
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()