summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2013-08-22webfs(4): correct typostanley lieber
2013-08-04rio: add ^B control sequence to move cursor to output pointcinap_lenrek
2013-07-20tojpg, totif: change flags to better match those of the decodersppatience0
2013-07-19readtif: fix many bugsppatience0
totif: add tiff encoder
2013-07-18cwfs: add rtmp flag for check command to remove temporary files after recovercinap_lenrek
2013-07-18mothra: restore usage fix, document -a option in manualcinap_lenrek
2013-07-09Add rt2860 to plan9.ini(8)Alexander Polakov
2013-07-08dc(1): typoppatience0
2013-07-05pkg(1): add jens staal's repositorystanley lieber
2013-07-05mergeethan
2013-07-05rc(1): $ifs cleanupethan
2013-07-05sysinfo: add -e to include a reply-to e-mail addressstanley lieber
2013-07-05vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd)cinap_lenrek
2013-07-05hjfs: add users command, fix newuser ? documentationcinap_lenrek
2013-07-04sysinfo: remove -m, add -p, which posts output at http://sysinfo.9front.org, ↵stanley lieber
which forwards the information to 9front-sysinfo@9front.org mailing list
2013-07-03plan9.ini(8): typoppatience0
2013-07-02tif: add tiff decoderppatience0
2013-06-25reintroduce *notsc= optioncinap_lenrek
the issues with the previous tsc change where not related to the tsc but where problems with timesync using an old frequency file. a patch to fix timesync was commited, so so we reintroduce the *notsc= again.
2013-06-23wifi: allow selecting specific access point with bssid= parameter and ↵cinap_lenrek
wifictl command
2013-06-21reverting *notsc= option, this needs another revisioncinap_lenrek
2013-06-19plan9.ini: add *notsc= option to disable use of TSC as righ resolution clockcinap_lenrek
we previously used tsc only on cpu kernel. now that we use it on terminal kernel too, there might be some surprises ahead. so make it possible to disable tsc for machines where the tsc rate is not kept constant across cores or is dynamically adjusted by power management.
2013-06-14rdbfs: add -s srvname (from charles forsyth's rdbfs-srvname patch)cinap_lenrek
Add a -s srvname option to rdbfs, allowing debugging sessions to be shared or later reattached after disconnection.
2013-06-12smtp: add SMTPS support (-t)cinap_lenrek
2013-06-05plan9.ini(8): typoppatience0
2013-06-05cifs(4): default method is ntlmv2, fix formattingcinap_lenrek
2013-06-01auth(2): auth_getkey only takes a single argument: char *paramsppatience0
2013-05-26tojpg: add jpeg encoderppatience0
2013-05-25graphics(2): remove non existing char *mousedir argument from geninitdraw ↵cinap_lenrek
(from sources / geninitdraw-no-mousedir patch)
2013-05-14make clear that the "ipgw" attribute has to be an ip addresscinap_lenrek
2013-05-12toppm: add -r flag for raw ppmppatience0
2013-05-03mkpaqfs(8): correct maximum block size (from erik quanstros mkpaqfsman patch)cinap_lenrek
2013-04-25fix <mach.h> types in manual (erik quanstros machmantype patch)cinap_lenrek
2013-04-22graphics(2): add newwindow() key referencecinap_lenrek
2013-04-12jpg(1): update bmp and yuv usageppatience0
2013-04-04sam(1): document -i flagppatience0
2013-04-02add import -z option to skip initial tree negotiation (from mycroftiv)cinap_lenrek
2013-03-24wpa(8) document -1 and -2 optionscinap_lenrek
2013-03-10wpa(8): fix typosppatience0
2013-03-09provide wpa(8) manual pagecinap_lenrek
2013-02-22ndb(2): fix wrong attr namesftrvxmtrx
2006-02-05ndb(2): add information about ipv6, srv and txt query typesftrvxmtrx
2013-02-17filter(1), nedmail(1): fix typos in both and consistency in nedmail(1)ppatience0
2013-02-179boot: preserve configuration on boot error, add show commandcinap_lenrek
2013-02-16boot(8): manpage correction $objtype vs. $cputype (from ↵cinap_lenrek
/n/sources/patch/boot-cputype-objtype) boot(8) claims that boot will launch /$objtype/init; that is incorrect. It launches /$cputype/init (so says both boot.c and cpurc(8)). That's the more sensible choice. This patch fixes the man page to resolve the mismatch.
2013-02-13plan9.ini(8): make more clear what firmware file to get for iwlcinap_lenrek
2013-02-13plan9.ini(8): document iwl optionscinap_lenrek
2013-02-04add rc-httpdstanley lieber
2013-01-29Fixed some ircrc bugs. Only the last channel given to the -t flag is set as ↵ppatience0
target. Unknown commands are not sent to the server. Control-D can be used to exit the client. When the connection is lost, an error message is displayed and the client waits for user input before exiting. Manual page updated.
2013-01-28document tcp445 (CIFS/SMB) listenercinap_lenrek
2013-01-26add arm vfp support to compiler and linker (from sources)cinap_lenrek