summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-07-25Simplify wctype() and wctype_l(): we have one set of classificationPhilip Guenther
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2022-07-23timecounting: use full 96-bit product when computing elapsed timeScott Soule Cheloha
2022-07-22avoid use after freeJonathan Gray
2022-07-21repair error section; Martin VahlensieckTheo de Raadt
2022-07-19Use sysctl CTL_NET.PF_INET6 to check if IPv6 is available or not.Claudio Jeker
2022-07-18ypbinding should not be intrude to application namespace.Theo de Raadt
2022-07-18use same way of reporting error as yp_bind.cTheo de Raadt
2022-07-17order sysctl(2) Xr by sectionJonathan Gray
2022-07-17fix a macro, and "new sentence, new line";Jason McIntyre
2022-07-17Delete mention of the old /var/run/ypbind.lock hack.Theo de Raadt
2022-07-17since yp_bind() and yp_all() don't use open, fstat, read, socket, and otherTheo de Raadt
2022-07-17Rather than opening the binding file, checking for advisory lock, reading aTheo de Raadt
2022-07-17Add ypconnect(2) stub inside libc so that libc functions can use it,Theo de Raadt
2022-07-17add ypconnect(2) manual pageTheo de Raadt
2022-07-15Add a new clnt*_control CLSET_CONNECTED, which says the socket has alreadyTheo de Raadt
2022-06-30To figure our whether a large allocation can be grown into thePhilip Guenther
2022-06-20Fixup commentJeremie Courreges-Anglas
2022-06-16shmaddr is a pointer, so use NULL instead 0fTheo de Raadt
2022-06-10Add _?ENTRY_NB() macro for doing an ASM function entry withoutPhilip Guenther
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