summaryrefslogtreecommitdiff
path: root/sys/src/libc
AgeCommit message (Expand)Author
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
2016-05-04retire the dec alpha portcinap_lenrek
2016-04-13libc: fix out of bounds access in dirpackage(), simplifycinap_lenrek
2016-04-13libc: remove unneeded #include <auth.h> for crypt() and netcrypt()cinap_lenrek
2016-03-19libc: trailing whitespace cleanupBurnZeZ
2016-03-16libc: fix runestrecpy() return value (thanks spew)cinap_lenrek
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2015-10-04libc: add _uv2d()/uv2f() and _vas*d() functions to vlrt.ccinap_lenrek
2015-09-06libc: remove privfree(), simplify privalloc()cinap_lenrek
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-25libc: import more endianness fixes (thanks cherry9)mischief
2015-08-10libc: fix wunlock() libthread deadlockcinap_lenrek
2015-08-09libc: fix spim endiannessmischief