check hashp before closing the file descriptor on error
[unix-history] / usr / src / lib / libc / db / hash / hash.c
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