Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When fopen()ing internal to libc (the API doesn't support the use | guenther | 2014-09-15 | 1 | -2/+2 |
| | | | | | | | of the resulting FILE *), then pass fopen() the 'e' mode letter to mark it close-on-exec. ok miod@ | ||||
* | most obvious unsigned char casts for ctype | deraadt | 2013-11-24 | 1 | -3/+4 |
| | | | | ok jca krw ingo | ||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | millert | 2013-09-30 | 1 | -8/+8 |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | More shrinkage, a bit for ramdisks but mostly for static binaries: | guenther | 2009-11-18 | 1 | -0/+437 |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@ |