summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2014-07-03add 9pqueue(2), medium to low quality manpage.cinap_lenrek
2014-06-30authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)cinap_lenrek
2014-06-28nusb: fix spelling, sorrycinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
instead of naming devices by ther dynamically assigned device address, we hash device uniqueue fields from the device descriptor and produce a 5 digit hex string that will identify the device across machines. when there is a collision (less than 1% chance with 100 devices), usbd will append the device address to the name to make it uniqueue for this machine. the hname is passed to drivers in the devid argument, which now has the form addr:hname, where the colon and hname can be omited (for backwards compatibility). when the new behaviour isnt desired, nousbhname= environment variable can be defined giving the old behaviour.
2014-06-22newt(1): minor man page clarificationsstanley lieber
2014-06-08iostats: add -C flag to enable mount cachecinap_lenrek
2014-05-30we look for strings.c, it is broken, this strings.c will make us go.cinap_lenrek
2014-05-26page(1): orcinap_lenrek
2014-05-26page(1): minuscinap_lenrek
2014-05-26page(1): theres no -r option, nor multipage restrictionscinap_lenrek
2014-05-20libc: dont cache /dev/bintime filedescriptor for nsec()cinap_lenrek
2014-05-19ip/torrent: fix usage, add -A option to set user-agentcinap_lenrek
trackers do like the new default Mozilla/5.0 (compatible) user agent. so force useragent to hjdicks and give option to override it in case trackers get even more clever in the future.
2014-05-12sam(1): add ctrl+bftrvxmtrx
2014-05-03uniq: document -s option (thanks heaumer)ftrvxmtrx
2014-05-01leak(1): typoftrvxmtrx
2014-04-29aan(8): fix aanuke synopsisftrvxmtrx
2014-04-26games/geigerstats: fix usage() to exit; games(1): geigerstats argsglenda
2014-04-26mergeftrvxmtrx
2014-04-26man pages: fix duplicate wordsftrvxmtrx
2014-04-26draw(2): fix missing arg of bezspline on page 5glenda
2014-04-26man pages: the the wichftrvxmtrx
2014-04-24nusb(4): fix spellingmischief
2014-04-22nusb/ether: add RNDIS support (tested on Nexus 5)ftrvxmtrx
2014-04-14aan(8): add HISTORYstanley lieber
2014-04-14add /rc/bin/aanukestanley lieber
2014-04-11newt: add 'kf' command to grep $home/lib/newsgroups for group namesstanley lieber
2014-04-03spin(1): fix typoftrvxmtrx
2014-04-02newt: clean up regexpstanley lieber
2014-04-01add newt(1): nntp client for use with nntpfs(4)stanley lieber
2014-04-01getfields(2): add missing SOURCE fileBurnZeZ
2014-03-23hget: revert hget -v change, this needs more thoughtcinap_lenrek
problems that need to be addressed: - reads in the whole /proc every second for no reason - breaks when http server doesnt include Content-Length header - length is wrong for continued download (-o option)
2014-03-23auth/login: find authdom instead of using hardcoded cs.bell-labs.com (thanks ↵cinap_lenrek
erik)
2014-03-22hget(1): fix minor formatting errormischief
2014-03-22hget: add the -v option to produce progress on stderr, like old hgetmischief
2014-03-15plan9.ini(8): document service= boot parametercinap_lenrek
2014-03-13nm(2): clarify that U is an undefined symbolmischief
2014-03-085e(1): add HISTORYstanley lieber
2014-03-05ndb(8): the truth is too hard to explain, so theres a nice lie.cinap_lenrek
2014-03-05ndb(8): document -x option of ndb/dnsquery (thanks mischief)cinap_lenrek
2014-03-05nintendo(1): add SOURCE sectioncinap_lenrek
2014-03-04updated nintendo manpageaiju
2014-03-03games(1), nintendo(1): re-organize nintendo emulators into separate man ↵stanley lieber
page; add HISTORY
2014-02-25libsec: add aes_128_cbc and aes_256_cbc ciphersmischief
2014-02-25scribble(2): quashed false claims of quick-reference decadance.glenda
2014-02-24mp(2): spellingmischief
2014-02-24control(2): spellingmischief
2014-02-21games(1): englishstanley lieber
2014-02-22games(1): add some of the new games, not all have full description thocinap_lenrek
2014-02-16xd: changed -s option to switch to little-endian unitsaap
2014-02-15documented usbwait in plan9.ini(8)Matthew Veety