Age | Commit message (Expand) | Author |
2021-05-01 | lib9p: remove Srv.srvfd, make postsrv() and threadpostsrv() return the mounta... | cinap_lenrek |
2021-05-01 | lib9p: expose Srv.forker handler and srvforker(), threadsrvforker() and threa... | cinap_lenrek |
2021-02-20 | ape/lib9: expose fd2path (thanks phil9) | Ori Bernstein |
2021-01-30 | ape/libm: implement log2 in libc | Ori Bernstein |
2021-01-23 | [9front] ape: remove _SUSV2_SOURCE guard from inttypes.h | Michael Forney |
2021-01-09 | libdraw: add bezierpts | Ori Bernstein |
2021-01-01 | ape: unify math.h copies | Ori Bernstein |
2020-12-19 | libauth: add procsetuser() function to change user id of the calling process | cinap_lenrek |
2020-12-17 | libap: add strndup | Ori Bernstein |
2020-11-01 | libbio: add aux pointer to bio | Ori Bernstein |
2020-09-21 | ape/limits.h: fix typo in (U)LLONG_MAX | Ori Bernstein |
2020-08-29 | ape/ctype.h: add isblank, fix functions (thanks staalmannen) | Ori Bernstein |
2020-08-10 | stdio.h: correct return type of putc | Ori Bernstein |
2020-08-09 | libc: new date apis | Ori Bernstein |
2020-07-19 | stdio: fix warnings, make code more standard | Ori Bernstein |
2020-07-11 | stdio, ape/stdio: fix order of operations in putc | Ori Bernstein |
2020-06-15 | libc: revert date change again. this is getting ridicuoulus. | cinap_lenrek |
2020-06-14 | libc, seconds: new time and date apis (try 2) | Ori Bernstein |
2020-06-14 | libc: reverting previous change until ori can fix it | cinap_lenrek |
2020-06-13 | libc, seconds: new time and date apis. | Ori Bernstein |
2020-06-05 | ape: make libplumb available under ape. | Ori Bernstein |
2020-05-17 | Add stdbool.h to ape | Ori Bernstein |
2020-05-12 | [ape] add missing conversion flags for scanf | Ori Bernstein |
2020-05-06 | bring stdint.h closer to spec | Ori Bernstein |
2020-05-01 | use #error when missing define | Ori Bernstein |
2020-04-26 | add missing header change (thanks qwx) | Ori Bernstein |
2020-03-29 | lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgen | BurnZeZ |
2020-03-24 | turn ptrdiff_t into a 64 bit type | Ori Bernstein |
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 |