summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2017-09-10rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update ↵cinap_lenrek
documentation there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now.
2017-09-10vmx(3): document changes to devvmx interfacecinap_lenrek
2017-08-20vt: block selection mode for snarfcinap_lenrek
2017-08-10add games/wadfsqwx
2017-07-02print(2): clean up vlong flag descriptionEthan Grammatikidis
2017-07-01rc(1): catch up with a change made long before 9frontEthan Grammatikidis
2017-07-01pc(1) clarificationEthan Grammatikidis
2017-06-28kernel: pass bootargs also in multiboot command line, retire the bootline ↵cinap_lenrek
mechanism to pass arguments to /boot/boot
2017-06-20segment(3): document sticky segment typecinap_lenrek
2017-06-19vmx(1), vmx(3): update manpagesaiju
2017-06-18authsrv(6): don't say old p9any isnt in use anymore...cinap_lenrek
2017-06-13add vmx documentationaiju
2017-06-12acid(1), proc(3): document watchpointsaiju
2017-06-01plan9.ini(8): document netconsoleaiju
2017-05-28newt: add !cmdstanley lieber
2017-05-26newt: honor environment variables $editor and $pagerstanley lieber
2017-05-05ssh: add -h flag to pass host (for compatibility)cinap_lenrek
2017-05-05sed: add -u flag that flushes output buffers before reading in further inputaiju
2017-05-04bio(2): manpage typoaiju
2017-05-04bio: add support for custom I/O handler via Biofnaiju
2017-05-03ssh(1): document -T tries option, #subsys cmd behaviourcinap_lenrek
2017-05-03ctime(2): fix example (thanks raiz)cinap_lenrek
raiz → the reason that the manpage example works not because it's a correct timezone file format, but because readtimezone() (in libc) fails and defaults to GMT.
2017-05-01vt(1): the "send" menu became "paste"cinap_lenrek
2017-05-01sshfs(4): fix bad cross referencecinap_lenrek
2017-04-30libregexp: miscellaneous little cleanupsspew
2017-04-30lib9p: allow rewinding in 9pfile directoriescinap_lenrek
2017-04-29sshfs: add -r and -M optionsaiju
2017-04-28add sshfs(4) manpageaiju
2017-04-27add blit(1) manpageaiju
2017-04-24ssh: make number of retries configurableaiju
2017-04-24libavl: fix documentationspew
2017-04-24ssh(1): refer to thumbprint(6) for the sshthumbs file formatcinap_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-04-23ssh(1): add $home/lib/thumbfile to FILE sectioncinap_lenrek
2017-04-23ssh: document thumbfile optionscinap_lenrek
2017-04-23ssh(1): add bugs section about host not being authenticatedcinap_lenrek
2017-04-23ssh(1): initial documentation, needs examples for authenticationcinap_lenrek
2017-04-22replica: use libavl for avl tree implementationspew
2017-04-22libavl: lookup can return the closest matchspew
2017-04-21rsa(8): fix description of rsa2ssh (now, ssh2 format only)cinap_lenrek
2017-04-17rsa2ssh: drop support for version 1 key formatcinap_lenrek
2017-04-03fix typo in 9p(2) manpageaiju
2017-04-02pc(1): fix memory leak and add clog() functionaiju
2017-03-25games/galaxy: parallelize gravitational force calculationsspew
Once the Barnes-Hut tree is constructed, the gravitational force calculations can be done in parallel by dividing the bodies up between a number of procs.
2017-03-22plumb(2): Fix typo in description of Plumbdelattr (thanks sam-d)spew
2017-03-22webfs(4): timeout is in milliseconds not seconds (thanks sam-d)spew
2017-03-18diskparts(8), prep(8): add edisk in NAME sectioncinap_lenrek
2017-03-18mus(1): fix manpage referencescinap_lenrek
2017-03-18vga(3): complete list of vga controllers and software cursorscinap_lenrek
2017-03-18devmouse: refactor screen blanking logiccinap_lenrek
devmouse controls the screen blanking timeout, so move the code there avoiding cross calls between modules. the only function that needs to be provided is blankscreen(), which gets called with drawlock locked. the blank timeout is set thru /dev/mousectl now, so kernels without devvga can set it. blanking now only happens while /dev/mouse is read. so this avoids accidentally blanking the screen on cpu servers that do not have a mouse to unblank it.