add BTF_EOF to test instead of bt_reof
[unix-history] / usr / src / lib / libc / db /
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
1992-11-14 Keith Bosticadd R_SETCURSOR, R_APPEND -> R_CURSORLOG
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticreorder malloc/mpool_get for simplicity; save off error...
1992-11-14 Keith Bosticabort() if unrecognized switch value; initialize nksize...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticbt_put can set the key, now, no longer const arg
1992-11-14 Keith Bosticadd BTF_RINMEM for recno in memory trees
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticlitn
1992-11-14 Keith Bosticuse SET/ISSET, lint
1992-11-11 Keith Bosticincrement necessary dsize by 1 so that we don't crash...
1992-11-08 Keith Bosticonly permit O_RDONLY or O_RDWR, not O_WRONLY
1992-11-08 Keith Bosticcheck RDONLY bit on sync, before close
1992-11-08 Keith Bosticcheck MODIFIED bit on sync, before close
1992-11-03 Keith Bosticjust in case, lseek lint
1992-11-03 Keith Bosticuse O_ACCMODE to extract O_WRONLY bit
1992-10-21 Keith Bosticadd bt_page.c
1992-10-14 Keith Bosticbcopy the pgno/size for overflow pages, may not be...
1992-10-14 Keith Bosticmake 'e' handle a carriage return, add comparison command
1992-10-14 Keith Bosticprettiness
1992-10-14 Keith Bosticmake e command handle carriage returns
1992-10-14 Keith Bosticadd comparisons to overflow page test
1992-10-14 Keith Bosticadd comparison operator
next