Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assume that my bug report against 1003.1-2001 will be resolved my way, | wollman | 2002-07-15 | 1 | -13/+9 |
| | | | | | and make 64-bit architectures use the LP64_OFF64 environment instead of the LPBIG_OFFBIG one. | ||||
* | Support POSIX/SUS ``programming environment'' mistake in confstr(). | wollman | 2002-07-15 | 1 | -1/+62 |
| | |||||
* | All of the things that confstr() returns are compile-time constants. | wollman | 2002-07-15 | 1 | -31/+10 |
| | | | | | | | | | It's silly to call sysctl() to get the value of _PATH_STDPATH from <paths.h> when we can just use it directly. This greatly simplifies the implementation. (This is also part of my grand scheme to get rid of sysctl's `user' category, which should never have been created.) Use strlcpy() instead of strncpy() as it has the exact semantics we want. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+2 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Minor cleanup, mostly unused vars and missing #includes. | phk | 1995-10-22 | 1 | -0/+1 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+85 |