Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-28 | walk(1): formatting/corrections | BurnZeZ | |
2020-01-20 | page(1): fix troff manual example | Alex Musolino | |
2020-01-04 | /sys/man/9: more pages added | rgl | |
in addition to the pages, there's also changes to the mkfile to generate the index for the new section. | |||
2019-12-21 | 9p(2): fix sentence for wstat function (thanks jsmoody) | cinap_lenrek | |
2019-12-20 | sleep(9): recover comment with the right reference | rgl | |
2019-12-20 | kproc(9) and sleep(9) corrections | rgl | |
2019-12-19 | thread(2): fix description of when/why procexec(l) functions return | Alex Musolino | |
2019-12-18 | flate(2): fix typos (thanks rgl) | Alex Musolino | |
2019-12-15 | ip(3): document special null-address hack for accepting all incoming connections | cinap_lenrek | |
2019-12-10 | crop(1): remove duplicate -b option in synopsis | Alex Musolino | |
2019-12-09 | console(8): add console command and manpage | cinap_lenrek | |
the console command runs a command or the system shell under a new instance of kbdfs, optionally providing a serial console when $console environment variable is set. | |||
2019-12-03 | merge | cinap_lenrek | |
2019-12-03 | cmd(3): fix typo, Close -> Closed (thanks kivik) | cinap_lenrek | |
2019-12-03 | rio(4): fix bad cross-reference format | Alex Musolino | |
2019-12-03 | seconds(1): add SOURCE section | Alex Musolino | |
2019-12-02 | os(1): fix a typo | Sigrid | |
2019-11-30 | os(1): add c implementation of inferno os command and cmd(3) device manpages | cinap_lenrek | |
this is a reimplementation of infernos os(1) command, which allows running commands in the underhying host operating system when inferno runs in hosted mode (emu). but unlike inferno, we want to use it to run commands on the client side of a inferno or drawterm session from the plan9 cpu server, so it defaults to /mnt/term/cmd for the mountpoint. | |||
2019-11-20 | merge | Ori Bernstein | |
2019-11-20 | improve language in delay(9) | Ori Bernstein | |
give the reader enough context to know when to use and not use the delay family of functions. | |||
2019-11-21 | merge | cinap_lenrek | |
2019-11-21 | vac(1): assimilate manpage additions from plan9port and complete usage lines ↵ | cinap_lenrek | |
(thanks joe9) the usage lines in vac where out of sync with the implementation and the manpages. document the -a and -x options, from: https://github.com/9fans/plan9port/blob/master/man/man1/vac.1 | |||
2019-11-20 | mail(1): fix typo | Alex Musolino | |
2019-11-19 | add start of section 9 manpages (thanks rgl) | Ori Bernstein | |
this change adds some of the kernel manpages from 9legacy, fixed and updated to match the changes in 9front. | |||
2019-11-19 | rio(4): update description of wctl file format | Alex Musolino | |
State strings are now padded to 12-characters. Remove ambiguous reference to "12-character style", instead referring the reader to image(6). | |||
2019-11-18 | document 'T' flag misbehavior (thanks rgl) | Ori Bernstein | |
2019-11-17 | Specifiy the restrictions on 9boot file names more clearly. | Ori Bernstein | |
2019-11-17 | Document 9bootfat limitation. | Ori Bernstein | |
2019-11-17 | bootrc: for wireless netbooting, set the WPA/WPA2 preshard key with ↵ | cinap_lenrek | |
wpapsk=password boot parameter this allows automatic netbooting without password prompt for the wirelss network. | |||
2019-11-12 | thread(2): fix manpage typos (thanks rgl) | Ori Bernstein | |
2019-11-11 | draw(2): fix manpage typo (thanks rgl) | Ori Bernstein | |
2019-11-02 | upasfs(4): fix manpage typo (thanks rgl) | cinap_lenrek | |
2019-10-21 | Make ctrl+g focus text windows and cycle zeroxed copies (thanks kvik) | Ori Bernstein | |
2019-09-22 | 2c(1): document 7c (arm64) | cinap_lenrek | |
2019-09-06 | sys/src/libventi: implement vtreconn and vtredial functions | David du Colombier | |
2019-09-06 | Add RFC2822 (email style) formatted dates to to date(1). | Ori Bernstein | |
2019-09-04 | rune(2): complete source references | cinap_lenrek | |
2019-08-30 | rsa(2): document asn1encodeRSApriv() and asn1encodeRSApub() functions | cinap_lenrek | |
2019-08-30 | auth/rsa2asn1: implement private key export with -a flag (thanks kvik) | cinap_lenrek | |
kvik writes: I needed to convert the RSA private key that was laying around in secstore into a format understood by UNIX® tools like SSH. With asn12rsa(8) we can go from the ASN.1/DER to Plan 9 format, but not back - so I wrote the libsec function asn1encodeRSApriv(2) and used it in rsa2asn1(8) by adding the -a flag which causes the full private key to be encoded and output. | |||
2019-07-02 | walk(1): add history section | Alex Musolino | |
2019-07-02 | tinc(8): add history section | Alex Musolino | |
2019-06-18 | Always turn on the -+ flag in cpp | Ori Bernstein | |
C99 comments have been the default in compilers for something like 20 years now. This means we don't need to remember to turn it on when porting software, and gets rid of cryptic errors about unterminated character constants when someone writes something like: // Didn't need to... We still accept the flag to avoid breaking mkfiles, but we do nothing with it. This also removes the documentation, since the option does nothing now. | |||
2019-06-11 | vmx(1): update BUGS | aiju | |
2019-06-04 | Make 'g' grep recursively by default. | Ori Bernstein | |
2019-05-18 | sshnet(4): ... and incoming TCP calls | cinap_lenrek | |
2019-05-15 | draw(3): memlorigin | 23hiro | |
2019-05-14 | nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ) | cinap_lenrek | |
2019-05-11 | memdraw(2): remove references to iprint() | BurnZeZ | |
2019-05-07 | plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspec | cinap_lenrek | |
2019-04-14 | ip(3): document TCP ctl close command | BurnZeZ | |
2019-04-09 | fix bad function declarations in manpages | BurnZeZ | |