summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_put.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsidespie2005-08-051-9/+1
|
* ansify. ok deraadt@ moritz@otto2005-03-231-11/+4
|
* Avoid namespace pollution by renaming index variables -> idx.millert2005-01-031-15/+15
| | | | Idea from NetBSD; OK deraadt@
* Make a u_int32_t-sized copy of data->size and key->size (which are size_t)millert2005-01-031-5/+7
| | | | | so when we memmove() it we get the correct 32 bits copied on sparc64. Adapted from FreeBSD. OK otto@
* 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
* 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
|
* o Minor changes from db.1.86 (sleepycat). Does not include the new hashmillert1999-02-151-1/+7
| | | | | | | 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
* some -Wallmillert1998-03-191-2/+3
|
* tabifykstailey1997-07-231-2/+2
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* db release 1.85deraadt1996-05-071-49/+51
|
* initial import of NetBSD treederaadt1995-10-181-0/+324