Age | Commit message (Expand) | Author |
2006-04-03 | a few size_t casts are needed here; ok otto | Theo de Raadt |
2006-03-19 | Fix a mem leak and a potential NULL deref; from NetBSD's coverity analysis. | Otto Moerbeek |
2006-01-25 | Fix a memory leak that could be trigged by a read error | Todd C. Miller |
2006-01-24 | Add missing break; in a switch case statement from r1.7 pread() changes. From | Aaron Campbell |
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek |
2005-10-10 | Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro. | Otto Moerbeek |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-08-05 | zap rcsid | Marc Espie |
2005-07-17 | - punctuation, macro, layout, wording improvements | Jared Yanovich |
2005-03-23 | ansify. ok deraadt@ moritz@ | Otto Moerbeek |
2005-01-03 | deregister | Todd C. Miller |
2005-01-03 | Avoid namespace pollution by renaming index variables -> idx. | Todd C. Miller |
2005-01-03 | Make a u_int32_t-sized copy of data->size and key->size (which are size_t) | Todd C. Miller |
2004-10-01 | Avoid overwriting the cursor page when the cursor page becomes the | Otto Moerbeek |
2004-09-15 | ansi and ARSUSED | Theo de Raadt |
2004-06-24 | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. | Todd C. Miller |
2004-06-21 | another errno -> err in a structure. OK deraadt@ | Marco S Hyman |
2004-05-05 | O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3) | Todd C. Miller |
2004-05-03 | Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. | Todd C. Miller |
2003-10-21 | datbase -> database; from Jared Yanovich | Jason McIntyre |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-07 | convert some complicated lists to displays; | Jason McIntyre |
2003-06-25 | pull in headers | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-30 | section reorder; | Jason McIntyre |
2003-05-07 | typos; | Jason McIntyre |
2003-05-01 | -Wall cleanup, make rcsid variables const | Anil Madhavapeddy |
2002-06-05 | snprintf | Theo de Raadt |
2002-05-31 | use int32_t, not int, for on-disk format structure. | Jun-ichiro itojun Hagino |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-03-25 | Fix temporary buffer memory leak with big hash keys and data; | Todd C. Miller |
2002-02-25 | Cosmetic changes such as correct printf format specifiers on LP64 | Todd C. Miller |
2002-02-24 | We have search.h in /usr/include so we don't need this private one. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-09 | Allow O_SYNC and O_NOFOLLOW flags in dbopen() | Todd C. Miller |
2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value | Todd C. Miller |
2002-02-01 | Return a useful errno value in the overflow case. Also, print a | Todd C. Miller |
2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an | Todd C. Miller |
2002-02-01 | After writing a page out to disk, run the page back through the user's | Todd C. Miller |
2002-02-01 | Fix a condition where the hole would be inserted in the wrong place during a | Todd C. Miller |
2002-01-31 | Fill in missing (default) mmap(2) flag MAP_FILE. | Todd C. Miller |
2002-01-31 | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | Todd C. Miller |
2001-09-16 | return 0, not NULL, the function returns an int | Artur Grabowski |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-08-04 | Move decision whether to make a new hash table or not to be after | Todd C. Miller |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |