Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set type to DB_RECNO in __rec_open() for consistency with other db types. | 2020-12-01 | 1 | -1/+2 | |
| | | | | From Boudewijn Dijkstra | ||||
* | Delete casts to off_t and size_t that are implied by assignments | 2016-09-21 | 2 | -5/+5 | |
| | | | | | | | or prototypes. Ditto for some of the char* and void* casts too. verified no change to instructions on ILP32 (i386) and LP64 (amd64) ok natano@ abluhm@ deraadt@ millert@ | ||||
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | 2015-08-27 | 1 | -1/+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 | 2 | -33/+2 | |
| | |||||
* | tidy up by inlining next level included makefiles | 2015-04-06 | 1 | -6/+0 | |
| | | | | ok deraadt guenther | ||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -3/+1 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | realloc can handle NULL values. From Charles Longeau. | 2007-08-08 | 2 | -14/+6 | |
| | | | | OK jaredy. | ||||
* | Let realloc handle NULL pointers, plus a spacing fix. | 2007-08-07 | 1 | -8/+4 | |
| | | | | OK millert and moritz. | ||||
* | zap rcsid | 2005-08-05 | 8 | -67/+8 | |
| | |||||
* | ansify. ok deraadt@ moritz@ | 2005-03-23 | 8 | -77/+33 | |
| | |||||
* | deregister | 2005-01-03 | 1 | -4/+4 | |
| | |||||
* | Avoid namespace pollution by renaming index variables -> idx. | 2005-01-03 | 3 | -28/+28 | |
| | | | | Idea from NetBSD; OK deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 10 | -67/+27 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | -Wall cleanup, make rcsid variables const | 2003-05-01 | 8 | -15/+15 | |
| | | | | millert@ ok | ||||
* | Cosmetic changes such as correct printf format specifiers on LP64 | 2002-02-25 | 1 | -4/+6 | |
| | | | | machines and whitespace nits. Some from NetBSD. | ||||
* | 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 | 2 | -21/+21 | |
| | |||||
* | Fill in missing (default) mmap(2) flag MAP_FILE. | 2002-01-31 | 1 | -3/+3 | |
| | | | | mycroft@netbsd.org | ||||
* | -1 -> MAP_FAILED | 2001-05-11 | 1 | -3/+3 | |
| | |||||
* | prevent type overflow; dzerkel@columbus.rr.com | 2000-11-21 | 1 | -3/+3 | |
| | |||||
* | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | 1999-02-15 | 9 | -10/+56 | |
| | | | | | | | 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 | ||||
* | realloc repair | 1998-08-14 | 2 | -10/+18 | |
| | |||||
* | some -Wall | 1998-03-19 | 1 | -3/+3 | |
| | |||||
* | tabify | 1997-07-23 | 2 | -5/+5 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -2/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 11 | -64/+11 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | db release 1.85 | 1996-05-07 | 11 | -169/+237 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 11 | -0/+1674 | |