audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)
pass Ureg* argument to note handler in R0 register on arm
libsec: remove aesCTRencrypt()/aesCTRdecrypt() (thanks mischief and qrstuv)
sam: don't make scroll-wheel-up change focus (thanks clsmith)
sam: prevent array overflow with multiple -i and -a arguments (thanks clsmith)
etheriwl: make rxon() static (thanks aap)
etheriwl: check the bluetooth co-existance errors (thanks qeed)
etheriwl: support for Centrino Wireless-N 2230 from freebsd driver (thanks qeed)
bzfs: handle erealloc(..., 0)
lib9p: handle erealloc9p(..., 0)
hjfs: fix erealloc(..., 0) crash when removing member from group array makes it empty (thanks 9dan)
cc: fix non constant pointer initializer for other compilers than 8c/6c
aux/listen: removing service script sholud kill listener (thanks mischief)
secstore(1): add DIAGNOSTICS section
secstore: don't print errors for dial() and readnvram() when not in verbose mode
hjfs: preserve newlines in commit message (thanks BurnZeZ)
gs: avoid 6c type propagation / constant folding issue for set_cb_end()
kernel: leave shared, physical and fixed segments alone in killbig()
kernel: cannot interrupt segmentio commands
kernel: avoid posting note to kernel process in faulterror()
cc: catch non constant pointer initializers
sokoban: fix non constant inializer
kernel: pass segio error string by pointer
kernel: add segio() function for reading/writing segments
segment: don't store pointers in a long
segment: fix read/write g->dlen race, avoid copying kernel memory, qlock
zynq: invalidate cache before booting cpu1
segment: speed up fixedseg() doing single pass over freelist
segment(3): document fixed segment creation
segment: fix print buffer overflow, map fixed segments uncached, add to zynq kernel
kernel: fixed segment support (for fpga experiments)
games/gb: improve sound emulation by modelling analog behaviour
nintendo(1), qer(8): fix typos
games/gb: limit audio range to prevent clipping
nintendo(1): update for gbc compatability
ether82563: work arround bad eeprom checksum for some i218 card (thanks BurnZeZ)
mothra(1): replace code.google.com with code.9front.org
bootrc: simplify bootargs splitting avoiding awk
pc, pc64: remove PCICONS debug buffer from pci.c
pool: avoid triggering assert(b->magic != FREE_MAGIC) in blocksetsize() for mallocalignl()
nusb/kb: always try to recover on error, fix recover for multi-function devices
pci: just in case the bios is drunk
pc, pc64: handle 64-bit pci membars
pc, pc64: extend initial memory map for qemu multiboot data
pc: import intel i218 nic changes from 9atom
kernel: move arrow cursor definition to port/devmouse.c
sgi: disable graphical arcs console printing on screen modeset
sgi: keyboard, mouse and cursor for indy
games/gb: improved audio code
games/gba: fix -3 crash and prevent >100% speed
audiohda: add AMD FCH Azalia Controller (thanks qeed)
games/gb: fix gbc dma
games/gb: fix -2/-3
new games/gb: better emulation and gbc support
ether8169: add 8168GU mac id (thanks qeed)
games/c64: writes to I/O area do not affect underlying memory (documentation lied)
devkbd: remove kbdputc() unused definition.
devkbd: remove unused constants
games/gba: remove debugging print
sgi: very primitive newport graphics driver for indy
vl: prevent stack altering instructions to be hoisted above loads
webpaste: update for modified okturing.com
nintendo(1): add SOURCE entry for games/gba
sgi: preserve R27 in setregisters(), use setregisters() in noted()
etherseeq: reset the card when it gets stuck (dma timeouts)
sgi: new approach for etherseeq
games/gba: very subtle timer bug fixed
sgi: work in progress kernel for sgi mips machines (only tested with r5k indy)
mothra: remove unused confirmcurs; move confirmcursor up with the other cursors.
fortunes: TED, day 1: I want to believe -- WIRED magazine
pc, pc64: state dependency to usbehci.h in mkfiles
mpdigdiv.s: aaaaand its gone!
libmp: use portable mpdigdiv routines for mips (causes invalid instruction trap on indy)
ape: fix lockinit() for mips
zynq: fix out of bounds access in etherprobe()
boot: allow alternative proto files per kernel and kernel config for bootfs.paq
vc: fix coffsect.lnno overflow into nreloc
ircrc: remove unused clonefile
boot: bind #c to /dev with MREPL instead of MBEFORE to avoid double entries
vl, libmach, kernel: mips has 16K alignment for segments (for bigpages)
usbohci: ensure Ed and Td alignment, fix for amd64
db: fix unicode support (thanks giacomo)
dhcpd: ignore ";" filename from sgi arcs bootp(); command