summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-09-27devip: declare cleanarpent() staticcinap_lenrek
2015-09-27devip: various bugfixes and cleanups for arp codecinap_lenrek
2015-09-27add timepic(1)aiju
2015-09-26fortunes: Please be respectful in this forum.stanley lieber
2015-09-26qer(8): correct man page example (thanks, kenji)stanley lieber
2015-09-26mergecinap_lenrek
2015-09-26cwfs: various cleanupscinap_lenrek
2015-09-26cwfs: don't use sprint() to fill directory namecinap_lenrek
2015-09-25ape: add badrect object into ape libdrawmischief
2015-09-24libsec: cleanup newbytes()/newints()/newbits() and get rid of OFFSETOF() macrocinap_lenrek
2015-09-24cpp: handle 4 byte utf sequences (21-bit runes)cinap_lenrek
2015-09-24utf(6), rune(2): document 21-bit runescinap_lenrek
2015-09-24cpp: fix memory corruption due to input buffer relocationcinap_lenrek
2015-09-23resize: add -n for nearest neighbourglenda
2015-09-23mergecinap_lenrek
2015-09-23libsec: fix memory leaks in X509req() and X509gen() and return malloced pointercinap_lenrek
2015-09-23rsa2x509, rsa2csr: add newline in usage printcinap_lenrek
2015-09-23libsec: implement client certificate authentication for tls1.2cinap_lenrek
2015-09-23add qr.cglenda
2015-09-22libsec: handle missing signature case; can happen because some ciphers make i...cinap_lenrek
2015-09-22libsec: make sure Elem is zero initialized so freevalfields() wont cause acci...cinap_lenrek
2015-09-22libsec: implement dh parameter signature verification, stop lying about non-r...cinap_lenrek
2015-09-22libsec: fix memory leak in ecmul()cinap_lenrek
2015-09-22scuzz: uncomment synccache commandcinap_lenrek
2015-09-22mothra: <hr> drawingcinap_lenrek
2015-09-20libdraw: remove unneeded check (thanks BurnZeZ)cinap_lenrek
2015-09-20devsd: handle SYNCHRONIZE CACHE scsi commands as nops in sdfakescsi()cinap_lenrek
2015-09-20sdmmc: handle fakescsi emulationcinap_lenrek
2015-09-20devsd: remove unused timeout field from SDreqcinap_lenrek
2015-09-20libdraw, screenrc: bind devdraw and devmouse in screenrc instead of handling ...cinap_lenrek
2015-09-20pc, pc64: fix sdvirtio descriptor count when sending flushmischief
2015-09-19ircrc: add -P option for server password (thanks, nick)stanley lieber
2015-09-16/sys/lib/dist/ndb/common: correct authdom=inristanley lieber
2015-09-14igfx: fix typos (thanks qwx)cinap_lenrek
2015-09-14libsec: save some space making weakCipher bitamp of type char[] instead of int[]cinap_lenrek
2015-09-14libsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 and TLS_ECDHE_RSA_WITH_AE...cinap_lenrek
2015-09-13libfis: fix wrong shift for lba40 (thanks geoff and charles)cinap_lenrek
2015-09-13libsec: send sigature_algoritms extension for TLS1.2, order cipherscinap_lenrek
2015-09-12libsec: handle TLS 1.2 changes in CertificateRequest messagecinap_lenrek
2015-09-12cwfs: initialize /env/timezone on boot so dumps are in localtimecinap_lenrek
2015-09-09mkfile.proto: LIB should not be inherited during recursive mkmischief
2015-09-08html2ms: bold table headings, remove wrong tag space handlingcinap_lenrek
2015-09-08mothra: make text inside <td> boldcinap_lenrek
2015-09-08tar: remove unneccesary { }cinap_lenrek
2015-09-08tar: make z flag work, even when no file name was provided (thanks aiju)cinap_lenrek
2015-09-07mothra: add missing initializations for plaintext html statecinap_lenrek
2015-09-06libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() ...cinap_lenrek
2015-09-06libc: remove privfree(), simplify privalloc()cinap_lenrek
2015-09-05devqspi: fix qunlock error on stat() -> close()cinap_lenrek
2015-09-05zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma ...cinap_lenrek