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
factotum: accept multiple bootstrap auth servers in /net/ndb and -a arguments
secstore: allow multiple server addresses in $secstore and multiple -s arguments
devsegment: fix segmentcreate function signature
ethervirtio: fix queue notifications and interrupt flags, avoid useless notifications
hgwebfs: add fake add_handler method for HTTPRangeHandler()
ethervirtio: feature negotiation, allow setting mac address, dont read isr from ifstatus, avoid indirection
ip/ipconfig: treat /32 mask as /0
ndb/dns: ignore terminating authoritative flag for no-answer when more nameservers are provided
ethervirtio: fix missing */
ethervirtio: implement promisc and multicast mode, cleanup
ethervirtio: avoid dumping packets in txproc when ring gets full
strcat(2): fix strchr() and strrchr() function prototypes (thanks BurnZeZ)
pc, pc64: add and enable ethervirtio driver
games/md: fix interlace at scale 2
games/md: interlacing, sort of
audio(1): add mixfs to NAME section
pc, pc64: more conservative pcirouting
pc, pc64: preserve last KB of conventional memory (might contain bios tables)
games/snes: do message display in screenproc
games/md, games/snes: fix memory leak on resize
hjfs(8): theres no chown in plan9, link to chgrp(1) manpage.
games/snes: fix extern pic declaration to match reality
games/md: apply same screen flush changes from games/snes
games/snes: flush screen in parallel to audio (fixes buffer underruns on x200s)
games/snes: save more audio state
audiohda: add pci ids for Intel 8 Series Lynx Point (thanks quux)
wpa: handle essid: with whitespaces from ether ifstats file
wpa: fix quoting for essid with spaces
abaco: cleanup, handle image/x-icon, don't use backspace as a hotkey, and remove urlconvience()/related functions
nintendo(1): NTSC only
hpost: break up tags with newlines to avoid sed line buffer limit
sed: fix error handling for "Output line too long" and other stuff
pc: get rid of fixed 8MB memory map (now dynamically between 4 to 16 MB depending on kernel size)
pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s
hpost: fix multipart/form variable name mangeling when field value contains newlines
fortunes: (no plan9 to hand)
upas/fs: handle ramfs and hjfs "file locked" error
upas/fs: handle cwfs "file is locked" error message
ip: implement "hangup" ctl for udp protocol
kernel: make use of nil vs 0 consistent in qio.c (sorry)
rootstub: create /sys/src/pkg and /sys/lib/pkg directories
httpfile(4): document webfs dependency
httpfile: use webfs, fix 9p flushes
nintendo(1): more detail about gba
nintendo(1): document games/gba