acme: avoid division by zero when resizing col (#189)
acme, sam: handle >1GB files correctly
cmd(3): fix typo, Close -> Closed (thanks kivik)
rio(4): fix bad cross-reference format
seconds(1): add SOURCE section
always zero initialize Tm structure for tm2sec()
pc, pc64: clear debug watchpoint registers on exec and exit
vgai81x: remove unused mach0 variable
pc: fix ldt memory leak in procsetup()
kernel: add missing FPillegal definition for kw and omap kernels
kernel: improve diagnostics by reversing the roles of Proc.parentpid and Proc.parent
fix typo: we don't have cache insurance.
show and update flags in acme mail
upas/fs imap fixes and improvements
pc, pc64: merge adjacent e820 map entries of same type
os(1): add c implementation of inferno os command and cmd(3) device manpages
sd53c8xx: fix the driver for amd64, fix alignment/padding issues, fix freechain handling
upas/fs: remove useless loop in rf822()
fix ref822 again: remove uniqarray(), fix case with many entries in 'n'.
upas/marshal: fix printinreplyto function
fix ref882 reference parsing.
show urls in html messages.
grep: error if sbrk fails
vac(1): assimilate manpage additions from plan9port and complete usage lines (thanks joe9)
improve language in delay(9)
timezones: change DST timezone string for South Australia
add start of section 9 manpages (thanks rgl)
rio(4): update description of wctl file format
rio: pad window status strings in wctl files
rio: fix bug causing short reads of wctl files
rio: fix cons read breakage from previous commit
document 'T' flag misbehavior (thanks rgl)
Specifiy the restrictions on 9boot file names more clearly.
Document 9bootfat limitation.
sdiahci: implement reset timeout for ahciencreset(), make blink() never block, fix map[] access in ledkproc()
bootrc: for wireless netbooting, set the WPA/WPA2 preshard key with wpapsk=password boot parameter
Parse global pax header in the right place.
Add pax extended header support to tar.
thread(2): fix manpage typos (thanks rgl)
draw(2): fix manpage typo (thanks rgl)
devip: use the routing table for local source ip address selection
Fix directory heuristic for long file names.
games/turtle: do exit instead of crash in redraw() when there where no lines drawn
add games/linden and turtle to mkfile
add games/linden and games/turtle
tar: fix memory corruption in extract1 (thanks petter)
upasfs(4): fix manpage typo (thanks rgl)
file: add (very) basic support for detecting mpeg4 formats
upas/fs: fix handling of numeric timezone offsets in strtotm
Check if 'm' is null when updating messages.
bcm: fix software cursor avoidance for loadimage() case (thanks bitmapper)
ip/dhcpd: prevent client from increasing max reply size beyond the reply buffer capacity
Make ctrl+g focus text windows and cycle zeroxed copies (thanks kvik)
/sys/lib/plumb/basic: open nedmail windows with -noscroll
ndb/dns: handle empty $DNSSERVER
backup: Set execution bits in backup scripts
ether82563: fix multicast for i210
Fetch IMAP flags from server. This makes us sync read/answered/... flags with unix.
awk: make empty FS unicodely-correct.
sdiahci: force Hudson SATA Controller to AHCI mode
sshfs: fix dir2attrib() memory leak in wstat error case (thanks BurnZeZ)
sshfs: fix race condition between sendproc() and recvproc()
cwfs: fix listen filedescriptor leaks
lib9p: fix listensrv() filedescriptor leaks
sshfs: use threadexits() instead of exits()
upas/fs: speedup mtree and henter()
pc: move low-level allocation details out of mmu.c into memory.c rampage() function
vgai81x: use vmap() for uncached access to cursor data instead of manipulating kernel page table
ape/cc: Add arm64 and remove alpha
usbxhci: fix endpoint stall recovery, handle Ep.clrhalt flag
cmd/ip/*: chown the network connection after authentication
devip: fix permission checking
bootrc: unmount devip *before* starting factotum
bootrc: remount devip after /dev/hostowner has been written by factotum
devproc: fix fishy locking in proctext(), check proc validity, static functions
devproc: move proctab() call after Qnotepg special case in procwrite()
kernel: simplify pgrpnote(); moving the note string copying to procwrite()
ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile
bcm64: add addarchfile() prototype to fns.h (for qeed)
bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch()
acid/kernel: for stacktraces, try to use context from error stack when process is not sleeping
ip/cifsd: dont return garbage in upper 32 bit of unix extension stat fields
ip/cifsd: add basic support for UNIX extensions
ip/cifsd: exit to close connection when we get malformed smb header (fixes linux mount hang)
usbehci: silence "param declared but not used" compiler warning in itdinit()/sitdinit()