4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / lib / libc / db / hash /
1993-05-26 Keith Bosticput SCCS keywords back in
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-17 Keith Bosticadd a flags argument to the sync call
1993-02-22 Ralph Campbellfix prototype declaration for swap_header().
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-01-18 Keith Bosticcan't have a global "hashp", pass it around as an argument
1992-11-19 Keith Bostichash_put can now set the key, so key not a const *
1992-11-03 Keith Bosticjust in case, lseek lint
1992-11-03 Keith Bosticuse O_ACCMODE to extract O_WRONLY bit
1992-10-05 Margo SeltzerDisallow O_WRONLY permission on hash files.
1992-09-30 Margo SeltzerDo not allow the number of buffers to go negative.
1992-08-08 Keith BosticDon't increment bucket number when breaking out of...
1992-07-21 Keith Bostichandle sequential access when overflow pages have no...
1992-07-18 Keith Bosticlint
1992-07-18 Keith Bosticlseek takes an off_t, not a long
1992-07-18 Keith Bosticlint
1992-06-05 Keith Bosticcheck __get_buf return status
1992-05-16 Keith Bosticadd O_EXLOCK, O_SHLOCK to open falgs
1992-05-15 Keith Bosticdon't add overflow pages to pages that already have...
1992-05-12 Keith Bosticbitmaps should never be PAGE_INIT'd
1991-12-19 Keith BosticMake sure that the overflow points get initialized...
1991-11-27 Marc Teitelbaumdon't need whdr unless LITTLE_ENDIAN
1991-11-14 Keith Bosticundeclared structure
1991-11-13 Keith Bosticunnecessary assignment in BYTEORDER code
1991-09-27 Keith Bosticdoesn't need all of these includes
1991-09-27 Keith Bosticcheck hashp before closing the file descriptor on error
1991-09-12 Keith Bosticmake dbm_pagfno fail on compile, not at run-time
1991-09-12 Keith Bosticreturn -1 on error, not 1 in __put_page
1991-09-12 Keith Bostichash_open -> __hash_open; flush_meta checked wrong...
1991-09-09 Keith Bosticbump the hash version to 2; (allocate overflow pages...
1991-09-09 Keith Bosticlint
1991-09-09 Keith Bosticcheck return values, delete unused arguments, get now...
1991-09-09 Keith Bosticdelete unused arguments, modify some return values
1991-09-09 Keith Bosticlint -- unused variables, check return values of some...
1991-09-09 Keith Bosticadd dbm_dirfno, dbm_pagfno functions
1991-09-09 Keith Bosticneeds __DBINTERFACE_PRIVATE to get prototype for hash_open
1991-09-09 Keith Bosticdb.h needs __DBINTERFACE_PRIVATE to get prototype for...
1991-09-09 Keith Bosticdelete unused arguments to big_delete, big_keydata...
1991-09-09 Keith Bosticmake consistent in terms of BSD distribution
1991-09-07 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
1991-09-05 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
1991-06-18 Keith Bosticdon't use stdio for error messages
1991-06-18 Keith Bosticdon't use sprintf(3) so we don't drag in stdio
1991-04-02 Keith Bosticadd DB.type field to reflect type of underlying database
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticChange HASHINFO element ncached to cachesize for consis...
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith BosticMake all bucket and overflow addresses unsigned
1991-03-13 Keith Bosticmake dbm_fetch set dsize to 0 when elements aren't...
1991-03-04 Keith BosticDBT data changed to be unsigned, fix routines that...
1991-03-01 Keith Bosticpcc (dammit!)
1991-02-25 Keith BosticThere was a reason they included <sys/param.h> (MIN...
1991-02-24 Keith Bosticmake flags arguments right
1991-02-23 Keith BosticANSI prototypes
1991-02-23 Keith BosticANSI fix
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-23 Keith Bosticmore compatibility
1991-02-23 Keith Bosticneed stdio for DEBUG and HASH_STATISTICS
1991-02-22 Keith Bosticmake sure oaddr doesn't get set on empty pages
1991-02-22 Keith Bosticcount bitmaps so they can be free'd
1991-02-22 Keith Bosticclear errno on open/create after stat; count bitmaps...
1991-02-22 Keith Bosticmake sure free'd overflow pages are not reread from...
1991-02-22 Keith Bosticupdate from Margo Seltzer, for her partial distribution
1991-02-22 Keith BosticL_SET -> SEEK_SET
1991-02-22 Keith Bosticdon't put namestr into text space -- Thanks ANSI!
1991-02-22 Keith Bosticmove O_ACCMODE into ../dist/sysv.h
1991-02-21 Keith Bosticdon't do the fcntl unless the file was openeed
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-20 Keith Bosticmake return value static for hsearch interface
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-20 Keith Bosticmake -1 mean no open fd instead of 0
1991-02-20 Keith Bosticadd "pinning" to the buffer pool
1991-02-19 Mike A. Olsonneed to include db.h -- we use HASHINFO here
1991-02-15 Keith Bosticset file descriptors to be close-on-exec; block signals...
1991-02-15 Keith Bosticappend ".db" to the file name
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:12 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:10 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:08 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:07 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:05 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:04 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:02 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:00 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:58 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:56 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:54 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:10 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:25:02 by bostic