summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2015-04-10nintendo(1): update for gbc compatabilitystanley lieber
2015-04-10mothra(1): replace code.google.com with code.9front.orgstanley lieber
2015-03-30nintendo(1): add SOURCE entry for games/gbacinap_lenrek
2015-03-18pushtls(2): tls.h -> libsec.h (thanks, pr)stanley lieber
2015-03-16mp(2) man page: mpinvert, not mpinverse (thanks, pr)stanley lieber
2015-03-15rsa(8): recommend secstore(1) for Plan 9 RSA private key storagecinap_lenrek
2015-03-11encode(2): clarify lim argument to enc*(), add SOURCE reference for encodefmt()cinap_lenrek
2015-03-10wpa(8): the -p flag will also prompt for user/password on wpa enterprisecinap_lenrek
2015-03-10pushtls(2): fix signature to TLSconn.trace()cinap_lenrek
2015-03-04col(1): add SOURCE (thanks, qrstuv)stanley lieber
2015-03-04libthread: get rid of chaninit() (thanks qrstuv)cinap_lenrek
chaninit() does not initialize Chan.qentry and Chan.nentry and there is no way to get rid of such a channel. nobody is using it, so removing the function to avoid confusion.
2015-02-28thread(2): remove another instance of /mnt/tempcinap_lenrek
2015-02-28libthread: use devdup instead of mounting pipe to /mnt/temp for ↵cinap_lenrek
close-on-exec in procexec() the namespace might be shared by other processes. instead, we create a anonymous pipe with pipe() and use devdup to open one end close-on-exec. this is shorter and avoids the race condition. do not touch Execargs after writing the error message as the process might be gone after the write. this was to manually close the fd which isnt neccesary as the kernel will do it for us on the following exit.
2015-02-20restore balance to realitykhm
2015-02-20io(1), seg(1): add HISTORY section to man pages (thanks, jpm_)stanley lieber
2015-02-12ircrc(1): remove auth/userpasswd complaint from BUGS sectioncinap_lenrek
2015-02-12build and document auth/userpasswdcinap_lenrek
2015-02-05fplot: add modulus % operatorcinap_lenrek
2015-01-29factotum(4): fix typocinap_lenrek
2015-01-29factotum(4): document mschapv2 and wpapsk protocolscinap_lenrek
2015-01-29tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8)cinap_lenrek
2015-01-29ircrc(1): tlsclient(8) -> tlssrv(8)cinap_lenrek
2015-01-296in4(8): document ayiyacinap_lenrek
2015-01-29ircrc(8), ndb(8): fix manpage referencecinap_lenrek
2015-01-25auth(2): fix prototype for auth_getinfo() in manual pagecinap_lenrek
2015-01-12plan9.ini(8) man page: update links to iwn and ral firmware blobsstanley lieber
2015-01-10ip/ipconfig: set ndb database file with -f argumentmischief
2015-01-10xargs(1) man page: rewritten -> implementedstanley lieber
2015-01-10xargs(1) man page: add HISTORY (thanks, jpm_)stanley lieber
2015-01-05vncs: turn off auth with -A, do not require -c for -xmischief
2014-12-31bin(2): fix tab formattingmischief
2015-01-01aux/vga: display switching for Intel adaptersftrvxmtrx
Magic was discovered by abusing INT 10 on several machines while switching cables back and forth and watching the end result.
2014-12-28memlayer(2): fix memdraw signaturemischief
2014-12-28aux/vga: remove -s option, move scaling to the size string itselfftrvxmtrx
2014-12-27ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tlsmischief
previously ircrc dialed through /net itself and resolved ips on its own. this prevented the use of an ip address, and also prevented use of ipv6. now you can use an ip, or a dns name that resolves to ipv6. the -T flag is also added to use tlsclient for encrypted connections.
2014-12-26aux/vga: scaling modes for VESAftrvxmtrx
2014-12-26vga, vesa: revert. this needs to be in aux/vga insteadftrvxmtrx
2014-12-26vga, vesa: scaling modesftrvxmtrx
At least on some NVIDIA cards the default scaling mode makes black borders visible on all sides, even on native resolution. This patch adds a generic "scaling MODE" command to vgactl and adds support for it on VESA through NVIDIA VBE OEM extension. It hasn't been tested on any other video cards, but shouldn't break anything as the scaling mode is only set on write to vgactl.
2014-12-245l: remove -f flag and add -F flag to disable VFP code generationcinap_lenrek
almost nobody uses FPA anymore, so make VFP the default but provide -F flag to disable it.
2014-12-23rc-httpd(8): add HISTORY to man pagestanley lieber
2014-12-20pci(8): document vid/did argumentmischief
2014-12-20pci(8): fix usagemischief
2014-12-21mergeftrvxmtrx
2014-12-21sam: '^' and '_' cmds; same as '<' and '|' except that stdout goes to the ↵ftrvxmtrx
command window
2014-12-19add erik quanstros vblade utilitycinap_lenrek
2014-12-19sdaoe: allow aoedev= shorthand for id!lun -> id!#æ/aoe/luncinap_lenrek
we cannot type æ character in the bootloader console, so allow the shorthand syntax id!lun which gets translated to id!#æ/aoe/lun.
2014-12-18hgfs(4): add SOURCE to man page (thanks, spew)stanley lieber
2014-12-18hgfs(4): add HISTORY to man pagestanley lieber
2014-12-17fstype(1): cleanupcinap_lenrek
2014-12-17boot(8): the method!server notation isnt usefull anymore...cinap_lenrek
- in 9front, the bootargs are in the form: method!device args - remove redundant and wrong paragraphs regarding tcp booting - document il boot method - fix boot and bootrc confusions