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