summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2015-09-06libc: remove privfree(), simplify privalloc()cinap_lenrek
2015-09-01libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)cinap_lenrek
2015-08-25libmp: add mpnrand() function to generate uniform random number 0 ≤ x < ncinap_lenrek
2015-08-22remove convkeys2cinap_lenrek
2015-08-21import(4): -o, -O flags gonecinap_lenrek
2015-08-21cpu, import: remove old9p supportcinap_lenrek
2015-08-21remove kfs references from manualcinap_lenrek
2015-08-21fshalt: remove kfs supportcinap_lenrek
2015-08-21mkfs(8): dont mention kfscinap_lenrek
2015-08-21disk/mkfs: rmeove kfs supportcinap_lenrek
2015-08-21introduce AES key into nvram and keyfscinap_lenrek
2015-08-19libauthsrv: generalize ticket service, not hardcoding ticket format and DES ↵cinap_lenrek
encryption this is in preparation for replacing DES ticket encryption with something better. but first need to make the code stop making assumptions. the wire encoding of the Ticket might be variable length with TICKETLEN just giving an upper bound. the details will be handled by libauthsrv _asgetticket() and _asgetresp() funciotns. the Authenticator and Passwordreq structures are encrypted with the random ticket key. The encryption schmeme will depend on the Ticket format used, so we pass the Ticket* structure instead of the DES key. introduce Authkey structure that will hold all the required cryptographic keys instead of passing DES key.
2015-08-16rio(4): document "delete" wctl message (thanks mischief)cinap_lenrek
2015-08-15import(4): clarify -E and -e optionscinap_lenrek
2015-08-10mount, srv: add -N flag to skip authentication and attach anonymously as "none"cinap_lenrek
2015-08-03libc: make atoi() not parse c-style octal and hex numberscinap_lenrek
interpreting octal breaks parsing of decimal numbers with leading zeros. the manpage listed this in the BUGS section, so we'r going to fix it as this just causes confusion as most callers of atoi() do not expect it.
2015-08-01bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffercinap_lenrek
2015-07-19stream(3): fix referencecinap_lenrek
2015-07-19devstream: fast sequential file access with 9p pipelining experimentcinap_lenrek
2015-07-085e: enable VFP emulation by default, doubles only need to be 4 byte alignedcinap_lenrek
this adds -F flag to 5e (same as 5l) to disable VFP emulation and makes VFP emulation the default.
2015-07-01open(2): fix typostanley lieber
2015-06-28etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi ↵cinap_lenrek
(thanks aap)
2015-06-19exec(2): return register (R0) contains address of Tos structure.cinap_lenrek
2015-06-18ndb(6): fix typo (thanks, pena)stanley lieber
2015-06-18dhcpd(8): the fs attribute refers to the file server, not the name server ↵stanley lieber
(thanks, pena)
2015-06-16stats: add kernel malloc and kernel draw allocation size graphscinap_lenrek
2015-06-16devcons: add current pool allocations to #c/swapcinap_lenrek
2015-06-09addpt(2): put badrect in .SH NAME so that it gets into the searchindexftrvxmtrx
2015-06-09esetcursor(2), alarm(2): fix prototypesftrvxmtrx
2015-06-09event(2): fix estartfn prototypeftrvxmtrx
2015-06-09libdraw: sync allocimage/allocwindow prototypes with man pagesftrvxmtrx
2015-06-09unix is BUGGERED. remove itftrvxmtrx
2015-06-09addpt(2): document badrect functionftrvxmtrx
2015-06-09freeimage(2), readcolmap(2), writecolmap(2): fix prototypesftrvxmtrx
2015-06-08exec(2): exec argument size only limited by user stack sizecinap_lenrek
2015-06-08exec(2): fix prototypesftrvxmtrx
2015-06-06prep(8): edisk also adds a EFI system partition (esp) when not already exists.cinap_lenrek
2015-05-31prep(8): document disk/ediskcinap_lenrek
2015-05-28cputime(2): fix prototype for cycles() (thanks qrstuv)cinap_lenrek
2015-05-25remove pkg(1): we regret the errorstanley lieber
2015-05-25thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)cinap_lenrek
2015-05-21libsec: implement tlsClient support for RFC6066 server name identification (SNI)cinap_lenrek
tlsClient() now can optionally send the server_name in the ClientHello message by setting the TLSconn.serverName. This is required for some https sites.
2015-05-17colors(1), who(1): add missing SOURCE entriesstanley lieber
2015-05-03passwd(1): passwd no longer needs to be run on a terminal; netkey is more ↵stanley lieber
stubborn.
2015-05-01audio(1): explain mp3enc wants raw data in the opposite byte order to ↵stanley lieber
/dev/audio (thanks, eekee)
2015-05-01audio(1): fix examplestanley lieber
2015-04-29libsec: remove aesCTRencrypt()/aesCTRdecrypt() (thanks mischief and qrstuv)cinap_lenrek
as mischief and qrstuv point out, these functions are not very usefull and are even implemented wrong (incrementCTR()), so deleting the code.
2015-04-22secstore(1): add DIAGNOSTICS sectioncinap_lenrek
2015-04-12segment(3): document fixed segment creationcinap_lenrek
2015-04-11nintendo(1), qer(8): fix typosstanley lieber