Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-06 | libc: remove privfree(), simplify privalloc() | cinap_lenrek | |
2015-09-01 | libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju) | cinap_lenrek | |
2015-08-25 | libmp: add mpnrand() function to generate uniform random number 0 ≤ x < n | cinap_lenrek | |
2015-08-22 | remove convkeys2 | cinap_lenrek | |
2015-08-21 | import(4): -o, -O flags gone | cinap_lenrek | |
2015-08-21 | cpu, import: remove old9p support | cinap_lenrek | |
2015-08-21 | remove kfs references from manual | cinap_lenrek | |
2015-08-21 | fshalt: remove kfs support | cinap_lenrek | |
2015-08-21 | mkfs(8): dont mention kfs | cinap_lenrek | |
2015-08-21 | disk/mkfs: rmeove kfs support | cinap_lenrek | |
2015-08-21 | introduce AES key into nvram and keyfs | cinap_lenrek | |
2015-08-19 | libauthsrv: 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-16 | rio(4): document "delete" wctl message (thanks mischief) | cinap_lenrek | |
2015-08-15 | import(4): clarify -E and -e options | cinap_lenrek | |
2015-08-10 | mount, srv: add -N flag to skip authentication and attach anonymously as "none" | cinap_lenrek | |
2015-08-03 | libc: make atoi() not parse c-style octal and hex numbers | cinap_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-01 | bio(2): Bterm() closes filedescriptor for Bfdopen() allocated buffer | cinap_lenrek | |
2015-07-19 | stream(3): fix reference | cinap_lenrek | |
2015-07-19 | devstream: fast sequential file access with 9p pipelining experiment | cinap_lenrek | |
2015-07-08 | 5e: enable VFP emulation by default, doubles only need to be 4 byte aligned | cinap_lenrek | |
this adds -F flag to 5e (same as 5l) to disable VFP emulation and makes VFP emulation the default. | |||
2015-07-01 | open(2): fix typo | stanley lieber | |
2015-06-28 | etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi ↵ | cinap_lenrek | |
(thanks aap) | |||
2015-06-19 | exec(2): return register (R0) contains address of Tos structure. | cinap_lenrek | |
2015-06-18 | ndb(6): fix typo (thanks, pena) | stanley lieber | |
2015-06-18 | dhcpd(8): the fs attribute refers to the file server, not the name server ↵ | stanley lieber | |
(thanks, pena) | |||
2015-06-16 | stats: add kernel malloc and kernel draw allocation size graphs | cinap_lenrek | |
2015-06-16 | devcons: add current pool allocations to #c/swap | cinap_lenrek | |
2015-06-09 | addpt(2): put badrect in .SH NAME so that it gets into the searchindex | ftrvxmtrx | |
2015-06-09 | esetcursor(2), alarm(2): fix prototypes | ftrvxmtrx | |
2015-06-09 | event(2): fix estartfn prototype | ftrvxmtrx | |
2015-06-09 | libdraw: sync allocimage/allocwindow prototypes with man pages | ftrvxmtrx | |
2015-06-09 | unix is BUGGERED. remove it | ftrvxmtrx | |
2015-06-09 | addpt(2): document badrect function | ftrvxmtrx | |
2015-06-09 | freeimage(2), readcolmap(2), writecolmap(2): fix prototypes | ftrvxmtrx | |
2015-06-08 | exec(2): exec argument size only limited by user stack size | cinap_lenrek | |
2015-06-08 | exec(2): fix prototypes | ftrvxmtrx | |
2015-06-06 | prep(8): edisk also adds a EFI system partition (esp) when not already exists. | cinap_lenrek | |
2015-05-31 | prep(8): document disk/edisk | cinap_lenrek | |
2015-05-28 | cputime(2): fix prototype for cycles() (thanks qrstuv) | cinap_lenrek | |
2015-05-25 | remove pkg(1): we regret the error | stanley lieber | |
2015-05-25 | thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!) | cinap_lenrek | |
2015-05-21 | libsec: 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-17 | colors(1), who(1): add missing SOURCE entries | stanley lieber | |
2015-05-03 | passwd(1): passwd no longer needs to be run on a terminal; netkey is more ↵ | stanley lieber | |
stubborn. | |||
2015-05-01 | audio(1): explain mp3enc wants raw data in the opposite byte order to ↵ | stanley lieber | |
/dev/audio (thanks, eekee) | |||
2015-05-01 | audio(1): fix example | stanley lieber | |
2015-04-29 | libsec: 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-22 | secstore(1): add DIAGNOSTICS section | cinap_lenrek | |
2015-04-12 | segment(3): document fixed segment creation | cinap_lenrek | |
2015-04-11 | nintendo(1), qer(8): fix typos | stanley lieber | |