summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-03iwhois(1): make -n work, add .org, and a couple minor changesBurnZeZ
2016-09-28nusb/kb: set usage to 0 (undefined) for items exceeding usage listcinap_lenrek
2016-09-28nusb/lib: fix wrong endpoint id when openep() finds already existing endpoint...cinap_lenrek
2016-09-26sam: putenv("%", ...): don't crash when no file is currentftrvxmtrx
2016-09-22sam: use $% instead of $f for filename to be consistent with acmecinap_lenrek
2016-09-22sam: make current filename available to shell commands in $f (thanks aiju)cinap_lenrek
2016-09-21ip(3): spelling, thanks slcinap_lenrek
2016-09-21ip(3): update description of /net/ipifc/*/status formatcinap_lenrek
2016-09-20rio: fix onscreen()cinap_lenrek
2016-09-19scat: hjdicks for amd64cinap_lenrek
2016-09-19pc(1): if the input base is not 10, print the 0d prefix before decimal number...aiju
2016-09-19mergecinap_lenrek
2016-09-19webfs: aaand another one (should go to sleep)cinap_lenrek
2016-09-19mergecinap_lenrek
2016-09-19mergecinap_lenrek
2016-09-19webfs: fix mistake...cinap_lenrek
2016-09-19webfs: don't use cache connections when postingcinap_lenrek
2016-09-19pc(1): add pb (thanks, BurnZeZ); add bit numberingaiju
2016-09-18rio: improved bandsize()cinap_lenrek
2016-09-18cpu: quote remaining remote command arguments, don't syslog on missing /mnt/t...cinap_lenrek
2016-09-17ipv6on: get network device from $netdir/ipifc/*/statuscinap_lenrek
2016-09-17etherzynq: implement promisc mode and multicast filter supportcinap_lenrek
2016-09-17nusb/ether: promisc and multicast support for admtek pegasus (aue)cinap_lenrek
2016-09-17nusb/ether: multicast and promisc support for rtl8150 (url)cinap_lenrek
2016-09-16mergecinap_lenrek
2016-09-16nusb/ether: experimental pomisc mode and multicast support for smsc and asixcinap_lenrek
2016-09-15pc(1): _ handling in numbers was broken at some point; restore documented beh...aiju
2016-09-15pc(1): add nsa() commandaiju
2016-09-14ape: fix format clash, %z is for size_t (which is a long currently), not poin...cinap_lenrek
2016-09-11ape: bring strtod() in line with plan9's libc versioncinap_lenrek
2016-09-11libc: dont use floating point for portable umuldiv(), use 64 bit uvlongcinap_lenrek
2016-09-11kernel: rekey chacha state on each randomread() invocationcinap_lenrek
2016-09-11devcons: remove /dev/reboot "halt" command...cinap_lenrek
2016-09-11kernel: better nonce partitioning for chacha random number generatorcinap_lenrek
2016-09-11kernel: xoroshiro128+ generator for rand()/nrand()cinap_lenrek
2016-09-11kernel: make randomread() fault reentrantcinap_lenrek
2016-09-11kernel: replace various custom random iv buffer filling functions with calls ...cinap_lenrek
2016-09-09fortunes: Nein -- General Chuck Yeagerstanley lieber
2016-09-08authsrv(2): update Nvrsafe structure to include aesmachkeycinap_lenrek
2016-09-08kernel: fix type for utime/stime in pexit(), fix debug format stringscinap_lenrek
2016-09-08kernel: make sure procalarm() remaining time doesnt become negativecinap_lenrek
2016-09-08kernel: always do unsigned subtractions for m->ticks delta for updatecpu() an...cinap_lenrek
2016-09-07kernel: use tk2ms() instead of TK2MS macro for process time conversioncinap_lenrek
2016-09-07kernel: tsemacquire() use MACHP(0)->ticks for time deltacinap_lenrek
2016-09-07devcap: timeout capabilities after a minute, fix memory leak, paranoiacinap_lenrek
2016-09-06mergecinap_lenrek
2016-09-06devproc: do unsigned subtraction to get MACHP(0)->ticks - up->times[TReal] deltacinap_lenrek
2016-09-05pc(1): bugfix: allow setting output base to 0 (thanks, deuteron)aiju
2016-09-035c: do shift propagation for rotate right (ROR)cinap_lenrek
2016-09-035c: format assembly constant right shift encoding 0 as >>32cinap_lenrek