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