ether82563: add pci id for ethernet on dell optiplex 7090 micro (thanks leimy)
devbridge: fix vlan range parsing
git/revert: update modification time on revert
snoopy: add vlan protocol (802.1q)
devbridge: improve locking, unbind ports automatically on read error and more...
nusb/disk: use setalt(), print argv0 in prints instead of "disk:"
nusb/cam: fix mistake (nil vs -1)
nusb/audio: use setalt(), make sure endpoint has right direction.
nusb/lib: provide a setalt() function to set the interface to its altsetting
nusb/ether: remove csp check for rndis, already done in nusbrc
libFLAC: update to 1.3.4
nusb: Fix handling of interface altsetting.
usbxhci: endpoint address needs to be masked with Epmax from endpoint number
devbridge: implement experimental vlan support
devip: dont hold ifc wlock during medium bind/unbind
rc: fix globbing with lists (thanks qwx)
etheriwl: fixes for 7260 ac
git/branch: fix order of operations (thanks qwx)
gba: fix flash chip id for 128k and add setting
audio/flacdec: handle read errors properly to avoid endless looping saturating cpu
rio: fix parsing of directory path (-cd) when creating a new window via wctl
nusb/usbd: use per hname collision counter instead of device address to resolve collisions
bcm: fix rebootcode linkage
ip/tftpd: add -m argument for name substitution using regular expressions
devgpio: make reading ctl file return 0 bytes
g: show all file names when grepping
acne/Mail: fix double-free (Bterm() in mesgshow())
vmx: fix PCI ID for virtio block devices
mothra: fix rendering of <samp> tag
g: use xargs instead of finding complete file list before greping
g: fix duplicate files with directory argument
devenv: allow environment total size of up to 1MB
git/query: leave range commits in topological order
cc: fix incorrect octal range condition in mpatov
/lib/theo: You obviously don't know what you are doing, and I think you don't deserve help.
man(1): reference /rc/bin/sig in SOURCE section
cmd/sshfs.c (recvproc): prefer error codes over error strings
flacdec: do not loop forever on write/decode errors
kernel: make Page.txtflush into an array
fortunes: MY NAME IS BEING USED IN A PHISHING ATTACK. DO NOT RESPOND TO MAIL OFFERING MONEY FOR UNDERGRAD RESEARCH ASSISTANTS. -- bwk
rc: fix pwrd() regression, forgot <= ' ' case from needsrcquote()... sorry :(
reduce: use if() to test for exit status of pipeline
iostats: bind /srv into the namespace, its magic
git/commit: squelch error when run outside repository
acme: fix window and scrollbar display glitches at bottom fringe of column
rc: read heredoc when receiving '\n' (thanks Eckard Brauer)
git/fs: remove trailing null bytes from parent file (thanks mcf)
ape/mkstemp: better options
git: fix typo in git/log output
rc: only have single instance of a symbol, extern in header (thanks mcf)
rc: simplify Makefile, use yacc default rule (thanks k0ga)
ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set
ape: allow exporting rc functions in environ[]
rc: make it portable (for UNIX)
rc: Xerror is not a instruction, remove from pfnc
git: size cache in bytes, not objects
rc: add Xhereq instruction to trace
rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)
remove ssl from zynq and remaining kernel configurations
rc: fix here document handling with quoted end-marker (thanks sigrid)
/rc/lib/rcmain: remove useless exit $staus at the end
rc: add err != nil check for early exit
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
ftpfs(4): import -> rimport
consolefs(4): import -> rimport
listen(8): get rid of old ports
listen(8): remove old cpu, exportfs and rexec listeners
acme(1): fix reference to 9front default acme font
git: revert c947bf808 -- it triggers a bug.
git: fetch all branches by default.
rio: allow spaces in working directory path (-cd) when creating a new window via wctl
git(1): fix quotes in git/conf example
delete import, oexportfs src
devssl, cpu, import, oexportfs: delete
vga/igfx: add missing pci did's for hwblank for known mobile models
acmed(8), rsa(8): add role=client attribute to rsa keys
troff: we are not htmlroff
git: improve pack cache heuristics
netaudio: fix auth check, can have multiple auth servers!
netaudit: check for sys= attribute to be free of periods
netaudit, ndb(6): the dom= attribute in ndb should be specified without the trailing period
kernel: add extra negative and power-of-two check to pcibarsize()
aux/vga: use vlong for pci bar size
kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB
aescbc: flush before exit and report an error (if any)
/rc/bin/rc-httpd/{rc-httpd, handlers/error}: do some minimal sanitization on $SERVER_NAME before handing it off to select-handler. this prevents malformed Host: headers from retrieving arbitrary files from the file system. (thanks, Lightning)