Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NULL-checks before free() and a few related dead assignments. | 2015-12-28 | 1 | -3/+2 | |
| | | | | ok and valuable input from millert@ | ||||
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | 2015-08-27 | 1 | -3/+3 | |
| | | | | | | symbols that are not longer exported. (This improves the generated code.) ok deraadt@ | ||||
* | remove the stubby not working mmaped file support. ok sthen (long ago) | 2015-07-16 | 1 | -2/+1 | |
| | |||||
* | tidy up by inlining next level included makefiles | 2015-04-06 | 1 | -7/+0 | |
| | | | | ok deraadt guenther | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 5 | -19/+13 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards | 2014-09-15 | 1 | -6/+3 | |
| | | | | ok miod@ | ||||
* | one calloc from Benjamin Baier, one from me. | 2014-05-25 | 1 | -5/+3 | |
| | |||||
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | 2013-09-30 | 1 | -3/+2 | |
| | | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@ | ||||
* | use FD_CLOEXEC instead of 1; from David Hill | 2013-04-29 | 1 | -2/+2 | |
| | | | | ok otto | ||||
* | Check snprintf(3) return value for error or truncation. | 2007-09-17 | 1 | -5/+11 | |
| | | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@ | ||||
* | Let realloc handle NULL. Initial diff from Charles Longeau. | 2007-08-08 | 2 | -8/+5 | |
| | | | | OK millert and jaredy. | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -9/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | zap rcsid | 2005-08-05 | 12 | -108/+12 | |
| | |||||
* | ansify. ok deraadt@ moritz@ | 2005-03-23 | 13 | -199/+76 | |
| | |||||
* | deregister | 2005-01-03 | 1 | -6/+6 | |
| | |||||
* | Avoid namespace pollution by renaming index variables -> idx. | 2005-01-03 | 4 | -77/+77 | |
| | | | | Idea from NetBSD; OK deraadt@ | ||||
* | Make a u_int32_t-sized copy of data->size and key->size (which are size_t) | 2005-01-03 | 1 | -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 Berkeley | 2003-06-02 | 15 | -103/+43 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | -Wall cleanup, make rcsid variables const | 2003-05-01 | 13 | -26/+26 | |
| | | | | millert@ ok | ||||
* | Cosmetic changes such as correct printf format specifiers on LP64 | 2002-02-25 | 3 | -37/+34 | |
| | | | | machines and whitespace nits. Some from NetBSD. | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -3/+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. | 2002-02-16 | 10 | -71/+71 | |
| | |||||
* | Fix a condition where the hole would be inserted in the wrong place during a | 2002-02-01 | 1 | -4/+4 | |
| | | | | split; mycroft@netbsd.org | ||||
* | return 0, not NULL, the function returns an int | 2001-09-16 | 1 | -3/+3 | |
| | |||||
* | bt_open.c: parenthesize - and & proper (from freebsd); | 2000-10-03 | 1 | -6/+6 | |
| | | | | | | hash_bigkey.c: fix NULL dereference exposed on big bsize values; hash_buf.c: fix DEBUG1 cases to make them print, not crash; hash.3: document real default values for bsize and ffactor. | ||||
* | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | 1999-02-15 | 15 | -33/+116 | |
| | | | | | | | 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 | ||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | ||||
* | do not toss memory dribble into the output files (small performance loss) | 1998-08-28 | 1 | -3/+1 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -3/+5 | |
| | |||||
* | some -Wall | 1998-03-19 | 2 | -5/+6 | |
| | |||||
* | Bug fixes from Sleepycat Software for db_btree databases; for some corner | 1997-11-13 | 2 | -4/+7 | |
| | | | | cases in splitting pages, and for correctly updating data base metadata. | ||||
* | tabify | 1997-07-23 | 2 | -4/+4 | |
| | |||||
* | use issetugid() to protect against bad getenv | 1996-08-26 | 1 | -3/+4 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 16 | -99/+16 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Not part of current db distribution | 1996-08-19 | 1 | -0/+0 | |
| | |||||
* | db release 1.85 | 1996-05-07 | 17 | -984/+1167 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 17 | -0/+4704 | |