use resrcwait() when waiting for memory to become available
devsd: don't raise Enomem error if sdmalloc() fails, instead wait for the memory to become available
nusb/kb: simplify repeat logic as scancode now contains the info about esc1 extension
nusb/kb: use a flag to indicate extended code; fix the most unix-friendly key on se/fi kbd layout
faces: just say no to dejavu
netaudit: check if ipgw= is an ip address
make clear that the "ipgw" attribute has to be an ip address
fortunes: Subject: [9fans] [gsoc] Dart9P
rio: place text at beginning of line before cursor and host point
rio: fix completion and readback and make it possible to complete history
toppm: no need to initialize err
toppm: checking for err is useless; it was initialized to nil earlier
toppm: multichan converts to RGB24, not RGBV
writeppm: replace WriteGIF by WritePPM
writeppm: for bitmaps, 1 is black, 0 is white
toppm: add -r flag for raw ppm
devaoe: avoid panic on malloc() error by using smalloc() instead.
ether8169: do phywakeup magic only for specific mac versions (from openbsd)
file: recognize bitmap and graymap ppm images
ether8169: and phy wakeup and reset phy before enabling auto negotiation
devmnt: fix mount device leak and allocation error handling in mntversion()
sdide: add Intel SERIES 6 SATA controller pci ids
acme: apply nemos acmediskread patch (from sources)
ape: change types from unsigned long to void* for rendezvous() and segattach()/segbrk() (erik), use uniqueue rendezvous tags for _buf and listen
awk: proctab.c is always regenerated from maketab, so it is unnecessary to keep it
srv: be nice, close the previously duped pipe filedescriptor
fortunes: all the world's a social vax cloud
samterm: revert previous changes.
samterm: move cursor to next tabstop or non-space character before backspacing in spaces mode. this makes it less annoying to backspace (it's more like tabs).
ape: fix uninitialized variable bug in getfields()
pbs: allow 9bootfat start cluster beyond 0xFFFF
devip: dont raise error() out of Fsprotocone()
devip: handle malloc errors, fix queue leaks
libdraw: fix font f->cacheimage nil dereference
libmach: update mips disassembler (from sources)
sort: handle write error in debug mode
bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before <bio.h> (from sources)
nedmail: recognize image/jpg mimetype
u9fs: fix compilation warnings
ape: get rid of fixed MUXADDR for buffered i/o
mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)
ape: remove unused variables from _buf (from erik qunastros _bufupd patch)
fixed operand size for ADD SP, n
devsd: initialize unit->sense[0] in sdsetsense() (from erik quanstroms 9atom)
chan: fix potential path leak on clone in namec() (from erik quanstroms 9atom)
devpipe: fix channel and queue leaks (from erik quanstroms 9atom)
aoe: updating aoe driver from erik quanstros 9atom
devloopback: fix potential channel leak on allocation error (from eriks 9atom)
cc: accept 24 bit numeric runes
frexp: handle NaN values (from sources)
uartpci: add detection for StarTech PCI8S9503V (P588UG) (from sources)
rio: fix highlight text for -b
blogcom +x
added blogcom
5c: dont emit conditional integer division instructions
Fix double-free fault when isaconfig returns nothing for "etherN". (from richard millers devether-doublefree patch)
/sys/lib/rootstub: fix missing /alpha/lib/ape directory
bootrc: fix spacing when asking for fs/auth ip
fix missing return compile error for manual book index generator
libdraw: avoid printing error on closemouse()
libdraw: exit mouseproc() on read error instead of spinning
nusb/serial: Add support for Amontec JTAGkey devices (from sources)
fix <mach.h> types in manual (erik quanstros machmantype patch)
make all the commands agnostic about Rune width. (from sources)
cpu: don't print spurious errstr for bad auth method, fix comment
fortunes: i would not be at all surprised if the nix kernel (with or without the AC stuff) ends up being the basis for continuing evolution of plan9.
ftpd: fix nil pointer derefernece when ominiting arguments to opts command
ftpd: implement "OPTS UTF-8 ON", fix uninitialized printing uninitialized memory in HELP command
- use the double-buffer buffer to allow redrawing on resize events.
ether8169: fix deadlock in allocation error case for attach. (thanks erik)
graphics(2): add newwindow() key reference
aux/listen: do not redirect stderr (fd 2) of the listener to the network connection
ip/torrent: use NPROC processes in parallel for calculating initial piece hashes
mouse: fix cursor redraw to prevent screen blanking (thanks erik)
devmouse: remove unneeded reference to kerndate
sdiahci: add pci id for 82801eb/er and c210
reduce software cursor flickering
fortunes: support for non-blocking i/o
pci: Add Intel C216 chipset PCI support (from sources)
usbehci: align page td buffer for >16K transfers, fix isohsinit()
jpg(1): update bmp and yuv usage
ndb/dns: dont override req->aborttime in udpquery()
libauth: auth_chuid empty (from sources)