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
9boot(8): remove redundant "the"
9boot(8): improve efi documentation
bullshit: don't pollute the environment
wpa: fork note group when going to background (thanks jpm)
pc, pc64: implement acpi reset (for efi)
realemu: make sure instruction arguments are initialized even when decoding traps
pc, pc64: more sanity checking for lowraminit()
pc64: remove unused pdballoc and pdbfree counters from mach structure
dist: generate efi bootable cd image
nusb/kb: dont set boot protocol on HidCSP interface when we failed to read report descriptor (thanks aap_)
efi: generate /386/efiboot.fat for generating efi bootable cd images (see -E option of mk9660)
efi: iso filesystem support for cdrom booting
efi: add test targets for iso and fat (for documentation only)
mk9660: add -E option to create EFI boot entry
bcm: fix baudrate setting for serial console (thanks to aap and hiro)
newt: do not print first message twice when stepping through messages
disable useless ssh daemon by default
fix syslog() use with linefeeds for various programs
newt: only print a date if we've managed to extract a date
cs: fix linefeeds in syslog(), cleanup
cs: use /net/ether* instead /net/ether[0123], dont remove srv file with -n, dont write dns logfile
newt: removed unused function
newt: implement ned-style address ranges and overhaul h command to suit
rio: dont serve a kbd file per window when we didnt got one from the environment
fortunes: this exact error message is in the fortunes file.
efi: change eficonfig ordering so memconf() is first, dont fallback to fs when /cfg/pxe/ file isnt there
lib9p: prevent files from being created in deleted directories (thanks BurnZeZ)
lib9p: fix .. walk crash in deleted directory (thanks BurnZeZ)
efi: add initial pxe support (v4 only)
pc, pc64: make mtrr() callable from interrupt context and before mpinit
9boot(8): document efi booting
inst: ignore *bootscreen= variable when generating plan9.ini
pc, pc64: lookup pci device for bootscreen() and maximize framebuffer aperture so can change screen resolution
efi: use LocateHandle() and HandleProtocol() to check for multiple gop protocols to find a usable one
efi: fix compiler warnings, remove indicator prints in readn()