summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2015-09-12Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <time.h> so that internal calls go direct and symbols not in C99 are weakPhilip Guenther
2015-09-12Wrap <syslog.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <dirent.h> so that internal calls go direct and they're all weak symbolsPhilip Guenther
2015-09-12Wrap <fts.h> and <ftw.h> so that internal calls to fts_*() go direct andPhilip Guenther
2015-09-10Hide netgroup internals inside libc. The parts that netgroup_mkdbTheo de Raadt
2015-09-10Pull in namespace.h when building all .c files using gcc's -include option,Philip Guenther
2015-09-09Hide __sigintr and __strsignal as internal implementation details.Philip Guenther
2015-09-09Syslogd can handle 8192 bytes per message now. Increase the libcAlexander Bluhm
2015-09-06Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signamePhilip Guenther
2015-09-04word fix; from henning petersen (netbsd pr/49641, -r1.18)Jason McIntyre
2015-09-03no more gcc2.Daniel Dickman
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-27use explicit_bzero to clear some memory that had creds in it instead ofDavid Gwynne
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-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-08-13Zap a few stray blanks.Kenneth R Westerback
2015-08-01Fix a potential out-of-bounds read found via address-sanitizer whileTodd C. Miller
2015-07-20Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@Todd C. Miller
2015-07-18tweak previous;Jason McIntyre
2015-07-18On systems with a full routing table (550k+), we often want to be able toPeter Hessler
2015-07-14Fall back to scanning /dev if /var/run/dev.db does not exist.Todd C. Miller
2015-07-14The first argument to devname(3) should be dev_t, not int.Todd C. Miller
2015-07-13Do not write a warning to stderr if the db cannot be opened, justTodd C. Miller
2015-06-23Add STANDARDS section; isblank(3) was specified in C99.Anthony J. Bentley
2015-06-19Tweak whitespace and remove dangling, unneeded "else".Jeremie Courreges-Anglas
2015-06-13in glob() initialize the glob_t before the first failure check.Theo de Raadt
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-02write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.Igor Sobrado
2015-05-17Of course, fcntl errno case returns -1, which must be converted to 0Theo de Raadt
2015-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-05-12chflagsat() is also async-signal-safePhilip Guenther
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
2015-05-05Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsPhilip Guenther
2015-04-07Remove obsolete timezone() function.Todd C. Miller
2015-03-18use 4x buffer size for opendir. speeds up large directory reading, andTed Unangst
2015-03-14TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualTodd C. Miller
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-12_PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v...Jason McIntyre
2015-03-11document HW_PERFPOLICY; ok teduJason McIntyre
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-11sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredPhilip Guenther
2015-02-07Add examples for stravis() and strnvis() to vis.3.Doug Hogan
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06Add support for stravis() to vis.3 and Makefile.inc.Doug Hogan
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze