checkpoint
[unix-history] / usr / src / lib / libc / db /
1993-05-02 Keith Bosticcheckpoint
1993-05-02 Keith Bosticadd different byte order test
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith Bosticadd code to swap the meta page as as it is read in...
1993-05-02 Keith Bosticlint (bug); don't swap meta information when writing...
1993-05-02 Keith Bosticrestore BTF_NODUPS and BTF_RECNO to their original...
1993-05-02 Keith Bosticrecognize different byte orders automatically; m_lorder...
1993-05-02 Keith BosticKNF
1993-05-02 Keith Bosticadd -f so can keep files across successive runs
1993-05-02 Keith Bosticadd -f so can keep files across successive runs
1993-05-01 Keith Bosticdescribe directory contents
1993-05-01 Keith Bosticupdate from Eric
1993-04-30 Keith Bosticmemmove needs a -D define
1993-04-30 Keith Bostic1.1 -> 1.2
1993-04-30 Keith Bosticadd memmove, realloc, snprintf
1993-04-30 Keith Bosticdon't put comments in shell printf commands
1993-04-30 Keith Bostictest for DB_RECNO type before freeing key.data
1993-04-30 Keith Bosticput db.h last, so that compatibility version works.
1993-03-26 Keith Bosticget file descriptor close logic right
1993-03-24 Ralph Campbellinitialize uninitialized fields in btopeninfo. minor...
1993-03-20 Keith Bosticupdate
1993-03-20 Keith Bosticguarantee that bt_rfd gets set; pipes are read-only...
1993-03-20 Keith Bosticadd BTF_EOF flag, test it instead of bt_reof
1993-03-20 Keith Bosticadd BTF_EOF to test instead of bt_reof
1993-03-20 Keith Bosticuse munmap to free up the mapped memory
1993-03-20 Keith Bosticadd BTF_EOF flag to test instead of bt_reof int
1993-03-20 Keith Bosticclean up mmap and file pointer uses in recno interface
1993-03-09 Keith Bosticset to 1.0
1993-03-09 Keith Bosticdate and time created 93/03/08 14:34:47 by bostic
1993-03-01 Keith Bosticcast SIZE_T_MAX so compilers don't get upset
1993-03-01 Keith Bosticcast the SIZE_T_MAX, so compilers don't get upset
1993-02-22 Ralph Campbellfix prototype declaration for swap_header().
1993-02-21 Keith Bosticsz is not the total size of the buffer, it's the remain...
1993-02-20 Keith Bosticmore lint
1993-02-20 Keith Bosticinitialize function pointers (lint)
1993-02-20 Keith Bosticfix some types for the Sun compiler
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-16 Keith Bostictypo on mktemp line
1993-02-16 Keith Bosticabort if unknown type
1993-02-15 Keith Bosticindex -> indx_t
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-15 Keith Bosticupdate for Eric and sendmail
1993-02-15 Keith Bosticdate and time created 93/02/14 14:42:07 by bostic
1993-02-12 Keith Bosticstrings.h -> string.h
1993-02-12 Keith Bostictypo, using wrong page in deletion loop; to test, inser...
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-02-12 Keith Bostictypo
1993-01-23 Keith Bostichave to push the dirty page back to mpool, before the...
1993-01-23 Keith Bostichave to push the dirty page out, or won't get sync'd
1993-01-18 Keith Bosticcan't have a global "hashp", pass it around as an argument
1993-01-13 Keith Bosticfix up
1993-01-13 Keith Bosticdate and time created 93/01/12 10:22:21 by bostic
1993-01-12 Keith Bosticadd hash SRCS
1993-01-11 Keith Bosticuse strtok, not strsep for compatibility
1993-01-11 Keith Bosticfix includes for portability
1993-01-11 Keith Bosticadd optind, optarg for compatibility
1993-01-11 Keith Bosticdon't have empty then clauses
1993-01-11 Keith Bosticadd -DSTATISTICS
1993-01-11 Keith Bosticadd global dbp pointer for gdb calls; add psize parameter
1993-01-11 Keith Bosticadd lots o' keys test with small page size to whack...
1993-01-11 Keith Bosticif large key/data pairs, can split and still not have...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticif the tree is being prefix compressed, it's possible...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticmake numbers fixed size so it's easier to read
1993-01-11 Keith Bosticjust clear the stack in on entry to put instead of...
1993-01-11 Keith Bosticadd prefix btree paper reference
1993-01-10 Keith BosticPut new key/data pair into split page before fixing...
1992-12-20 Keith Bosticread slowly if can't mmap the file
1992-12-05 Keith Bosticinitialize cursor so that first R_CURSORLOG works
1992-12-05 Keith Bosticminor cleanups
1992-12-05 Keith BosticR_APPEND -> R_CURSORLOG, add R_SETCURSOR
1992-12-05 Keith Bosticdocument cursor shift on insertion/deletion
1992-12-05 Keith Bosticinitialize the e->page element, not just the e->index...
1992-12-05 Keith Bostictest for duplicate btree keys
1992-12-05 Keith Bosticadd cursor flag test, recno reverse insert test
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith Bosticit's an insertion if R_IAFTER or R_IBEFORE are set...
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith BosticR_CURSOR fails if cursor not initialized or if cursor...
1992-12-05 Keith Bosticadd routine to dump a singlep age
1992-12-05 Keith Bosticadd routine to dump a single page
1992-12-05 Keith Bosticadd dump database command
1992-11-19 Keith Bosticuse __USE_OPEN_FLAGS macro from db.h
1992-11-19 Keith Bostichash_put can now set the key, so key not a const *
1992-11-14 Keith Bostictest R_CURSOR for both seq and put
1992-11-14 Keith Bostictest R_CURSOR use before initialization
1992-11-14 Keith Bosticput can now set the key, so it's not a const * anymore
1992-11-14 Keith Bosticreturn the keys as well as the data
1992-11-14 Keith Bosticreturn RET_SPECIAL if R_PREV and at record 1; check...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bostickey can be set by put, now, so no longer const *; chang...
1992-11-14 Keith Bosticadd in-memory versions of recno trees, lint fixes
1992-11-14 Keith Bostictest for initialization of the cursor before deleting...
1992-11-14 Keith Bosticrequire the cursor be initialized before deleting using...
1992-11-14 Keith Bosticcheck for in memory tree
1992-11-14 Keith Bosticcheck for in memory recno tree; __rec_ret takes new...
1992-11-14 Keith Bostic__rec_put can fill in the key, so it's no longer a...
1992-11-14 Keith Bosticlint cleanup, prettiness polic, add R_SETCURSOR
1992-11-14 Keith Bosticuse obj
next