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()
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)
cwfs: fix interpretation of startdump argument
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)
proof: don't confuse ""(1) (thanks Stuart Morrow)
rio: avoid redrawing window text on resize for programs using libdraw
pc, pc64, xen: rewrite interrupt handling code
games/mix: fix decoding of shift instructions
games/mix: fix SLAX and SRAX instructions (thanks nicolagi)
games/mix: fix implementation of MOVE instruction (thanks nicolagi)
kbmap/neo2: add support for neo2 kbmak (thanks jstsmthrgk)
g: fix typo in last commit
upas/*: fix mkfile issues (thanks amavect)
pc, pc64: move common irq handling code out of trap.c
g: filter directory arguments
9boot(8): update manual to reflect efi loader search order changes
efi: prefer plan9.ini from ESP we loaded from
dc: fix crashes with : operator (thanks istvan bak)
upas: make 'all' the default target
pc, pc64: fix grub multiboot
ether8169: fix interrupt panic before init, defer initialization until attach
pc, pc64: implement disabling of msi interrupts
pc, pc64: new MTRR code supporting AMD TOM2 MSR and fixed mtrr ranges
pc, pc64: disable all pci devices for /dev/reboot
pc, pc64: disable all pci devices in pcicfginit()
kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pcidisable()/pcireset()
nusb/kb, nusb/joy: dont try to set protocol on nonboot devices
etherm10g: remove duplicated pci capability enum
kernel: remove unused pcinextcap() function
pc/l.s: remove unsued m0gdtptr/m0idtptr structs
awk: fix truncated input after fflush
ctime(2): add tmdate(2) to "see also"
upas/*: cleanup mkfiles (thanks amavect)
pc, pc64: load idt early in trapinit0()
pc/l.s: load virtual gdt pointer after mmu switch
nusb/cam: don't videoclose() when open failed
diff: fix change marker for -c mode
ptrap: fail if invoked with no arguments
aux/cpuid: fix final newline on printbits()