lib9p: restore previous behaviour of fd group sharing
sshnet: fix fork race conditions
aux/realemu: run cpuproc in same fd group as fileserver
aux/timesync: open /proc/n/ctl with OWRITE, not ORDWR
devproc: don't allow /proc/$pid/ctl to be opens for reading
nusb/usbd: fix /env/usbbusy bug
rio: fix goodrect() bug (thanks mike)
dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flag
lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks
acme: split win into winfs and rc script, get rid of lib9p leavefdsopen hack
lib9p: zero out per connection state in Srv template for listensrv()
dossrv: output iotrack error message to stderr
ramfs: don't use Srv.nopipe
aux/acpi, aux/apm: remove nopipe -i flag
hgignore: ignore section 9 manpage indices, ignore init, kernels and bootloader binaries
devproc: fix syscalltrace read for ratrace
hgfs: fix loadrevinfo() for empty log bug
libsec: move AES XTS function prototypes to AES definition section in the header file
libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) manpage
devproc: make sure writewatchpt() doesnt overflow the watchpoint array
kernel: make sure we wont run into the tos when copying exec() arguments
devproc: cleanup procwrite size checks
fix special case for null pointer constants in cond expressions
include section 9 in manpage plumb rules.
ape/cc: stop spamming arguments that are only needed once
devcons: fix permissions for reboot and sysstat
kernel: avoid selecting the boot process in killbig()
kernel: fix multiple devproc bugs and pid reuse issues
devswap: dont assume Proc* structures returned from proctab() are continuous
sdiahci, sdodin: avoid calling kproc() while holding ilock()
/sys/lib/kbmap: update 0xf860 to Kshift value, fix fake shifts on esc1
sed: allow whitespace after ! negation (thanks k0ga)
acme(1): fix scrolling when swiping text at the top or bottom of a frame
remove C99_SPRINTF_EXTENSION define.
bcm: change ARGB32 to XRGB32 for framebuffer to avoid slow drawing
upas/fs plumb modify messages for self-changed flags
image(6): fix typo
kernel: cleanup makefile for $CONF.$O target
listen(1): implement one-shot mode flag for listen1 (thanks kivik)
document common emulator keys
walk: add D and T fmt characters (fileserver device/type)
walk(1): formatting/corrections
walk: remove superfluous newline
kernel: restore old behaviour that kprocs have ther noteid == pid
kernel: fix mistake from previous commit (noteid not being inherited by default)
kernel: implement portable userinit() and simplify process creation
ppc: remove old duplicate of devtls.c
add v8e
page(1): fix troff manual example
Apply http://www.9paste.net/qrstuv/patch/acme-movetodelmesg/
acme: fix off by one in colclose(), make dellist() code consistent
acme: Restore call to movetodel() in colclose
cycv: support for registers
cyclone v kernel: fpga support, fix CONFADDR
vnc/devdraw: fix topnwindows() panic when images are not windows (thanks aiju)
devdraw: fix topnwindows() panic when images are not windows (thanks aiju)
pc64: adapt vgaradeon driver to 64-bit (thanks Robert Ransom)
kernel: remove relics of CPU 'load balancing' policy in scheduler (thanks Robert Ransom)
bootrc: fix comment typo (thanks Robert Ransom)
ip/cifsd: implement SMB_SET_FILE_UNIX_BASIC for wstat
dont spin on MDIO
merge
add cycv ethernet driver
show line numbers in dtracy type errors
add cycv kernel
dumb bug
add aux/aout2uimage
rc-httpd: append carriage return to content-length header
devip: fix packet loss when interface is wlocked
/sys/man/9: more pages added
ip/ipconfig: keep on sending router solicitation after initial RA
rio, kbdfs: increase read buffer for high latency kbdfs support
9p(2): fix sentence for wstat function (thanks jsmoody)
sleep(9): recover comment with the right reference
kproc(9) and sleep(9) corrections
thread(2): fix description of when/why procexec(l) functions return
pc, pc64: fix cputemp decimal handling in amd10temprd (thanks Robert Ransom)
flate(2): fix typos (thanks rgl)
ip(3): document special null-address hack for accepting all incoming connections
date: make ISO 8601 time output compatible to RFC3339
normalize error messages in yacc, stop writing to closed fd.
devcons: fix write length of writebintime() (thanks BurnZeZ)
only ensurecache() on doplumb().
crop(1): remove duplicate -b option in synopsis
riostart: when system uses serial console, provide a system shell on it
console(8): add console command and manpage
upas/fs plumb flag changes.