igfx: get edid information from lvds
igfx: use mmio to access registers instead of pio, fix wrong igfxmmio segment size
igfx: perserve frame start delay "magic" bits 27:28 in pipe conf register
igfx: vgadb entries for x230 and x200s
igfx: implement hardware cursor
libdraw: don't redraw input box in enter/eenter when mouse is moved outside the rectangle
igfx: aaaand the kernel part :(
igfx: just kidding, heres the code :)
igfx: work in progress intel graphics driver
vncs: add -A for no auth to usage
vncs: turn off auth with -A, do not require -c for -x
vnc: put newlines in verbose messages
pool: more strict checktree() for poolcheck
sdide: add vid/did for 82801IIH Intel Q35 IDE controller (thanks kenji)
sdiahci: sanitize ahci pci bar
devvga: disable hardware blanking when switching drivers, check softscreen
lucidasans font: restore remaining truncated *unicode.*.font files
lucidasans font: restore truncated unicode.*.font files (thanks, mischief)
aux/realemu: remove unused global
devdraw: remove broken color palette blanking
devvga: better way to prevent blank hwaccel race
vgavesa: get rid of the vesa kproc
aux/vga: do not set mode 3 unless connected
aux/vga: fix switching with different mode
nedmail: do not recursively plumb email multipart attachments in print command
nusb/kb: fix alt/altgr being swapped for some reason
aux/vga: display switching for Intel adapters
zynq: differentiate various pagefault types in faultarm()
tcs: update charsets. Fixes issue #214
hjfs: fix missing superblock dirty mark when reaming
hjfs: make -m default 4 MB instead of 40 KB
terminus font: update .font files, remove references to old vga bitmaps
lucidasans font: update font files, remove references to old vga bitmaps
germgoth/unicode.12.font: update mappings, remove references to old vga bitmaps
bring back nice control character glyphs in vga font
zynq: enable branch prediction
zynq: enable prefetch hints and drop-prefetch
libmemdraw: never point Buffer.alpha to nil (thanks mischief)
aux/vga: scale only if mode was set successfully
zymq: lilu dallas, multicore
add games/md to /sys/src/games/mkfile
aux/vga: rescale after loading new mode
libdraw: don't deference nil display in freefont
libmemdraw: fix fd leak in openmemsubfont and memory leak in freememsubfont
memlayer(2): fix memdraw signature
vga font: fix permissions (thanks, mischief)
vga font: the existing bitmaps contained blank spaces for missing runes, which resulted in blanks being printed on screen. replace bitmaps and update .font files accordingly.
fortunes: no. -- ftrvxmtrx
aux/vga: remove -s option, move scaling to the size string itself
ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tls
aux/vga: scaling modes for VESA
vga, vesa: revert. this needs to be in aux/vga instead
vga, vesa: scaling modes
socksd: revert back, previous commit broke UdpAssociate request
libip: skip ipv6 loopback address (thanks mischief)
socksd: dont use myipaddr() for announcing address
getfcr: change getfcr/setfcr to use VFP
zynq: only tmpmap() while splhi(), remove unneeded coherence() after tmpunmap(), splhi() in l2free()
zynq: dont do install target by default in the mkfile
zynq: fpsave() and fpclear() both need to disable the fpu
zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MB
5l: remove -f flag and add -F flag to disable VFP code generation
zynq: fix kernel configuration so it builds
nusb/serial: fix nusb/serial hang with ftdi
fortunes: if(~ $i (seek _nsec)) { # untested so far - geoff
rc-httpd(8): add HISTORY to man page
pc, pc64, xen: change return type of intrdisable() to void
sdvirtio: provide enable() and disable() functions so it can be switched off
pc, pc64: fix intrdisable() to remove the Vctl entry even tho we can't disable the interrupt on apic
sdvirtio: move common "queue i/o and wait" code into vqio() function, handle notify suppression
pc, pc64, xen: simplify #P/irqalloc
pc, pc64: include PCArch.id in #P/archctl simplify #P/ioalloc read handler
ape: add fprint %z format (thanks Ori_B)
ip: exclude "don't fragment" bit from ipv4 reassembly test
pci(8): document vid/did argument
tee: get rid of openf[100] array and just dup() filedescriptors to 3+[0..n-1]
kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/ns
sam: '^' and '_' cmds; same as '<' and '|' except that stdout goes to the command window
pci: import pci script and updated database from 9atom
flate: fix wrong adler32() length calculation (thanks qrstuv)
vblade: fix code so #pragma pack isnt needed
add erik quanstros vblade utility
pc64: enable devaoe and sdloop in kernel configuration
sdloop: hardcode Enotup[] string to avoid devaoe dependency
sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/lun