summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_open.c
Commit message (Expand)AuthorAgeFilesLines
* libc: make more use of the howmany() macro when available.pfg2016-04-261-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-2/+3
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-131-5/+2
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-281-5/+12
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-281-2/+6
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-281-4/+2
* Save errno before calling _close(), which may clear it.delphij2009-03-231-2/+4
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-041-1/+1
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-021-10/+5
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-3/+5
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-4/+4
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-4/+6
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* General -Wall warning cleanup, part I.jkh1996-07-121-4/+4
* Fix conflicts and merge into mainlinepst1996-02-271-36/+40
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+440
OpenPOWER on IntegriCloud