cal: use Sa/Su in all cases, also simplify the code
cal: add -s option to specify the starting day of the week
audio/flacenc: missed an argument in fprintf()
plumb/basic: handle tga, wav, au, mid and mus
libFLAC/mkfile: update version and build with -DNDEBUG
libvorbis: fix free() called on a wrong pointer
pc, pc64: revert addition of pcireset() call to pcicfginit()
9pfid(2): document struct Qid (thanks sirjofri)
acid: increase hash size (thanks jonas.amoson)
marshal(1): fix example: upas/mail -> mail (thanks fulton)
ape: add missing isnan() and isinf() macros for 386 (thanks Jonas)
file: ftyp mp4* is video/mp4 as well
sort: fix memory leak (thanks Igor Boehm)
cc: add a couple notes to the comments regarding flags
libc/arm: open #c/sysstat file with OCEXEC (internal file descriptor)
plumber: open rule files as OCEXEC, to avoid leaking them to sub commands
text2post: check font index for out of range
plumber: don't leak srvfd file descriptor into sub processes
plumb: fix wrong click attribute offset (thanks umbraticus)
kbmap: avoid division by zero when window becomes too small
aux/vga: remove panning, add screen tilting support
devvga: implement screen tilting, remove panning and overlays
libauth: re-implement procsetuser() to use /proc instead of #c/user
devproc: allow anyone to change user of its own processes to "none"
libvorbis: 1.3.5 → 1.3.7 (fixes a bunch of CVE and other small issues)
ape: re-implement getlogin() by stating /proc/$pid/status
libc: re-implement getuser() by stating /proc/$pid/status
fax, psfax, vwhois: use $user instead of /dev/user
B: dont pollute the environment
kill, slay, broke: dont pollute environment, use $user
Kill: don't pollute environment
start, stop: avoid null list in concatenation witout arguments, use $user
nusbrc: delect lenovo camera
kw: use ethermii.c from port/ (thanks stuart)
aout2uimage: fix missing \n in usage print (thanks james)
upasfs(4): fix small typos (thanks igor)
kbdfs: fix mistake, remove leftover static user variable (thanks umbraticus and igor)
kernel: avoid palloc lock during mmurelease()
rio(4): list window states in order (thanks umbracticus)
kernel: make addbroken() static, remove misleading Proc* argument
pc, xen: move fpu setup/fork/save/restore handlers to pc/fpu.c
kernel: update procsave() comment, we'r not holding up->rlock anymore
ndb/dns: handle dnskey RR's (thanks moody)
kernel: handle tos and per process pcycle counters in port/
[12kq]l: remove unix compat code for cputime()
libthread: remove unused _times() function
kernel: remove Proc* argument from procsetuser() function
libauth: change programs to use the new procsetuser() function
libauth: add procsetuser() function to change user id of the calling process
aux/kbdfs: use getuser() from libc
acme: use global user string variable instead of getuser()
acme: use getuser() in fsinit()
libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid
vt: rfork environment varibles (thanks fshahriar)
strndup: don't assume buffer is terminated
kbmap: add Turkish keymap (thanks Kemal)
hpost: support custom headers (thanks julienxx)
ether2114x: make sure pci bar0 is I/O
ether2114x: vetting the driver for pc64
pc: set exit status depending on errors
pc: treat EOF gracefully, allowing easier use within sam command language
ico: avoid potential nil pointer dereferences
ico: fix interpretation of 0 widths/heights
iostats: dup 9p pipe to both fd 0 and fd 1 for exportfs
cpu(1): refer to oexportfs(4)
import(4): refer to oexportfs(4)
oexportfs: move legacy code for cpu and import to separate program
kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when opening /fd, /srv and /shr
sdiahci: assume 64-bit PCIWADDR()
sdiahci: enable pci busmaster before ahciconfigdrive() (fix qemu crash)
pc, pc64: make sure write combining is supported in MTRR's before setting it
pc, pc64: ignore MTRR's when MTRRCap.vcnt and MTRRCap.fix are zero
update Finnish kbmap: fix ¤ on shift+4 and add more AltGr variants
vmx: clean up mksegment, memset only if segment existed (devsegment clears new ones)
src: work on awk scripts too, see "src valley" (thanks phil9)
pc, pc64: work around bhyve all uncached MTRR's
backout OCEXEC changes when potentially opening /srv files
plan9.ini(8): document *nomtrr= and order the table
pc, pc64: cleanup cpuidentify() and some comments
pc, pc64: add *nomtrr= kernel parameter
pc64: preserve reserved bits in CR0/CR4 for amd64 in mtrr setstate()
vncv: backing out previous change, this needs another revision