summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2021-01-09libdraw: add bezierptsOri Bernstein
2021-01-01ape: unify math.h copiesOri Bernstein
2020-12-19libauth: add procsetuser() function to change user id of the calling processcinap_lenrek
2020-12-17libap: add strndupOri Bernstein
2020-11-01libbio: add aux pointer to bioOri Bernstein
2020-09-21ape/limits.h: fix typo in (U)LLONG_MAXOri Bernstein
2020-08-29ape/ctype.h: add isblank, fix functions (thanks staalmannen)Ori Bernstein
2020-08-10stdio.h: correct return type of putcOri Bernstein
2020-08-09libc: new date apisOri Bernstein
2020-07-19stdio: fix warnings, make code more standardOri Bernstein
2020-07-11stdio, ape/stdio: fix order of operations in putcOri Bernstein
2020-06-15libc: revert date change again. this is getting ridicuoulus.cinap_lenrek
2020-06-14libc, seconds: new time and date apis (try 2)Ori Bernstein
2020-06-14libc: reverting previous change until ori can fix itcinap_lenrek
2020-06-13libc, seconds: new time and date apis.Ori Bernstein
2020-06-05ape: make libplumb available under ape.Ori Bernstein
2020-05-17Add stdbool.h to apeOri Bernstein
2020-05-12[ape] add missing conversion flags for scanfOri Bernstein
2020-05-06bring stdint.h closer to specOri Bernstein
2020-05-01use #error when missing defineOri Bernstein
2020-04-26add missing header change (thanks qwx)Ori Bernstein
2020-03-29lib9p: fix re-use of root Qid when using createfile(); remove unused dirqidgenBurnZeZ
2020-03-24turn ptrdiff_t into a 64 bit typeOri Bernstein
2020-03-24add intmax_t/uintmax_t as required by c99 7.18.1.5Ori Bernstein
2020-03-08lib9p: implement automatic remove-on-close cleanup in postsharesrv(), remove ...cinap_lenrek
2020-03-07lib9p: get rid of Srv.nopipe and Srv.leavefdsopen hackscinap_lenrek
2020-03-01libsec: move AES XTS function prototypes to AES definition section in the hea...cinap_lenrek
2020-03-01libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ...cinap_lenrek
2020-02-10remove C99_SPRINTF_EXTENSION define.Ori Bernstein
2019-09-09Add toascii() to apeRoberto E. Vargas Caballero
2019-09-09Add mkstemp to stdlib.hRoberto E. Vargas Caballero
2019-09-06Include integer limits from generic stdint.h in system-specific stdint.hOri Bernstein
2019-09-06Add missing UINTsz_MIN defines to ape stdint.hOri Bernstein
2019-09-06sys/src/libventi: define VtEntryNoArchive constantDavid du Colombier
2019-09-06sys/src/libventi: implement vtsha1 and vtsha1check functionsDavid du Colombier
2019-09-06sys/src/libventi: implement vtreconn and vtredial functionsDavid du Colombier
2019-08-30auth/rsa2asn1: implement private key export with -a flag (thanks kvik)cinap_lenrek
2019-06-20stdio: fix putc(), plan9 versioncinap_lenrek
2019-06-19ape: fix stdio putc() macro, avoiding "result of operation not used" warningcinap_lenrek
2019-05-06Sand edges down on GBIT64()/PBIT64() macros.Ori Bernstein
2019-03-30dtracy: avoid dmachlock() racecinap_lenrek
2019-02-11libip: replace v4parsecidr() with new parseipandmask()cinap_lenrek
2018-12-13dtracy: get rid of DTName struct, support more than three parts in a probe na...aiju
2018-12-11forgotten filesaiju
2018-12-09dtracy: call dtptrigger with a struct pointer rather than a list of arguments...aiju
2018-12-08dtracy: add support for aggregationsaiju
2018-12-02ape: declare gethostnamemischief
2018-11-10add dtracy.haiju
2018-11-04libmp: declare mpfactorialmischief
2018-09-26libc: add procsetname()cinap_lenrek