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