summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-05-25Revert the .rodata.cst4 change: results in incorrect value readPhilip Guenther
2022-05-24Delete superfluous/duplicated #includesPhilip Guenther
2022-05-24Give internal 'botch' labels a '.L' prefix to remove them from thePhilip Guenther
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm64:Philip Guenther
2022-05-24Set the correct alignment on __jmpxor (.align's meaning is MD!)Philip Guenther
2022-05-24Delete superfluous/duplicated #includesPhilip Guenther
2022-05-24Add END() tags to give these functions sizes in the ELF symbol tablePhilip Guenther
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):Philip Guenther
2022-05-23Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2).Todd C. Miller
2022-05-21system(3) should ignore SIGINT and SIGQUIT until the shell exits.Todd C. Miller
2022-05-14Use fseeko() instead of fseek() inside libc, as the latter justPhilip Guenther
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