Age | Commit message (Expand) | Author |
2022-11-03 | libc: address kencc warning in date.c | Jacob Moody |
2022-10-29 | tmdate: provide better parse errors | Ori Bernstein |
2022-05-22 | shorten strchr and runestrchr | Amavect |
2022-05-26 | tmparse: remove incorrect isalpha definition | Michael Forney |
2022-01-10 | reduce: use if() to test for exit status of pipeline | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-10-31 | libc: idn2utf()/utf2idn(): check for < 1 buffer, can't insert terminating NUL. | cinap_lenrek |
2021-10-31 | libc: fix overflow of domain component rune buffer for idn2utf() | cinap_lenrek |
2021-08-11 | qsort: allow usize-sized arrays. | 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-23 | arm64: use generic timer virtual counter for cycles() | cinap_lenrek |
2021-07-03 | libc: add encode(2) variants for custom alphabets | Ori Bernstein |
2020-12-29 | libc/arm: open #c/sysstat file with OCEXEC (internal file descriptor) | cinap_lenrek |
2020-12-23 | libc: re-implement getuser() by stating /proc/$pid/status | cinap_lenrek |
2020-12-19 | libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid | cinap_lenrek |
2020-12-09 | backout OCEXEC changes when potentially opening /srv files | cinap_lenrek |
2020-12-07 | libc: open internal file-descriptor with OCEXEC flag | cinap_lenrek |
2020-11-01 | libc: recurse on smaller half of array | Ori Bernstein |
2020-09-22 | libc: ignore '?' in date format strings | Ori Bernstein |
2020-09-22 | libc: make yday 0-based, as docs suggest | Ori Bernstein |
2020-09-01 | tmparse: put in local timezone hack | Ori Bernstein |
2020-08-26 | tmparse: fix typo | Ori Bernstein |
2020-08-26 | libc: tmparse should ignore leading whitespace | Ori Bernstein |
2020-08-24 | tm2sec: clear new fields in tm | Ori Bernstein |
2020-08-09 | libc: new date apis | 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-05-17 | libc/arm64: work arround linker bug for cas() | cinap_lenrek |
2019-06-16 | Add test for pow.c | Ori Bernstein |
2019-06-16 | Handle NaN and Inf edge cases as specified by posix, instead of barfing. | Ori Bernstein |
2019-05-09 | libc: fix return value for arm64 memset() and memove() | cinap_lenrek |
2019-05-09 | libc: use MOVP instruction for arm64 memmove() and memset() | cinap_lenrek |
2019-05-09 | libc: provide arm64 assembly versions for memmove() and memset() | cinap_lenrek |
2019-05-05 | libc: fix NaN check precedence bug in modf() (thanks BurnZeZ) | cinap_lenrek |
2019-05-03 | libc: initial arm64 support | cinap_lenrek |
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-04-14 | libc: allow /net/cs to specify local address for dial() | cinap_lenrek |
2017-12-31 | libc: constant time implementation for encode(2) routines, fix base32 | cinap_lenrek |
2017-10-28 | libc: improve alignment of QLp structure on amd64, cosmetics | cinap_lenrek |
2017-10-26 | libc: wunlock() part 2 | cinap_lenrek |
2017-10-20 | libc: cleanup atexit and put exits() in its own compilation unit | cinap_lenrek |
2016-11-05 | libc: move calloc() into its own compilation unit | cinap_lenrek |
2016-09-11 | libc: dont use floating point for portable umuldiv(), use 64 bit uvlong | cinap_lenrek |
2016-08-27 | libc: add poolisoverlap() and definitions for Pool *secrmem | cinap_lenrek |
2016-06-26 | libc: native _addv() and _subv() routines for arm | cinap_lenrek |