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-08-11 | qsort: allow usize-sized arrays. | Ori Bernstein |
2021-07-25 | libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions us... | cinap_lenrek |
2021-07-03 | libc: add encode(2) variants for custom alphabets | Ori Bernstein |
2020-12-23 | libc: re-implement getuser() by stating /proc/$pid/status | 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-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 |
2019-06-16 | Handle NaN and Inf edge cases as specified by posix, instead of barfing. | Ori Bernstein |
2019-05-05 | libc: fix NaN check precedence bug in modf() (thanks BurnZeZ) | cinap_lenrek |
2017-12-31 | libc: constant time implementation for encode(2) routines, fix base32 | 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-04-13 | libc: remove unneeded #include <auth.h> for crypt() and netcrypt() | cinap_lenrek |
2016-03-19 | libc: trailing whitespace cleanup | BurnZeZ |
2016-03-16 | libc: fix runestrecpy() return value (thanks spew) | cinap_lenrek |
2015-08-03 | libc: make atoi() not parse c-style octal and hex numbers | cinap_lenrek |
2015-04-08 | pool: avoid triggering assert(b->magic != FREE_MAGIC) in blocksetsize() for m... | cinap_lenrek |
2015-02-26 | pool: maintain Pool.curalloc for poolallocalign() and blockgrow() | cinap_lenrek |
2015-01-05 | pool: more strict checktree() for poolcheck | cinap_lenrek |
2014-02-17 | prof: properly save and restore RARG for amd64 | cinap_lenrek |
2014-02-14 | libc: remove malloc.acid and pool.acid | cinap_lenrek |
2014-02-06 | pool: use uintptr for pool size | cinap_lenrek |
2014-02-02 | malloctag: only store lower 32bit of malloc tag, fix getrealloctag | cinap_lenrek |
2014-02-02 | mallocalign: make sure alignptr offset is modulo align when -offset > align | cinap_lenrek |
2014-01-20 | malloc: change malloc and realloc tag types to uintptr | cinap_lenrek |
2013-12-17 | pool: update debug log format string for poolallocalign() | cinap_lenrek |
2013-10-17 | libc: updated acid files for 21 bit rune change | cinap_lenrek |
2013-09-26 | reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29) | cinap_lenrek |
2013-09-21 | libc: change tas/sleep locks to cas/semacquire/semrelease locks (from sources) | cinap_lenrek |
2013-08-14 | libc: Prevent infinite recursion when modf is called with NaN or Inf argument... | cinap_lenrek |
2013-06-14 | pool: use splaying to balance free node tree | cinap_lenrek |
2013-06-10 | acid: fix dumptree() acid function to work in kernel debug, update malloc.aci... | cinap_lenrek |
2013-05-31 | pool: do poolcheck when free nodes get corrupted instead of assert | cinap_lenrek |
2013-05-01 | frexp: handle NaN values (from sources) | cinap_lenrek |