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
pc, pc64: adjust mpshutdown() comment to reflect the current state
pc, pc64: untangle acpireset() from mpshutdown()
hgfs(4): add SOURCE to man page (thanks, spew)
hgfs(4): add HISTORY to man page
xen: remove segmentation constants, not used on xen.
kernel: remove "checked xxx page table entries" print from checkpages()
kernel: print addresses in hex and sizes in decimal in xallocsummary
acme: allow typing '\n' in window tags
boot(8): the method!server notation isnt usefull anymore...
teg2, xen: remove unused bootdisk[] and fix conf.nswppo factor in kernel memory size calculation
pc: remove unused bootdisk[] variable
pc, pc64: remove old B.COM command line parsing and just pass tokenized BOOTLINE to /boot/boot as argv[]
kernel: replace ulong with uintptr in ucallocb() and fix unneeded parentheses
kernel: remove obsolete comment regarding Mntcache size in */main.c
audio/flacdec: fix pcmconv pipeline race (thanks mischief and henesy)
kernel: minor changes to mount cache
kernel: use new disk/mkfs -o option to get proper source filename list for bootfs.proto
disk/mkfs: add -o flag to list source files
kernel: remove *.acid files in nuke target instead of $CONF.clean target
kernel: get rid of /boot/boot parametrization
xen: fix mtrr dummy functions
bio: add Bfdopen() from plan9port
kernel: evaluate dependencies of bootfs.proto files for bootfs.paq
various cmds: replace magic numbers with Kdel/Keof, etc
kernel: correct dependency for printstub.$O instead of print.$O
pc, pc64: untangle embedded controller (ec) dependency from devarch
kernel: generate dummy bootscreeninit() function when building without vga device