Age | Commit message (Expand) | Author |
2020-03-24 | add intmax_t/uintmax_t as required by c99 7.18.1.5 | Ori Bernstein |
2020-03-08 | lib9p: implement automatic remove-on-close cleanup in postsharesrv(), remove ... | cinap_lenrek |
2020-03-07 | lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hacks | cinap_lenrek |
2020-03-01 | libsec: move AES XTS function prototypes to AES definition section in the hea... | cinap_lenrek |
2020-03-01 | libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ... | cinap_lenrek |
2020-02-10 | remove C99_SPRINTF_EXTENSION define. | Ori Bernstein |
2019-09-09 | Add toascii() to ape | Roberto E. Vargas Caballero |
2019-09-09 | Add mkstemp to stdlib.h | Roberto E. Vargas Caballero |
2019-09-06 | Include integer limits from generic stdint.h in system-specific stdint.h | Ori Bernstein |
2019-09-06 | Add missing UINTsz_MIN defines to ape stdint.h | Ori Bernstein |
2019-09-06 | sys/src/libventi: define VtEntryNoArchive constant | David du Colombier |
2019-09-06 | sys/src/libventi: implement vtsha1 and vtsha1check functions | David du Colombier |
2019-09-06 | sys/src/libventi: implement vtreconn and vtredial functions | David du Colombier |
2019-08-30 | auth/rsa2asn1: implement private key export with -a flag (thanks kvik) | cinap_lenrek |
2019-06-20 | stdio: fix putc(), plan9 version | cinap_lenrek |
2019-06-19 | ape: fix stdio putc() macro, avoiding "result of operation not used" warning | cinap_lenrek |
2019-05-06 | Sand edges down on GBIT64()/PBIT64() macros. | Ori Bernstein |
2019-03-30 | dtracy: avoid dmachlock() race | cinap_lenrek |
2019-02-11 | libip: replace v4parsecidr() with new parseipandmask() | cinap_lenrek |
2018-12-13 | dtracy: get rid of DTName struct, support more than three parts in a probe na... | aiju |
2018-12-11 | forgotten files | aiju |
2018-12-09 | dtracy: call dtptrigger with a struct pointer rather than a list of arguments... | aiju |
2018-12-08 | dtracy: add support for aggregations | aiju |
2018-12-02 | ape: declare gethostname | mischief |
2018-11-10 | add dtracy.h | aiju |
2018-11-04 | libmp: declare mpfactorial | mischief |
2018-09-26 | libc: add procsetname() | cinap_lenrek |
2018-09-26 | libc: return number of bytes produced for idn2utf() and utf2idn() | cinap_lenrek |
2018-09-25 | libc: add utf2idn() and idn2utf() functions to deal with internationalized do... | cinap_lenrek |
2018-09-16 | libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate and... | cinap_lenrek |
2018-07-01 | ape: an implemenation of getitimer setitimer | spew |
2018-06-21 | ape: add strnlen | spew |
2018-06-20 | ape: provide bogus chroot implementation | spew |
2018-06-17 | ape: add some common fields for stat, grp and pwd | spew |
2018-06-09 | add libttf | aiju |
2018-05-20 | ape: fix auth.h | cinap_lenrek |
2018-05-20 | separate MSCHAP(v2) and NTLM(v2) authentication | cinap_lenrek |
2018-05-13 | ape: add signed fixed size integer typedefs to u.h | qwx |
2018-05-01 | merge | cinap_lenrek |
2018-05-01 | ip/ipconfig: populate /net/ndb from v6 router advertisements, configure multi... | cinap_lenrek |
2018-04-24 | libsat, forp: fix va_list hack on amd64 | aiju |
2018-04-02 | ape: improve assert macro | mischief |
2018-03-28 | sat.h: update to include satget | aiju |
2018-03-18 | add #pragma incomplete to sat.h | aiju |
2018-03-17 | add libsat | aiju |
2018-03-09 | mptod/dtomp: add to mp.h | aiju |
2018-01-27 | libndb: retire deprecated csgetval(), ndbgetval() and ndblookval() functions | cinap_lenrek |
2018-01-21 | libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2 | cinap_lenrek |
2018-01-21 | authsrv: implement mschapv2 authentication, include MPPE secret in the ticket | cinap_lenrek |
2018-01-06 | libsec: remove asn1toDSApriv() | cinap_lenrek |