| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
vocally objected to this safety belt.
|
|
|
|
|
|
|
| |
technique) so that we don't wind up calling into an application's
version if the application defines them.
Inspired by: qpopper's interfering and buggy version of strlcpy
|
|
|
|
| |
_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS case.
|
|
|
|
|
| |
and make 64-bit architectures use the LP64_OFF64 environment instead
of the LPBIG_OFFBIG one.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
I believe have made all of libc .c's as consistent as possible.
|
| |
|
|
|