4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / db /
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-04 Keith Bosticdocument defaults for cachesize, psize
1993-06-02 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-02 Keith Bosticnote that it's available by anonymous ftp from various...
1993-05-31 Keith Bosticgive up on the EFBIG test
1993-05-26 Keith Bosticput SCCS keywords back in
1993-05-25 Keith Bosticupdate for Margo
1993-05-25 Keith Bostic1.4 -> 1.5
1993-05-25 Keith Bosticadd __rec_fd, to return a file descriptor
1993-05-25 Keith Bosticadd fd routine, to return a file descriptor
1993-05-24 Keith Bosticadd in __bt_fd, to return a file descriptor
1993-05-24 Keith BosticAdd fd interface routine to return file descriptor...
1993-05-24 Keith BosticDynamically compute fill factor (if not user specified...
1993-05-24 Keith BosticChange default page size to 4K and fill factor to 40.
1993-05-24 Keith BosticUse 4K page default. Use dynamically computed fill...
1993-05-23 Keith Bosticrecno bug -- if split to a new page on index 0 (a sorte...
1993-05-23 Keith Bosticmake test3 try different page size
1993-05-23 Keith Bosticsupport 64K pages
1993-05-23 Keith Bosticadd psize to RECNO
1993-05-20 Keith Bosticreturning the wrong structure from the -i option
1993-05-20 Margo Seltzeruse TMPDIR to specify where the output goes, it can...
1993-05-17 Keith Bosticwas going to add a flags argument to the sync call...
1993-05-17 Keith Bosticadd psize to the recno structure, to pass down to the...
1993-05-17 Keith Bosticadd a flags argument to the sync call, add R_RECNOSYNC...
1993-05-17 Keith Bosticpass psize down to the btree routines
1993-05-17 Keith Bosticadd a flags argument to the sync call
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticunderlying btree is always O_RDWR, recno may be O_RDONLY
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticbreak modify into two parts, recno file modify and...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticlint; break BTF flags up into btree/recno (B_, R_)...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticsync now takes a flags argument
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-17 Keith Bosticlint; break BTF flags up into btree/recno (B_, R_)...
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-05-11 Keith Bostic1.3 -> 1.4
1993-05-11 Keith Bosticdelete R_CURSORLOG from the interface (and the code)
1993-05-11 Keith Bosticdelete R_CURSORLOG
1993-05-08 Keith Bosticavoid zero-length record at EOF
1993-05-08 Keith Bostictype mismatch
1993-05-07 Keith Bosticanother shot at fixing the SIZE_T_MAX test
1993-05-02 Keith Bosticlint
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
next