summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2022-09-02Use a shorter system call invocation template for system calls in the rangeMiod Vallat
2022-09-01Drop support for unused attributes 'bs' (d_bbsize) and 'sb'Kenneth R Westerback
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-28remove unused blowfish inline definesJonathan Gray
2022-08-25No need to include float.h anymore.Todd C. Miller
2022-08-24if the socket is connected, we can use recv() instead of recvfrom()Theo de Raadt
2022-08-16Remove obsolete kern.nselcoll sysctl.Visa Hankala
2022-08-08For putenv(3), return an error if string starts with a '=' character.Todd C. Miller
2022-08-06Improve HISTORY and add AUTHORS.Ingo Schwarze
2022-08-06Delete the ridiculous first three sentences of BUGSIngo Schwarze
2022-08-05change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-04Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency.Ingo Schwarze
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-08-02Strange argument padding is no longer neccessary, remove this BUGS sectionTheo de Raadt
2022-08-021) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences sharedTheo de Raadt
2022-08-02The Xr to ypbind 3 doesn't help improve anyone's understanding of how theTheo de Raadt
2022-08-02delete incorrect comment: yp_unbind is not called by passwdTheo de Raadt
2022-08-02access(2) alarm(2) pause(2) were not ported from pwb to v7Jonathan Gray
2022-08-01libc string functions were not ported from pwb to v7Jonathan Gray
2022-07-31strlen was in v6 libc (s5/perror.c) but not documented till v7Jonathan Gray
2022-07-31fix indentTheo Buehler
2022-07-31Randomise the rekey interval a little. Previously, the chacha20Damien Miller
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-29Improve the HISTORY sections of glob(7) and glob(3).Ingo Schwarze
2022-07-27Revert _RuneLocale struct changes until mklocale reacharoundPhilip Guenther
2022-07-27Since we only do US-ASCII and UTF-8, several parts of the localePhilip Guenther
2022-07-26Only allow changing the domainname (from empty) before securelevel increase.Theo de Raadt
2022-07-26moncontrol(3): remove hertz() fallback functionScott Soule Cheloha
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