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.
hgfs: fix loadrevinfo() breakage on long lines using libbio (thanks deuterion)
hack around timezone issues.
fix filetype detecton by suffix so that multiple dots dont confuse it. (thanks kvik)
pc: replace duplicated and broken mmu flush code in vunmap()
kernel: avoid useless mmu flushes, implement better wait condition for procflushmmu()
fix some acme memory leaks
hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)
delete obsolete comments (replies are flagged elsewhere)
bcm: use extended small pages so XN bit can work
9/boot/net.rc: suppress error from grep if ethernet ifstats file is not found
acme: Apply each -/+ only once (#156)
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()