summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2019-04-08thread(2): threadsetname takes a fmt stringBurnZeZ
2019-04-03sshnet: implement listen (port forwarding)cinap_lenrek
2019-04-02sshnet(4): fix user@host syntax, add BUGS section, add ip(3) referencecinap_lenrek
2019-04-02ssh(1): add sshnet(4) referencecinap_lenrek
2019-04-02sshnet(4): add documentationcinap_lenrek
2019-04-02ssh: implement -W option for making remote tcp connectionscinap_lenrek
2019-03-27mergecinap_lenrek
2019-03-27plan9.ini(8): add USB section, documenting various usb optionscinap_lenrek
2019-03-27plan9.ini: add nora6= option to disable automatic ipv6 configurationcinap_lenrek
2019-03-25added walk(1)BurnZeZ
2019-03-18dtracy(1): fix print(2) referencecinap_lenrek
2019-03-06mach(2): fix byteswapping function signaturesmischief
2019-02-11libip: replace v4parsecidr() with new parseipandmask()cinap_lenrek
we want to accept V4 subnets in CIDR notation consistently which means we need to interpret the mask in context of the IP address. so parseipmask() now has an additional v4 flag argument which offsets the prefixlength by 96 so a /24 will be interpreted as a /120. parseipandmask() is the new function which handles this automatically depending on the ip address type. v4parsecidr() is now obsolete.
2019-02-08segment(3): use bind -c in examples (thanks henesy)cinap_lenrek
2019-01-24dhcpd(8), ndb(6): group related ndb attributes togethercinap_lenrek
2019-01-23dhcpd(8), ndb(6): update documentation (thanks k0ga)cinap_lenrek
2018-12-28rsa(8): add example for tinc(8) (thanks k0ga, qwx)cinap_lenrek
2018-12-13dtracy: get rid of DTName struct, support more than three parts in a probe ↵aiju
name, wildcard matching
2018-12-08fix dtracy man pageaiju
2018-12-08add dtracy manpageaiju
2018-12-06ptrap(4): fix formattingBurnZeZ
2018-12-06forp: change indexing to verilog-like semanticsaiju
2018-12-012c(1): document some differences with ANSI Caiju
2018-11-21mp(2): fix spellingcinap_lenrek
2018-11-21mp(2): clarify mptoa() and mpfmt() default basecinap_lenrek
2018-11-18vt(1): vt doesnt exit when the host process exits as claimed (thanks driusan)cinap_lenrek
2018-11-08ip/dhcpd: Add swap server support in dhcpd (thanks k0ga)cinap_lenrek
2018-11-04rio(1): fix typomischief
2018-11-04mp(2): document mpfactorialmischief
2018-10-28misc small manpage fixesqwx
2018-10-16truetypefs(4): fix example pathmischief
2018-10-16kbdfs(8): fix nitmischief
2018-10-12namespace(4): fix $home bin pathsmischief
2018-10-12namespace(4): document new TrueType path, drop unused Hershey fonts pathmischief
2018-10-12truetypefs(4): document truetypefsmischief
2018-10-09ndb/dnstcp: restrict DNS zone transfers to clients listed as dnsslave=cinap_lenrek
initial idea from Steve Simon, but doesnt require reverse lookup of the callers ip address.
2018-10-08ip/dhcpd, ip/tftpd: change default for tftp homedir to /cinap_lenrek
2018-09-26idn(2): add documentation for idn2utf() and utf2idn()cinap_lenrek
2018-09-26provide procsetname(2) manpagecinap_lenrek
2018-09-23devip: valid and prefered life-time should be unsigned, add remove6 ctl commandcinap_lenrek
2018-09-22keyboard(2) spelling (thanks Amavect)23hiro
2018-09-17boot(8): document tls and reboot methodscinap_lenrek
2018-09-16libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate ↵cinap_lenrek
and dedup result
2018-09-13ip/tftpd: remove sunkernel hackcinap_lenrek
2018-09-11sdahci(3): correct device name for top level control messages (thanks joe9)mischief
2018-09-10atazz(8): fix probe formattingmischief
2018-09-03vt: get rid of "clear" menu entry, fix 24x80 resize, reset selection on ↵cinap_lenrek
setdim(), document snarf/plumb
2018-09-01ndb(8): ndb/inform also publishes ipv6 address nowcinap_lenrek
2018-08-31dmid: add support for midi streamsqwx
tested with a usb midi keyboard and a midi->usb adaptor
2018-08-21mothra(1): fix formattingAlex Musolino