#
99410184 |
| 26-Jul-2003 |
salo <salo@NetBSD.org> |
netbsd.org->NetBSD.org
|
#
a5e4741a |
| 14-Sep-2000 |
msaitoh <msaitoh@NetBSD.org> |
check LIBC_SCCS
|
#
db755e7c |
| 14-Jun-2000 |
cgd <cgd@NetBSD.org> |
sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
#
d220ca5b |
| 14-Jun-2000 |
cgd <cgd@NetBSD.org> |
fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
#
d8962612 |
| 20-Sep-1999 |
lukem <lukem@NetBSD.org> |
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DIAGASSERT() is still retained.
|
#
b48252f3 |
| 16-Sep-1999 |
lukem <lukem@NetBSD.org> |
* use _DIAGASSERT() to check pointer arguments against NULL and file descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attemp
* use _DIAGASSERT() to check pointer arguments against NULL and file descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attempt to return a sane error condition. * knf some code * remove some `register' decls.
the first two items result in the addition of code similar to the following in various functions:
_DIAGASSERT(path != NULL) #ifdef _DIAGNOSTIC if (path == NULL) { errno = EFAULT; return (-1); } #endif
show more ...
|
#
d2cc1353 |
| 04-May-1999 |
christos <christos@NetBSD.org> |
Cast to unsigned short to avoid loss of precision message.
|
#
e37aec67 |
| 09-Oct-1997 |
lukem <lukem@NetBSD.org> |
rcsid facism, WARNSify
|
#
dde1c1a0 |
| 05-Jun-1995 |
pk <pk@NetBSD.org> |
Prototypes (PR#1098).
|
#
a34c9134 |
| 06-May-1994 |
cgd <cgd@NetBSD.org> |
oops!
|
#
aee4b07b |
| 02-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
#
91ac7bf1 |
| 23-Mar-1993 |
cgd <cgd@NetBSD.org> |
added libcompat for compatibility routines, like ftime, etc.
|