summaryrefslogtreecommitdiff
path: root/sys/man/8
AgeCommit message (Collapse)Author
2021-01-17plan9.ini(8): document *nohpet= optioncinap_lenrek
2021-01-16zerotrunc(8): add manpageOri Bernstein
2020-12-27aux/vga: remove panning, add screen tilting supportcinap_lenrek
2020-12-08plan9.ini(8): document *nomtrr= and order the tablecinap_lenrek
2020-12-06amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disableSigrid
2020-12-06aux/status^(bar msg): few small fixes (thanks umbraticus)Sigrid
2020-11-219boot(8): update manual to reflect efi loader search order changesmischief
the efi loader now looks for plan9.ini and the kernel in the ESP first, before looking elsewhere.
2020-11-08pop3(1): write options consistentlyOri Bernstein
The pop3 options were prefixed with a '-'; the imap4d options were not. Proofreading, foolks.
2020-10-23newuser(8): fix reference to incorrect file server console commandAlex Musolino
2020-10-17ndb/dnsdebug: add -c flag to debug caching dns server behaviourcinap_lenrek
2020-10-01bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)kvik
2020-08-01mk9660(8): fix reference to proto file formatkvik
2020-07-30aux/acpi: write a man page, fix usage, call threadexitsSigrid
2020-06-27aux/trampoline: Implement inactivity timeout (-t option)cinap_lenrek
Using aux/trampoline to relay udp traffic needs a inactivity timeout to be practical as there is no explicit connection termination.
2020-06-18cifsd(8): fix typo (thanks senthil)Alex Musolino
2020-05-07aux/getflags: improve flagfmt parserkvik
This makes the flagfmt parser more robust and accepting a looser input language — namely by allowing whitespace around specifier fields and ignoring any empty fields. Long flagfmts can thus be pleasingly displayed: flagfmt=' a, b, c, C:cache, m:mtpt mountpoint, s:srvn srvname'
2020-04-18aux/getflags: support named flagsOri Bernstein
When using aux/getflags, it produces unnecessarily obscure names for the flags. This allows the caller of aux/getflags to support arbitrary names.
2020-02-02listen(1): implement one-shot mode flag for listen1 (thanks kivik)cinap_lenrek
2019-12-09console(8): add console command and manpagecinap_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-11-17Specifiy the restrictions on 9boot file names more clearly.Ori Bernstein
2019-11-17Document 9bootfat limitation.Ori Bernstein
2019-11-17bootrc: 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-08-30auth/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-02tinc(8): add history sectionAlex Musolino
2019-05-07plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspeccinap_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-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-11-08ip/dhcpd: Add swap server support in dhcpd (thanks k0ga)cinap_lenrek
2018-10-28misc small manpage fixesqwx
2018-10-16kbdfs(8): fix nitmischief
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-17boot(8): document tls and reboot methodscinap_lenrek
2018-09-13ip/tftpd: remove sunkernel hackcinap_lenrek
2018-09-10atazz(8): fix probe formattingmischief
2018-09-01ndb(8): ndb/inform also publishes ipv6 address nowcinap_lenrek
2018-08-15ip/ipconfig: make ra6 daemon less chatty, log to /sys/log/ipconfig instead ↵cinap_lenrek
of /sys/log/v6routeradv
2018-08-08plan9.ini(8) iwlwifi essid/bssid misleading23hiro
2018-07-10ndb/cs: add -6 flag for v6 only lookups and "ipv4" control message to toggle ↵cinap_lenrek
v4 lookups.
2018-06-22stats(8): document -z flag (thanks xcko)mischief
2018-06-10dhcp6d: add minimal stateless DHCPv6 server for network boot and DNS ↵cinap_lenrek
configuration
2018-05-29sdram: properly support multiple ramdisks, so that ramdiskX corresponds to sdZXcinap_lenrek
2018-05-27sdram: experimental ramdisk drivercinap_lenrek
this driver makes regions of physical memory accessible as a disk. to use it, ramdiskinit() has to be called before confinit(), so that conf.mem[] banks can be reserved. currently, only pc and pc64 kernel use it, but otherwise the implementation is portable. ramdisks are not zeroed when allocated, so that the contents are preserved across warm reboots. to not waste memory, physical segments do not allocate Page structures or populate the segment pte's anymore. theres also a new SG_CHACHED attribute.
2018-05-23ndb/dnsquery: handle .ip6.arpa names, don't mount the dns servicecinap_lenrek
2018-05-11fix manpage cross referencescinap_lenrek
2018-05-10ppp: set source specific default route regardless of primary flag, set link ↵cinap_lenrek
speed thru new ctl message when -b is specified
2018-05-03ipconfig(8): clarify -p and -P optionscinap_lenrek