aan: didn't ask about sendcommand
libsec: remove unused aes_setupDec
pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(), rename fault386() to faultamd64()
ip/tcp: never raise the mss over the link mtu < 1280 for v6
ip: get rid of update_mtucache() and restrict_mtu() prototypes
ip/pktmedium: no mintu, no maclen... thi is ip packets
ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media
ip/tcp: only calculae mss from interface mtu when directly reachable for v6
nusb/ether: support for "bridge" ctl message
kernel/qio: make readblist() offset of type ulong as the rest
kernel/qio: get rid of unused qcopycnt debug variable
kernel/qio: implement concatblock() with pullupblock()
kernel/ip: fix typo (rfc -> ifc)
gre: check nil for pullupblock()
devbridge: simplify etherwrite() as we dont deal with block lists
kernel/ip: remove nil checks for allocb() and padblock()
kernel/qio: maintain Block.next pointer in padblock()
srv(4): add SOURCE for srvtls
kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmalloctag() call in qwrite()
devcons: simplify putstrn0()
devbridge: various bugfixes and improvements from charles forsyth
kernel/qio: big cleanup of qio functions
devloopback: simplify loopoput()
ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls in Dev.bwrite()
ip/nullmedium: free passed block in nullbwrite()
ip/tcp: remove useless nil checks for padblock() and allocb() return value
kernel: fix missing ; in panic() call
kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging
archacpi: fix format string warning on amd64
devmnt: avoid memory copies of I/O rpc buffer by using bwrite()
libc: move calloc() into its own compilation unit
winwatch: put previous label contents in edit buffer for relabling
8c: fix double compiling FNX complex lvalue in cgen64()
ape/libsec: add secp384r1 curve parameters for tls
libsec: add secp384r1 curve parameters for tls
winwatch: no more 'l' key labeling
winwatch: middle mouse button click also prompts for label
stats: alternatively read battery and temp from aux/acpi
aux/acpi: make it stats(8)-friendly
fix bugs and cleanup cryptsetup code
auth/factotum: bound the number of srv processes to 16, error the 9p rpc when it is over limit
lib9p: limit the number of srv processes kept arround 8
pc/archacpi: don't do acpi initialization in the kernel, provide generic acpimem routines
ip: simplify code as packblock() and concatblock() will never error
devip: simplify ipbwrite() by using retun value of qbwrite()
ip/icmp: only reply to echo request when directed to us and source is unicast
gif: just read and decode the first image when -9 or -c flag is specified
libdraw: avoid dropping queued button change mouse events in emouse()
mothra: avoid flushimage() calls, event() will implicitely flush
mpc: remove unused yylval type
aux/acpi: batteries and CPU temp reading so far
archacpi: optionally export acpi memory regions; properly initialize environment
samterm: support "showdata" plumb action
fortunes: does that me a dipshit
scram: remove _PTS(5). it just doesn't make any sense
scram: oops. word is 0xffff, not 0xff
scram: run _PTS(5) and disable GPEs before entering S5. x200s shuts down properly now
fortunes: Angular uses the term "scope" in a manner akin to the fundamentals of co
iwhois(1): make -n work, add .org, and a couple minor changes
nusb/kb: set usage to 0 (undefined) for items exceeding usage list
nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint file
sam: putenv("%", ...): don't crash when no file is current
sam: use $% instead of $f for filename to be consistent with acme
sam: make current filename available to shell commands in $f (thanks aiju)
ip(3): update description of /net/ipifc/*/status format
pc(1): if the input base is not 10, print the 0d prefix before decimal numbers; this way, all output is always valid input (for the current mode)
webfs: aaand another one (should go to sleep)
webfs: don't use cache connections when posting
pc(1): add pb (thanks, BurnZeZ); add bit numbering
cpu: quote remaining remote command arguments, don't syslog on missing /mnt/term/dev/cpunote file
ipv6on: get network device from $netdir/ipifc/*/status
etherzynq: implement promisc mode and multicast filter support
nusb/ether: promisc and multicast support for admtek pegasus (aue)
nusb/ether: multicast and promisc support for rtl8150 (url)
nusb/ether: experimental pomisc mode and multicast support for smsc and asix
pc(1): _ handling in numbers was broken at some point; restore documented behaviour
pc(1): add nsa() command
ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized
ape: bring strtod() in line with plan9's libc version
libc: dont use floating point for portable umuldiv(), use 64 bit uvlong
kernel: rekey chacha state on each randomread() invocation
devcons: remove /dev/reboot "halt" command...
kernel: better nonce partitioning for chacha random number generator
kernel: xoroshiro128+ generator for rand()/nrand()