summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_open.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-281-3/+2
* Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwardsguenther2014-09-151-6/+3
* one calloc from Benjamin Baier, one from me.tedu2014-05-251-5/+3
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-3/+2
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-5/+11
* zap rcsidespie2005-08-051-9/+1
* ansify. ok deraadt@ moritz@otto2005-03-231-12/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* -Wall cleanup, make rcsid variables constavsm2003-05-011-2/+2
* Cosmetic changes such as correct printf format specifiers on LP64millert2002-02-251-6/+6
* 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-5/+5
* bt_open.c: parenthesize - and & proper (from freebsd);mickey2000-10-031-6/+6
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-6/+19
* tabifykstailey1997-07-231-2/+2
* use issetugid() to protect against bad getenvderaadt1996-08-261-3/+4
* Fix RCS idstholo1996-08-191-7/+1
* db release 1.85deraadt1996-05-071-33/+37
* initial import of NetBSD treederaadt1995-10-181-0/+446