devip: remove unused eipconvtet.c and ptclbsum.c files
devip: ipv6 loopback ::1 has link-local scope
ip/ipconfig: format ipmask with %M instead of %I
libip: don't reject ipmask in v6 form for v4 address
postscript: use PI
ip/ipconfig, ndb/dns, libndb: handle parseipmask() errors
libip: return -1 in parseipmask() and parseipandmask() when mask is not ipv4 and v4 argument was set
devip: use parseipandmask() for ipifc and route control message parsing
ndb/dns: provide v4 argument to parseipmask(), use snprint() instead of sprint()
upas/smtpd: implement ipv6 support for ip blacklist, replace v4parsecidr() with parseipandmask()
ratfs: implement ipv6 support, replace v4parsecidr() with parseipandmask()
ip/rip: use new parseipandmask() function
ip/ayiya: use parseipandmask(), use ipvmp() instead of equivip6()
ip/6in4: use parseipandmask(), use ipvmp() instead of equivip6()
ip/tinc: use new parseipandmask() to parse subnets, use ipcmp()/ipmove(), remove prefixlen
ip/dhcpd: provide v4 argument for parseipmask()
ip/ipconfig: use new parseipandmask() function
libndb: provide parseipmask() v4 argument in subnet(), use snprint() instead of sprint()
libip: replace v4parsecidr() with new parseipandmask()
segment(3): use bind -c in examples (thanks henesy)
cifs: merge with steve simons latest version. thank you very much!
cifs: fix pruning of . and .. directory entries (thanks steve simon)
bcm: include sdmmc in pi kernel configuration
devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return Memdata*
bcm: list devswap only once in devtab array
devdraw: simplify drawgen()
devip: tcp: Don't respond to FIN-less ACKs during TIME-WAIT (thanks Barret Rhoden)
dhcpd(8), ndb(6): group related ndb attributes together
ip/dhcpd: remove undocumented dhcpgroup mechanism, group related ndb attributes together
troff: fix -ms mug (thanks aksr)
dhcpd(8), ndb(6): update documentation (thanks k0ga)
ip/dhcpd: send vendor ndb attribute if available (thanks k0ga)
ip/dhcpd: add rootserverip read in lookupip() (thanks k0ga)
ip/dhcpd: change swap to rootserver (thanks k0ga)
devtls: remove static "already" flag in tlsinit(). this function is only run once.
devswap: simplify, don't panic when writing swapfile fails
pc64: properly handle faulterror in faultamd64()
upas/fs: remove unused function pop3log
rc: clear out redirections on "rfork F" (RFCFDG)
dtracy: fix &&
ether82563: fix bugus FCA write and link detection for i217
ether82563: work arround spurious jumbo packets on i217 (thanks k0ga)
/sys/lib/plumb/basic: make plumbing page bookmarks work with relative paths (thanks Tobias Heinicke)
ether82563: use 9018 byte mtu from datasheet for i217, i218, i219
ether82563, ether82598, etherx550: round rbsz to multiple of 1K
torrent: avoid trying to fetch blocks past file
pc, pc64: properly track dependencies for mem.h on autogenerated apbootstrap.h and reboot.h targets
upas/fs: don't put messages on the lru that cannot be uncached
upas/fs: include mkupas in mkfile last to get default target
upas/fs: fix infinite loop in putcache (again)
rsa(8): add example for tinc(8) (thanks k0ga, qwx)
dtracy: fix conditional branch generation
remove function prototype that leaked into last commit
tcs: clean up old port code, and avoid writing 0 to stdout
mk: fix closing random fd from uninitialized stack variable (thanks BurnZeZ, mycroftiv)
nusb/disk: revert previous attempts and just not issue capacity command when theres no media present
nusb/disk: implement 64 bit lba read/write commands (16 byte commands)
Don't unnecessarily unstall devices.
dossrv: make GLONG() return ulong, handle getsect() error in dostat()
etherx550: add intel 10GB ethernet controlller x550 driver (thanks joe9)
ether82598: fix multicast filter (thanks aiju, joe9)
dossrv: use 64 bit vlong for sectors
dtracy: avoid pointer to integer truncation warning on amd64
fplot: fix operator associativity
fplot: add min/max operators
dtracy: get rid of DTName struct, support more than three parts in a probe name, wildcard matching
pc(1): reference counting bug
upas/fs: remove now unnecessary "force" argument to cachefree
upas/fs: handle errors from fetch for cachebody()/cacheheaders()
upas/fs: fix infinite loop in putcache
fortunes: [9fans] ..... UNSUBSCRIBE_HELP NEEDED
forgotten files
kernel: change peek to return number of characters left rather than 0/-1
dtracy: catch page faults
add dtracy support to mkdevc and enable dtracy with plan9.ini
sshfs: add exits(nil) to threadmain
dtracy: call dtptrigger with a struct pointer rather than a list of arguments; put return value in arg9
dtracy: fix lexer bug
fix dtracy man page
add dtracy manpage
dtracy: add support for aggregations
rio: get rid of window delete thread, fix mysterious disappearing windows
add entries for il rcpu
ptrap(4): fix formatting
forp: change indexing to verilog-like semantics
acid: fix transcript
libmp: fix mptouv behaviour to match mptoui
libmp: add tests for integer conversions
mptov: make it actually work
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
kernel: fix tprof on multiprocessor
factotum: rsa: use mptober() to get right adjusted result instead of mptobe() and memset()