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
pc64: fix comment description of pc64 kernel configuration
ether8169: add support for RTL8411B (thanks quux)
pc, pc64: command flag sometimes doesnt reset, just check for IBF
io: add -E flag to access embedded controller space
pc, pc64: provide access to embedded controller with #P/ec file
filter(1): fix typo i introduced
kernel: remove implicit Proc* argument from procctl()
dont flush screen when hiding software cursor
smtpd: cleanup hello() domain check code
smtpd: accept literal ipv6 addresses in HELO/EHLO
fix dangerous werrstr() usages
all: typo fixes from [email protected]
Don't quit ircrc on blank line (thanks Ray)
libc: import cleaned up syslog() function from sources
libc: improve dial error handling
devproc: reset p->pdbg under p->debug qlock in procstopwait()
mouse(2): fix atomouse (thanks qrstuv)
libc: allow dial to be interrupted
inst: copy efi bootloader in bootsetup
fix some manpage cross references
termrc: setup mouse when we have a framebuffer
acpi: fix pcibusno() when PCI0._ADR = 0
pc: enable page size extension early in apbootstrap