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
vncv: do NOT map Kaltgr to meta, introduce Mod4 (Super) as an extra key to use instead
vmx(1): build vmxgdb by default, clean it up as well
vmx: nanosec(): fix non-interruptable temporary, assign fasthz only once after xstart
pc: move ldmxcsr() prototype to fpu.c
vmx: add fmt checking, fix fmt errors, remove duplication for vmdebug
nusb/kb: update button state if event was actually received, fix typos (thanks umbraticus)
mouse(3): blankS, setS to follow the convention (thanks umbraticus)
mouse(3): document "scrollswap" ctl message, fix style a bit (thanks umbraticus)
vesa: make unsupported function not an error, set return status
vmx: add -D option to enable debug messages, use vmdebug for non-fatal "errors"
vmx: add -v|-w flag to control window creation behaviour
libcomplete: open internal file-descriptor with OCEXEC flag
libsec: open internal file-descriptors with OCEXEC flag
libauthsrv: open internal file-descriptors with OCEXEC flag
libauth: open internal file-descriptors with OCEXEC flag
aux/kbdfs, kbmaps: enable Kmod4 for other layouts, not just neo2
libdraw: open file-descriptor with OCEXEC flag in readcolmap()
libndb: open internal file-descriptors with OCEXEC flag
lib9p: open internal file-descriptor with OCEXEC flag in getremotesys()
lib9p: open /mnt/factotum/rpc with OCEXEC flag in auth9p()
lib9p: improve reqqueuecreate()
libdraw: open internal file-descriptors with OCEXEC flag
libdraw: remove unused Error label in freescreen()
libthread: reduce stack usage of threadkill*(), open /proc/n/ctl with OCEXEC flag
libthread: reduce stack usage for ioprocs, open /proc/n/ctl with OCEXEC flag
libthread: simplify threadsetname()
libc: open internal file-descriptor with OCEXEC flag
rio: format pid's as ulongs
rio: open /dev/snarf with OCEXEC flag when writing
rio: simplify filsysinit() by using getuser(), format pid's as ulongs
pc64: assign fpsave/fprestore only once in fpuinit()
ptrap: implement filtering on plumb attributes
pc64: AMD64 mandates SSE support, remove the check in fpuinit()
pc, pc64: move all fpu specific code from main.c to fpu.c
xen: fix for the last avx changes
amd64: FP: back to static size for allocation and copying
amd64: FP: always use enough to fit AVX state and align to 64 bytes
amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disable
rio: undo previous commit, was a stupid idea
rio: give visual clue during sweep and bandsizing when window is too small
rio: use libdraw's badrect() to exclude some extreme cases in goodrect()
cwfs: fix interpretation of startdump argument
rio: rewrite better portion() function
rio: handle corner selection for resizing better (thanks cinap)
rio: goodrect: clarify minimal height and actually use the smallest reasonable value
rio: allow windows as small as one line of text, still scrollable
aux/status^(bar msg): few small fixes (thanks umbraticus)
pc/dma, pc/sdide: use uintptr for physical address instead of ulong
pc, pc64: allocate dma bounce buffer right after xinit()
pc, pc64: exclude memory regions with unusual MTRR cache attributes
faces: add -c option to remove faces with button 1 click (thanks sirjofri)
libdraw: do not force flushimage() on freescreen()
rio: properly restore the windows contents on /dev/mouse close
/lib/keyboard: Anführungszeichen uten (danke sirjofri)
/lib/keyboard: add fingers and more arrows (thanks umbraticus)