Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete old lint ARGSUSED comments | 2015-11-01 | 1 | -4/+1 | |
| | |||||
* | Move to the <limits.h> universe. | 2015-01-16 | 1 | -2/+1 | |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | CIRCLEQ begone. | 2013-12-02 | 1 | -22/+21 | |
| | | | | ok miller@ | ||||
* | Fix a memory leak that could be trigged by a read error | 2006-01-25 | 1 | -5/+11 | |
| | | | | | | | Update the count of currently cached pages in mpool_delete() Use CIRCLEQ_EMPTY in the loop that delets the lru cache Don't update the pageread statistic if there was a read error With aaron@, OK krw@ | ||||
* | Add missing break; in a switch case statement from r1.7 pread() changes. From | 2006-01-24 | 1 | -1/+2 | |
| | | | | dhelder AT arbor.net. millert@ ok | ||||
* | Use queue macros instead of directly accessing fields. ok millert@ | 2005-10-12 | 1 | -8/+5 | |
| | |||||
* | Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro. | 2005-10-10 | 1 | -3/+3 | |
| | | | | | | The latter might fail, depending on the actual implementation of CIRCLEQ_REMOVE. Found by a strict queue.h I'm working on. ok pedro@ millert@ | ||||
* | zap rcsid | 2005-08-05 | 1 | -9/+1 | |
| | |||||
* | ansify. ok deraadt@ moritz@ | 2005-03-23 | 1 | -40/+16 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | -Wall cleanup, make rcsid variables const | 2003-05-01 | 1 | -2/+2 | |
| | | | | millert@ ok | ||||
* | Cosmetic changes such as correct printf format specifiers on LP64 | 2002-02-25 | 1 | -3/+3 | |
| | | | | 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 | 1 | -7/+7 | |
| | |||||
* | After writing a page out to disk, run the page back through the user's | 2002-02-01 | 1 | -2/+11 | |
| | | | | | | | | | | | input filter to ensure we don't end up with a cached copy of the page in the wrong byte-order for the host cpu. This fixes a fatal bug which bites when the DB 'lorder' is different to the cpu's, and a cached page is accessed soon after it was flushed to disk. From scw@netbsd.org | ||||
* | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | 2002-01-31 | 1 | -14/+13 | |
| | | | | Based on changes from NetBSD (thorpej). | ||||
* | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | 1999-02-15 | 1 | -17/+65 | |
| | | | | | | | 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 | ||||
* | do not toss memory dribble into the output files (small performance loss) | 1998-08-28 | 1 | -3/+1 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+4 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | db release 1.85 | 1996-05-07 | 1 | -251/+180 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+540 | |