summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-09-03no more gcc2.Daniel Dickman
2015-09-02use _PATH_RESCONFTheo de Raadt
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-08-31only 32-bit systems need the quad functions.Theo de Raadt
2015-08-31use #function rather than @function on armTheo de Raadt
2015-08-31Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em tooPhilip Guenther
2015-08-31Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-30Use nanosleep instead of sleep to avoid the extra layer and simplify laterPhilip Guenther
2015-08-29Add Symbols.map to CLEANFILESTheo de Raadt
2015-08-27use explicit_bzero to clear some memory that had creds in it instead ofDavid Gwynne
2015-08-27fix commentPhilip Guenther
2015-08-27ELF uberalles: remove #ifdef _NLIST_DO_ELF testsPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
2015-08-27Move the __rand48_* declarations into rand48.h, and then hide both themPhilip Guenther
2015-08-26tweak previous;Jason McIntyre
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie
2015-08-26Add TIOCGETA to the tame list for TAME_IOCTL.Doug Hogan
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-26Sync with other per-arch Symbols.list filesPhilip Guenther
2015-08-26Oh yeah, crank the major. You talk about something and then your mindPhilip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-25Fix latter vs later. From jmc@Philip Guenther
2015-08-25Document kbind(2)Philip Guenther
2015-08-25catch upMiod Vallat
2015-08-23Make __cerror() use the per-thread errno location if r2 isn't zero. This wayMark Kettenis
2015-08-23Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with theMark Kettenis
2015-08-23Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by theMark Kettenis
2015-08-23restore codeset checking: we shouldn't silency fallback to ASCII codeset.Sebastien Marie
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-08-22Explicitly list the symbols permitted to be exported by libc.Philip Guenther
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-08-16Fix test against INADDR_LOOPBACKJeremie Courreges-Anglas
2015-08-14Load LC_MESSAGES locale only if the character encoding is UTF-8.Stefan Sperling
2015-08-14Disable support for loading LC_CTYPE locales other than UTF-8.Stefan Sperling
2015-08-13Zap a few stray blanks.Kenneth R Westerback
2015-08-12Mention LC_MESSAGES.Vadim Zhukov
2015-08-02spelling; ok deraadtJason McIntyre
2015-08-01Fix a potential out-of-bounds read found via address-sanitizer whileTodd C. Miller
2015-07-28ARG_MAX is the standard name (not NCARGS); probab[l]y guentherTheo de Raadt
2015-07-28describe CPATH before TMPPATHTheo de Raadt
2015-07-28unsort: requested by deraadtJason McIntyre
2015-07-23call it bcrypt in the man page tooTed Unangst
2015-07-23permit "bcrypt" as an alias for "blowfish". this is, after all, whatTed Unangst