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
ndb/cs: fix spelling (thanks mischief)
acme/win: fix fswrite() not assuming iounit < EVENTSIZE
cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)
acme: fix buffer overrun in xfidutfread() and xfidruneread(), cleanup
kbmap: fix sprint() buffer overflow (thanks silasm)
plan9.ini(8): fix typo (thanks ftrvxmtrx)
fortunes: UX-wise (and generally speaking, for most common uses of a computer these days), Plan9 is, sadly, almost useless.
qmail: call mail instead of smtp with the wrong path
plan9.ini(8): document bcm and virtio ethernet and hda and ac97 audio.
plan9.ini(8): remove factotumopts= (not implemented), add secstore=, clarify domain name use for fs= and auth=
bootrc: keep original address when ndb/dnsgetip fails and let dial complain
bootrc: use "address" instead "ip" in wording netboot questions, as we domain names are allowed now.
bootfs: remove disk/kfs fileserver, nobody uses it
bootrc: add ndb/dnsgetip resolver to bootfs so domain names can be used for fs=, auth= and secstore= (thanks mischief)
bootrc: preserve #ec/fs (thanks _sl)
dnsgetip: filter negative answers, remove -f flag, use dnsgetip logfile
ndb: add dnsgetip program to resolve A and AAAA records during bootstrapping
bootrc: handle multiple fs and auth addresses in netboot, always set auth= in /net/ndb
bootrc: do not pass authserver with -a flag to factotum, handle multiple secstore addresses