Age | Commit message (Expand) | Author |
2023-04-08 | libc: Add poolreset() function | cinap_lenrek |
2023-03-26 | runecomp(2) | Jacob Moody |
2023-03-22 | ape: add stdnoreturn.h | Jacob Moody |
2023-01-29 | libgeometry revamp | rodri |
2023-01-06 | keyboard.h: comment. | cinap_lenrek |
2023-01-06 | libsec: fix inconsistent prototypes for des (from drawterm) | cinap_lenrek |
2023-01-02 | keyboard.h: fix misleading comment (F12 is KF|0xC) | cinap_lenrek |
2022-10-06 | nusb/kb, aux/kbdfs: add brightness down/up media keys | Sigrid Solveig Haflínudóttir |
2022-10-04 | aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ... | Sigrid Solveig Haflínudóttir |
2022-06-24 | upas/dkim: dkim signing for upas | ori@eigenstate.org |
2022-06-19 | ndb: increase buffer size to allow longer lines | Ori Bernstein |
2022-01-03 | ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-11-03 | libndb: move mkptrname() into libndb to avoid duplication | cinap_lenrek |
2021-07-21 | venti: fix memory layers | Noam Preil |
2021-08-11 | qsort: ...forgot to include headers in the commit. | Ori Bernstein |
2021-07-25 | libc: use usize for sbrk() increment | cinap_lenrek |
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us... | cinap_lenrek |
2021-07-04 | libsec: add X509reqtoRSApub() function and return subject alt names in X509to... | cinap_lenrek |
2021-07-03 | libc: add encode(2) variants for custom alphabets | Ori Bernstein |
2021-06-20 | thread.h: threadnonotes does not exist | Sigrid Solveig Haflínudóttir |
2021-06-20 | libsec: move zero check to curve25519_dh_finish() | cinap_lenrek |
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 |