summaryrefslogtreecommitdiff
path: root/sys/src/libc
AgeCommit message (Expand)Author
2022-11-03libc: address kencc warning in date.cJacob Moody
2022-10-29tmdate: provide better parse errorsOri Bernstein
2022-05-22shorten strchr and runestrchrAmavect
2022-05-26tmparse: remove incorrect isalpha definitionMichael Forney
2022-01-10reduce: use if() to test for exit status of pipelinecinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-10-31libc: idn2utf()/utf2idn(): check for < 1 buffer, can't insert terminating NUL.cinap_lenrek
2021-10-31libc: fix overflow of domain component rune buffer for idn2utf()cinap_lenrek
2021-08-11qsort: allow usize-sized arrays.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-23arm64: use generic timer virtual counter for cycles()cinap_lenrek
2021-07-03libc: add encode(2) variants for custom alphabetsOri Bernstein
2020-12-29libc/arm: open #c/sysstat file with OCEXEC (internal file descriptor)cinap_lenrek
2020-12-23libc: re-implement getuser() by stating /proc/$pid/statuscinap_lenrek
2020-12-19libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppidcinap_lenrek
2020-12-09backout OCEXEC changes when potentially opening /srv filescinap_lenrek
2020-12-07libc: open internal file-descriptor with OCEXEC flagcinap_lenrek
2020-11-01libc: recurse on smaller half of arrayOri Bernstein
2020-09-22libc: ignore '?' in date format stringsOri Bernstein
2020-09-22libc: make yday 0-based, as docs suggestOri Bernstein
2020-09-01tmparse: put in local timezone hackOri Bernstein
2020-08-26tmparse: fix typoOri Bernstein
2020-08-26libc: tmparse should ignore leading whitespaceOri Bernstein
2020-08-24tm2sec: clear new fields in tmOri Bernstein
2020-08-09libc: new date apisOri 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-05-17libc/arm64: work arround linker bug for cas()cinap_lenrek
2019-06-16Add test for pow.cOri Bernstein
2019-06-16Handle NaN and Inf edge cases as specified by posix, instead of barfing.Ori Bernstein
2019-05-09libc: fix return value for arm64 memset() and memove()cinap_lenrek
2019-05-09libc: use MOVP instruction for arm64 memmove() and memset()cinap_lenrek
2019-05-09libc: provide arm64 assembly versions for memmove() and memset()cinap_lenrek
2019-05-05libc: fix NaN check precedence bug in modf() (thanks BurnZeZ)cinap_lenrek
2019-05-03libc: initial arm64 supportcinap_lenrek
2018-09-26libc: add procsetname()cinap_lenrek
2018-09-26libc: return number of bytes produced for idn2utf() and utf2idn()cinap_lenrek
2018-09-25libc: add utf2idn() and idn2utf() functions to deal with internationalized do...cinap_lenrek
2018-04-14libc: allow /net/cs to specify local address for dial()cinap_lenrek
2017-12-31libc: constant time implementation for encode(2) routines, fix base32cinap_lenrek
2017-10-28libc: improve alignment of QLp structure on amd64, cosmeticscinap_lenrek
2017-10-26libc: wunlock() part 2cinap_lenrek
2017-10-20libc: cleanup atexit and put exits() in its own compilation unitcinap_lenrek
2016-11-05libc: move calloc() into its own compilation unitcinap_lenrek
2016-09-11libc: dont use floating point for portable umuldiv(), use 64 bit uvlongcinap_lenrek
2016-08-27libc: add poolisoverlap() and definitions for Pool *secrmemcinap_lenrek
2016-06-26libc: native _addv() and _subv() routines for armcinap_lenrek