summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2022-10-06nusb/kb, aux/kbdfs: add brightness down/up media keysSigrid Solveig Haflínudóttir
2022-10-04aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ...Sigrid Solveig Haflínudóttir
2022-06-24upas/dkim: dkim signing for upasori@eigenstate.org
2022-06-19ndb: increase buffer size to allow longer linesOri Bernstein
2022-01-03ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is setcinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-11-03libndb: move mkptrname() into libndb to avoid duplicationcinap_lenrek
2021-07-21venti: fix memory layersNoam Preil
2021-08-11qsort: ...forgot to include headers in the commit.Ori Bernstein
2021-07-25libc: use usize for sbrk() incrementcinap_lenrek
2021-07-25libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us...cinap_lenrek
2021-07-04libsec: add X509reqtoRSApub() function and return subject alt names in X509to...cinap_lenrek
2021-07-03libc: add encode(2) variants for custom alphabetsOri Bernstein
2021-06-20thread.h: threadnonotes does not existSigrid Solveig Haflínudóttir
2021-06-20libsec: move zero check to curve25519_dh_finish()cinap_lenrek
2021-05-01lib9p: remove Srv.srvfd, make postsrv() and threadpostsrv() return the mounta...cinap_lenrek
2021-05-01lib9p: expose Srv.forker handler and srvforker(), threadsrvforker() and threa...cinap_lenrek
2021-02-20ape/lib9: expose fd2path (thanks phil9)Ori Bernstein
2021-01-30ape/libm: implement log2 in libcOri Bernstein
2021-01-23[9front] ape: remove _SUSV2_SOURCE guard from inttypes.hMichael Forney
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