summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-10-22After deleting hifn(4) the only provider for the LZS compressionAlexander Bluhm
2021-10-22Put back sys/types.h and sys/socket.h. The latter was unintentionallyTheo Buehler
2021-10-22Fix some ghastly whitespace. From Martin VahlensieckTheo Buehler
2021-10-22Use unsigned char instead of u_char in base64.c. This is a mildTheo Buehler
2021-10-13Provide realpath(1)Klemens Nanni
2021-10-11does not need arpa/nameser.hTheo de Raadt
2021-10-08group the SO_PEERCRED text more logically and mark it read only;Jason McIntyre
2021-09-22use mmap() instead of alloca(), so that argv memory overflow leading toTheo de Raadt
2021-09-19Switch two calls from memset() to explicit_bzero()Theo Buehler
2021-09-17sys/param.h is not needed in these filesTheo de Raadt
2021-09-08Zap _THIS_PORT helper for printf("%n") tracking in ports landJeremie Courreges-Anglas
2021-09-06document EFAULT, and replace all 'It Er' errno with 'It Bq Er'Theo de Raadt
2021-09-03* add the missing STANDARDS section as noticed by tb@Ingo Schwarze
2021-09-02Document new %n syslog+abort behaviour, text mostly copied from printf.3Theo de Raadt
2021-09-01remove unused macro;Jason McIntyre
2021-09-01inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerClaudio Jeker
2021-09-01neither ktrace(2) or utrace(2) require a caller to pull sys/param.hTheo de Raadt
2021-08-30Make uuid_from_string() reject a string of the correct length but having aKenneth R Westerback
2021-08-30Document that %n has been neutered -- it now does syslog+abort.Theo de Raadt
2021-08-30jca and I converted %n to a syslog warning about a year ago, and the portsTheo de Raadt
2021-07-25Consistently use __asm instead of asm/__asm__Jeremie Courreges-Anglas
2021-07-25nanosleep.2: HISTORY: correct historic sleep() system call originscheloha
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas
2021-07-24Fix strchr() and strrchr() on mips64Visa Hankala
2021-07-23Make MALLOC_STATS compile again; noted by Omar Polo and Joe NelsonOtto Moerbeek
2021-07-23nanosleep.2: miscellaneous cleanup and rewritescheloha
2021-07-18Markup promises with Cm not Vakn
2021-07-07Mention that there are alternatives for ERE '+' and '?' in BRE.Martijn van Duren
2021-07-02usleep(3): always call nanosleep(2)cheloha
2021-06-30more trivial .Ar -> .Fa replacements in syscall manualsIngo Schwarze
2021-06-30use .Fa rather than .Ar; patch from me at EmilEngler dot comIngo Schwarze
2021-06-29more precision because the argument is signed,Ingo Schwarze
2021-06-24alarm(3): remove superfluous pointercheloha
2021-06-20We need to store the flagged passed to sigsetjmp(3) and use it inMark Kettenis
2021-06-19C version of fabs(), for nowTheo de Raadt
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