| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-07-05 | - __RCSID() police. | ad | |
| - ANSIfy. - Miscellaneous style changes. - Shutup lint(1) in one or two cases. | |||
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem | |
| _DIAGASSERT() is still retained. | |||
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem | |
| 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 | |||
| 1999-07-02 | More trailing white space. | simonb | |
| 1998-09-27 | Use posix signal system calls. | christos | |
| XXX: Library functions should not unblock signals like this! | |||
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry | |
| 1998-05-09 | Delint last. | kleink | |
| 1998-05-08 | Fix some arithmetics lossage on typeless pointers. | kleink | |
| 1998-01-22 | unregisterify | perry | |
| 1997-07-01 | indicate new location in error message | mikel | |
| 1997-06-29 | - RCSID police | christos | |
| - Add ttymsg.3 | |||
| 1997-02-11 | remove possibly dangerous sprintf and strcpy calls. | mrg | |
| 1994-11-17 | Merged with 4.4lite | jtc | |
| Changed to conform to NetBSD's new RCS Id conventions. | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
