summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-06-18alarm.3: miscellaneous improvements to alarm(3) documentationcheloha
2021-06-17compar is a function arg (Fa) not function name (Fn);Jason McIntyre
2021-06-13Save and restore errno around FUTEX_WAIT futex(2) operations. While thereMark Kettenis
2021-06-12remove incorrect CAVEATS section;Jason McIntyre
2021-06-11Since futex(2) can fail, it needs a full syscall stub. This should fixesMark Kettenis
2021-06-03(man page also)Theo de Raadt
2021-06-03secure_path(3) hasn't been called since we recognized the TOCTOU issues a fewTheo de Raadt
2021-06-02add RTLD_NODELETE supportSebastien Marie
2021-05-31auth_call(3) no longer uses secure_path(3)Todd C. Miller
2021-05-26Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)Mark Kettenis
2021-05-21The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.Mark Kettenis
2021-05-18Document new net.unix sysctls.Claudio Jeker
2021-05-17delete useless blank linesTheo de Raadt
2021-05-14Fix regression for _setjmp, fucntion does not use stack and adjustingDale Rahn
2021-05-09Change offsets to (N * 8) to reduce chance of register clobber and mistakes.Dale Rahn
2021-05-08Revert previous commit.Martijn van Duren
2021-05-08In the C locale make codepoints > 0x7f return EILSEQ, since these aren'tMartijn van Duren
2021-05-04sigpending(2) will never fail. Optimize the syscall stub accordingly likeMark Kettenis
2021-05-04Remove cerror dependancy from riscv64 asm syscalls.Dale Rahn
2021-05-04riscv64 brk()/sbrk() implementations,Dale Rahn
2021-05-02riscv64, fix HANDLE_ERRORDale Rahn
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-04-30Fix linkage error due to fp* functions.Dale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libc, more pieces.Dale Rahn
2021-04-29Clean up <machine/ieeefp.h> and make sure the rounding mode bits match theMark Kettenis
2021-04-28Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since itMark Kettenis
2021-04-28riscv64 libc setjmp functions,Dale Rahn
2021-04-28Add signbitl.c that was missed as part of an earlier commit.Mark Kettenis
2021-04-28RISC-V does not implement trapping of floating point exceptions, so useMark Kettenis
2021-04-28riscv64 gdtoa supportDale Rahn
2021-04-28riscv64 libc string support,Dale Rahn
2021-04-27riscv64 libc floating point, a portion of the files are ready.Dale Rahn
2021-04-22kqueue: Make timer re-addition reset existing timerVisa Hankala
2021-04-09An extra internal consistency check and a missing stats adjustment. ok tb@Otto Moerbeek
2021-04-09Cache implementation has changed, we do not hold on to an exact numberOtto Moerbeek
2021-04-02swap rname and mname in debug output, and handle the USE_CD flagEric Faurot
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placeTheo de Raadt
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.Claudio Jeker
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2021-03-09Change the implementation of the malloc cache to keep lists ofOtto Moerbeek
2021-03-02document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurtTheo de Raadt
2021-02-25- Make use of the fact that we know how the chunks are aligned, andOtto Moerbeek
2021-02-12Some people still argue that rand(3) and random(3) have suitable deterministicTheo de Raadt
2021-02-04Referece trpt(8) from the SO_DEBUG section of getsockopt(2).Alexander Bluhm
2021-02-03Adding a hard-trap instruction after the __threxit syscall instructionKurt Miller
2021-02-02article fixes; from eddie yousephJason McIntyre
2021-01-26When checking for available address family for AI_ADDRCONFIG considerFlorian Obser
2021-01-20Missing return value; ok jmc@Otto Moerbeek