#
d3cd5696 |
| 07-Mar-2013 |
guenther <guenther@openbsd.org> |
Oops: confstr()'s return value should include the NUL in its count
Problem pointed out by Andres Perera (andres.p (at) zoho.com)
|
#
e0e73bdf |
| 01-Mar-2013 |
guenther <guenther@openbsd.org> |
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines to <unistd.h> and confstr(3) per POSIX 1003.1-2008
Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3)
po
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines to <unistd.h> and confstr(3) per POSIX 1003.1-2008
Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3)
ports build tested by espie@
show more ...
|
#
efda54e4 |
| 04-Dec-2006 |
otto <otto@openbsd.org> |
confstr() should return 0, not (size_t)-1, on errors; from Guy Harris. ok millert@ and jmc@ for the man page bit.
|
#
c2c925de |
| 08-Aug-2005 |
espie <espie@openbsd.org> |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
|
#
f723aa39 |
| 11-Jun-2003 |
deraadt <deraadt@openbsd.org> |
ansification; checked by pval
|
#
6580fee3 |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
f1a075da |
| 27-Jun-2001 |
lebel <lebel@openbsd.org> |
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
|
#
c8f91e0d |
| 15-Sep-1996 |
tholo <tholo@openbsd.org> |
Remove dead code Remove unused variables Silence some warnings lint(1) is your friend
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|