Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check snprintf(3) return value for error or truncation. | 2007-09-17 | 1 | -3/+4 | |
| | | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -9/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansi and ARSUSED | 2004-09-15 | 1 | -4/+4 | |
| | |||||
* | another errno -> err in a structure. OK deraadt@ | 2004-06-21 | 1 | -4/+4 | |
| | |||||
* | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. | 2004-05-03 | 1 | -5/+7 | |
| | | | | Also make the open functions take a mode_t, not int. OK deraadt@ | ||||
* | pull in headers | 2003-06-25 | 1 | -2/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | -Wall cleanup, make rcsid variables const | 2003-05-01 | 1 | -2/+2 | |
| | | | | millert@ ok | ||||
* | snprintf | 2002-06-05 | 1 | -4/+3 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does | 2000-08-01 | 1 | -2/+7 | |
| | | | | | not allow O_WRONLY (it returns EINVAL). If the users passes O_WRONLY to dbm_open, strip it and use O_RDWR instead. | ||||
* | o Opening a zero-length hash file should not be an error | 1999-04-18 | 1 | -36/+78 | |
| | | | | | o Correct odbm support o Add man links for ndbm and odbm | ||||
* | real dbm_rdonly | 1999-02-16 | 1 | -5/+13 | |
| | |||||
* | kludge to get rid of dbm_rdonly not being defined | 1999-02-16 | 1 | -2/+5 | |
| | |||||
* | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | 1999-02-15 | 1 | -3/+3 | |
| | | | | | | | routines since they cannot read a hashed .db file from the old code. Most of these files just have their RCS/SCCS tags standardized. Note that mpool.3 has not been updated to reflect the new mpool interface. o Add a real dbm(3) manpage | ||||
* | It's always a good idea to test those last minute changes to make sure they compile... | 1999-02-12 | 1 | -3/+3 | |
| | |||||
* | add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page) | 1999-02-12 | 1 | -18/+130 | |
| | |||||
* | need errno.h | 1997-02-16 | 1 | -1/+2 | |
| | |||||
* | buf oflow, danny@freebsd.org | 1997-02-15 | 1 | -1/+5 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | db release 1.85 | 1996-05-07 | 1 | -19/+40 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+208 | |