summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/ndbm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-3/+4
* zap remaining rcsid.espie2005-08-081-9/+1
* 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
* pull in headersderaadt2003-06-251-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* -Wall cleanup, make rcsid variables constavsm2003-05-011-2/+2
* 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
* o Opening a zero-length hash file should not be an errormillert1999-04-181-36/+78
* 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
* 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
* db release 1.85deraadt1996-05-071-19/+40
* initial import of NetBSD treederaadt1995-10-181-0/+208