summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-12-25Update to reflect changes over the last six yearsPhilip Guenther
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-16Document the failure mode if size is too small and mention thatTodd C. Miller
2021-12-16getwd(3): don't malloc space for buf if it is NULLTodd C. Miller
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-11doubled word; from Leon FischerTheo Buehler
2021-12-08lsearch(3): reimplement using lfind(3)Scott Soule Cheloha
2021-12-07The ypproto buffer (which supports + lines in master.passwd) was correctTheo de Raadt
2021-12-07lsearch(3): append key to array with memmove(3) instead of memcpy(3)Scott Soule Cheloha
2021-12-07sleep.3: miscellanous cleanup, rewritesScott Soule Cheloha
2021-12-06gettimeofday.2: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-06time.3: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-02bsearch(3): support arrays with more than INT_MAX elementsScott Soule Cheloha
2021-11-29A few sys/param.h annotations lacked ALIGNBYTESTheo de Raadt
2021-11-29Niels agreed to remove the advertising clause; switching theseDamien Miller
2021-11-27Make brk() and sbrk() weak again to fix build with clang 13.Visa Hankala
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adJeremie Courreges-Anglas
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-11-21improve legibility of structs in several manpagesJan Klemkow
2021-11-16Remove an old note about poor performanceVisa Hankala
2021-11-05Zap unused variablesKlemens Nanni
2021-11-03mention hw.powerJonathan Gray
2021-10-31document that fileno(3) returns -1 for some kinds of FILE * objects;Ingo Schwarze
2021-10-29add missing .h file includeTheo de Raadt
2021-10-25Revert accidental change.Jeremie Courreges-Anglas
2021-10-25Make brk() and sbrk() weak again as intended.Jeremie Courreges-Anglas
2021-10-25Make brk() and sbrk() weak again as intended.Mark Kettenis
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24use O_RDONLY instead of 0 as open() flags parameterTheo de Raadt
2021-10-24ansiJonathan Gray
2021-10-23spread some ipcrm/ipcs Xr; from mikhailJason McIntyre
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