]> git.lizzy.rs Git - plan9front.git/history - sys/man
merge
[plan9front.git] / sys / man /
2017-04-22 spewmerge
2017-04-22 spewreplica: use libavl for avl tree implementation
2017-04-22 spewlibavl: lookup can return the closest match
2017-04-20 cinap_lenrekrsa(8): fix description of rsa2ssh (now, ssh2 format...
2017-04-17 cinap_lenrekrsa2ssh: drop support for version 1 key format
2017-04-03 cinap_lenrekmerge
2017-04-03 aijufix typo in 9p(2) manpage
2017-04-02 aijupc(1): fix memory leak and add clog() function
2017-03-26 cinap_lenrekmerge
2017-03-25 spewgames/galaxy: parallelize gravitational force calculations
2017-03-22 spewplumb(2): Fix typo in description of Plumbdelattr ...
2017-03-22 spewwebfs(4): timeout is in milliseconds not seconds (thank...
2017-03-18 cinap_lenrekdiskparts(8), prep(8): add edisk in NAME section
2017-03-18 cinap_lenrekmus(1): fix manpage references
2017-03-18 cinap_lenrekvga(3): complete list of vga controllers and software...
2017-03-18 cinap_lenrekdevmouse: refactor screen blanking logic
2017-03-16 cinap_lenrektapefs: handle more cpio formats (thanks qrstuv)
2017-03-12 cinap_lenreksend(8): document new reject behaviour with -r flag
2017-03-12 cinap_lenrekadd mdir(6), splitmbox(8) and update upasfs(4)
2017-03-12 cinap_lenrekmerge
2017-03-12 cinap_lenrekmerging erik quanstros nupas
2017-03-11 cinap_lenrekmerge
2017-03-10 spewgames/galaxy: new mouse behavior
2017-03-03 cinap_lenrekmerge
2017-03-01 spewgames/galaxy: Change button 2 to reposition the galaxy...
2017-02-26 cinap_lenrekgames(1): document games/midi -c arguments
2017-02-26 cinap_lenrekadd games/mus midi converter (by qu7uux)
2017-02-25 cinap_lenrekauthsrv(6): fix typo "ther" -> "their" (thanks aiju)
2017-02-24 cinap_lenrekmerge
2017-02-24 aijumerge
2017-02-23 aijuauth/keyfs: support -r flag to mount read-only
2017-02-19 cinap_lenrekgalaxy(1): terminate .EX sections with .EE
2017-02-18 spewgames/galaxy: add n-body simulator
2017-02-10 cinap_lenrekec(2), rsa(2): document X509toECpub(), X509ecdsaverify...
2017-02-10 cinap_lenrekrsa(2): document rsafill()
2017-02-10 cinap_lenrekec(2): document ecencodepub(), ecdecodepub() and ecpubf...
2017-02-05 cinap_lenrekmerge
2017-02-05 cinap_lenrekmerge
2017-02-04 spewgames/mix: implement Knuth's specification for comments
2017-01-26 cinap_lenrekauth(8): document authsrv -N flag
2017-01-21 cinap_lenrekmerge
2017-01-20 spewgames/mix: fix man page directories
2017-01-18 spewgames/mix: document -g option, rename tests to examples...
2017-01-15 cinap_lenrekrcpu: use $cpu environment variable for host when not...
2017-01-13 cinap_lenreklisten(8): remove tcp22 section
2017-01-13 cinap_lenrekcpu(1), import(4): note deprecation and refer to rcpu(1)
2017-01-13 cinap_lenreklisten(8): remove reference to ssh(1)
2017-01-13 cinap_lenrekrsa(8): remove reference to ssh(1)
2017-01-13 cinap_lenreksrv(4): fix reference to tlssrv(8)
2017-01-13 cinap_lenrekfactotum(4): remove reference to ssh(1)
2017-01-13 cinap_lenrekexecnet(4): remove trailing ,
2017-01-13 cinap_lenrekexecnet(4): remove reference to ssh(1)
2017-01-13 cinap_lenrekvt(1): remove reference to ssh(1)
2017-01-13 cinap_lenrekcon(1): remove reference to ssh(1)
2017-01-13 cinap_lenrek9p(2): remove reference to ssh(1)
2017-01-13 cinap_lenrekstub(8): remove reference to sshnet
2017-01-13 cinap_lenrekauthsrv(6): remove reference to ssh(1)
2017-01-13 cinap_lenreksrv(4): remove ssh/sshsrv references
2017-01-13 khmssh: R.I.P.
2017-01-12 cinap_lenrekmerge
2017-01-12 cinap_lenreklibsec: implement extended 192-bit nonce xchacha varian...
2017-01-10 spewgames/mix: Add Knuth MIX emulator/assembler
2016-12-28 cinap_lenreklibsec: replace des based X9.17 genrandom() with chacha...
2016-12-24 spewlibavl: fix manpage example, minor improvement to code
2016-12-23 spewavl: fix man page example
2016-12-22 spewalv(2): new avl implementation
2016-12-22 cinap_lenrekauth/as, auth/none, auth/newns: consistent handling...
2016-11-08 cinap_lenreksrv(4): add SOURCE for srvtls
2016-10-30 cinap_lenrekmerge
2016-10-26 spewwinwatch: no more 'l' key labeling
2016-10-26 spewwinwatch: middle mouse button click also prompts for...
2016-10-24 cinap_lenrekfix bugs and cleanup cryptsetup code
2016-09-21 cinap_lenrekip(3): spelling, thanks sl
2016-09-21 cinap_lenrekip(3): update description of /net/ipifc/*/status format
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekmerge
2016-09-18 aijupc(1): add pb (thanks, BurnZeZ); add bit numbering
2016-09-16 cinap_lenrekmerge
2016-09-15 aijupc(1): add nsa() command
2016-09-08 cinap_lenrekauthsrv(2): update Nvrsafe structure to include aesmachkey
2016-09-01 aijupc(1): manpage: restore previous size rather than set...
2016-09-01 aijupc(1): manpage formatting
2016-09-01 aijupc: add cat() function
2016-08-31 aijupc: add rev function
2016-08-29 aijupc: add gcd, rand and minv; set base of logical operati...
2016-08-28 aijupc(1): SYNOPSIS...
2016-08-28 aijupc(1): document -n option in manpage
2016-08-28 aijuadd pc(1)
2016-08-28 aijump: fix mpnot and add mpasr
2016-08-27 aijutimmy: manpage
2016-08-27 cinap_lenrekrio(4): document text truncation
2016-08-27 cinap_lenrekrand(2), cons(3): clarify /dev/random behaviour
2016-08-27 cinap_lenrekmerge
2016-08-27 cinap_lenreklibc: add poolisoverlap() and definitions for Pool...
2016-08-25 aijudocument Bfn
2016-08-08 aijudocument mplogic functions
2016-08-08 cinap_lenrekauthsrv(6): document session secret key derivation...
2016-08-06 cinap_lenrekthread(2): threadgrp() -> threadgetgrp(), thanks jpm
2016-07-04 spewadd history for libregexp
next