summaryrefslogtreecommitdiff
path: root/sys/man/6
AgeCommit message (Collapse)Author
2023-03-26ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txtJacob Moody
2021-11-27a.out(6): document dynamically loadable modulesHumm
The loaders can generate export tables in executables and build dynamically loadable modules and there is a library to load those floating around. This documents the format of dynamically loadable modules.
2023-01-17plumb fileaddr: match with a trailing colonSigrid Solveig Haflínudóttir
2022-10-02/sys/man: fix minor complaints from checkmanqwx
2022-05-28auth/newns: add chdev commandJacob Moody
2021-12-310intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), ↵cinap_lenrek
aan(8): cpu -> rcpu
2021-11-29netaudit, ndb(6): the dom= attribute in ndb should be specified without the ↵cinap_lenrek
trailing period
2021-11-01mainly just spelling and typosStuart Morrow
2021-10-25ndb(6): add caacinap_lenrek
2021-09-08ndb(2): document txt and txtrr attributes.cinap_lenrek
2021-08-24man page fixes (thanks stuart morrow)qwx
2021-06-05a.out(1): update manpage to be 64 bit inclusivejacob gw
2021-05-29kernel: use 64-bit virtual entry point for expanded header, document ↵cinap_lenrek
behaviour in a.out(6) For 64-bit architectures, the a.out header has the HDR_MAGIC flag set in the magic and is expanded by 8 bytes containing the 64-bit virtual address of the programs entry point. While Exec.entry contains physical address for kernel images. Our sysexec() would always use Exec.entry, even for 64-bit a.out binaries, which worked because PADDR(entry) == entry for userspace pointers. This change fixes it, having the kernel use the 64-bit entry point and document the behaviour in the manpage.
2020-02-04image(6): fix typorgl
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-07-24spelling23hiro
2018-02-25ns, devproc: quote path and spec arguments for /proc/$pid/ns, namespace(6) ↵cinap_lenrek
does support quoting
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2017-06-18authsrv(6): don't say old p9any isnt in use anymore...cinap_lenrek
2017-04-23libsec: sha256 support for thumbprint files, use it in ssh as wellcinap_lenrek
initThumbprints() now takes an application tag argument so x509 and ssh can coexist. the thumbprint entries can now hold both sha1 and sha256 hashes. okThumbprint() now takes a len argument for the hash length used. the new function okCertificate() hashes the certificate with both and checks for any matches. on failure, okCertificate() returns 0 and sets error string. we also check for include loops now in thumbfiles, limiting the number of includes to 8.
2017-03-12add mdir(6), splitmbox(8) and update upasfs(4)cinap_lenrek
2017-02-25authsrv(6): fix typo "ther" -> "their" (thanks aiju)cinap_lenrek
2017-02-18games/galaxy: add n-body simulatorspew
2017-01-13authsrv(6): remove reference to ssh(1)cinap_lenrek
2016-08-08authsrv(6): document session secret key derivation for p9sk1 and dp9ikcinap_lenrek
2016-05-04remove support for import command in namespace filescinap_lenrek
2016-05-04remove references to dec alpha from the manualcinap_lenrek
2016-01-19authsrv(6): fix arrowscinap_lenrek
2016-01-12fix manpage referencescinap_lenrek
2016-01-05authsrv(6): englishstanley lieber
2016-01-06auth: release dp9ik implementation and reentrant factotumcinap_lenrek
2015-09-24utf(6), rune(2): document 21-bit runescinap_lenrek
2015-06-18ndb(6): fix typo (thanks, pena)stanley lieber
2014-07-17a.out(6): sync definitionsmischief
2014-06-30authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)cinap_lenrek
2014-01-17Corrected some man pages.aap
2013-10-17keyboard(6): new <compose>x sequence, 21 bit runes.cinap_lenrek
2013-05-14make clear that the "ipgw" attribute has to be an ip addresscinap_lenrek
2012-07-22ndb(6): add tftp descriptioncinap_lenrek
2011-06-15manpagescinap_lenrek
2011-05-04fix manpagescinap_lenrek
2011-04-17remove references to fossil from most man pages.stanley lieber
2011-04-13remove references to 9load(8) from most pages that mention it.stanley lieber
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/manTaru Karttunen