summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-05-04Found two multiple evaluation macros. One of them so long and scary itTheo de Raadt
2022-04-15delete an ancient paragraph suggesting the wrong reason to use close(2)Theo de Raadt
2022-04-13Fix typo in last commit.Todd C. Miller
2022-04-13ftok: avoid left shift of a signed in by 24 placesTodd C. Miller
2022-04-13inet_net_pton_ipv6: avoid signed vs unsigned comparisonTodd C. Miller
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29Basic copy editing:Ingo Schwarze
2022-03-23Remove extra space at EOL in last commit.Todd C. Miller
2022-03-23Expand the description of the LOGIN_SET* bits.Todd C. Miller
2022-03-23setclasscontext: support LOGIN_SETRTABLE tooTodd C. Miller
2022-03-20setusercontext: only call setrtable(2) if "rtable" set explicitly.Todd C. Miller
2022-03-04Document LOGIN_SETRTABLETheo Buehler
2022-03-01add rtable capability to login.conf.Ted Unangst
2022-02-28Remove unused ivbits argument from chacha_keysetup to match otherDarren Tucker
2022-02-26setuserenv: a missing /etc/login.conf file is not an error.Todd C. Miller
2022-02-26Currently malloc caches a number of free'ed regions up to 128kOtto Moerbeek
2022-02-25add setrtable to pledge("id"). from Matthew MartinTed Unangst
2022-02-22The include of sys/ktrace.h will require sys/types.h, so document this.Theo de Raadt
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