| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-15 | - ansify, knf. | christos | |
| - no functional changes | |||
| 2009-10-25 | revert some of dsl's changes to make things build on i386; he can undo what | christos | |
| he wants when he comes back. | |||
| 2009-10-24 | Remove a load of pointless casts - one that even lint doesn't bleat about. | dsl | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 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 | |||
| 1998-11-15 | delint | christos | |
| 1998-02-03 | remove obsolete register declarations | perry | |
| 1997-07-13 | Fix RCSID's | christos | |
| Fix gcc warnings. Add prototypes for functions that were declared in more than one place to local.h or extern.h and use that instead. | |||
| 1995-02-02 | Merged with 4.4lite. | jtc | |
| Changed to conform to NetBSD's new RCS Id convention. | |||
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
