BSD 4_4 release
[unix-history] / usr / src / lib / libc / db / hash / hash.c
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-24 Keith BosticAdd fd interface routine to return file descriptor...
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-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-05-16 Keith Bosticadd O_EXLOCK, O_SHLOCK to open falgs
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 Bosticcheck hashp before closing the file descriptor on error
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 Bosticcheck return values, delete unused arguments, get now...
1991-09-05 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
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-04 Keith BosticDBT data changed to be unsigned, fix routines that...
1991-02-24 Keith Bosticmake flags arguments right
1991-02-23 Keith BosticANSI prototypes
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-23 Keith Bosticneed stdio for DEBUG and HASH_STATISTICS
1991-02-22 Keith Bosticclear errno on open/create after stat; count bitmaps...
1991-02-22 Keith BosticL_SET -> SEEK_SET
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 Bosticmake -1 mean no open fd instead of 0
1991-02-15 Keith Bosticset file descriptors to be close-on-exec; block signals...
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:58 by bostic
1979-09-27 CSRGStart development on BSD 4_4