summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-02-19remove redundant swap encryption textJonathan Gray
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18grammarJonathan Gray
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2022-02-11Fix typo in comment for f_favail.Todd C. Miller
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2022-02-06remove please from manual pagesJonathan Gray
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-21In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that ITheo de Raadt
2022-01-21Document EAGAIN error return, as specified by POSIX.Todd C. Miller
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber
2022-01-11spellingJonathan Gray
2022-01-06refer to longindex as an argument, not a field;Jason McIntyre
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2022-01-02Don't use *ENTRY_NB() with END_BUILTIN(), at least yetPhilip Guenther
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2022-01-01failured -> failedJonathan Gray
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