summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/ndbm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+4
| | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@
* zap remaining rcsid.espie2005-08-081-9/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansi and ARSUSEDderaadt2004-09-151-4/+4
|
* another errno -> err in a structure. OK deraadt@marc2004-06-211-4/+4
|
* Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.millert2004-05-031-5/+7
| | | | Also make the open functions take a mode_t, not int. OK deraadt@
* pull in headersderaadt2003-06-251-2/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* -Wall cleanup, make rcsid variables constavsm2003-05-011-2/+2
| | | | millert@ ok
* snprintfderaadt2002-06-051-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.millert2002-02-161-3/+3
|
* Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesmillert2000-08-011-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 errormillert1999-04-181-36/+78
| | | | | o Correct odbm support o Add man links for ndbm and odbm
* real dbm_rdonlymillert1999-02-161-5/+13
|
* kludge to get rid of dbm_rdonly not being definedimp1999-02-161-2/+5
|
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-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...millert1999-02-121-3/+3
|
* add old dbm-compatible interface from db-1.86 with minor changes by me (needs a man page)millert1999-02-121-18/+130
|
* need errno.hderaadt1997-02-161-1/+2
|
* buf oflow, danny@freebsd.orgderaadt1997-02-151-1/+5
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* db release 1.85deraadt1996-05-071-19/+40
|
* initial import of NetBSD treederaadt1995-10-181-0/+208