BSD 4_4_Lite1 release
[unix-history] / usr / src / lib / libc / db / recno / rec_open.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-02-23 Keith Bosticupdate the comment
1994-02-22 Keith Bosticfirst pass at making DB use basic integral types (the...
1993-09-08 Keith Bosticlint
1993-09-08 Keith Bosticadd DB_ flags to __rec_open
1993-08-17 Keith BosticSunOS 4.1.3 and SVR4 require either MAP_PRIVATE or...
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-31 Keith Bosticgive up on the EFBIG test
1993-05-25 Keith Bosticadd __rec_fd, to return a file descriptor
1993-05-17 Keith Bosticpass psize down to the btree routines
1993-05-17 Keith Bosticunderlying btree is always O_RDWR, recno may be O_RDONLY
1993-05-07 Keith Bosticanother shot at fixing the SIZE_T_MAX test
1993-03-24 Ralph Campbellinitialize uninitialized fields in btopeninfo. minor...
1993-03-20 Keith Bosticguarantee that bt_rfd gets set; pipes are read-only...
1993-03-01 Keith Bosticcast the SIZE_T_MAX, so compilers don't get upset
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
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-11-14 Keith Bosticadd in-memory versions of recno trees, lint fixes
1992-11-08 Keith Bosticonly permit O_RDONLY or O_RDWR, not O_WRONLY
1992-07-18 Keith Bosticlseek takes an off_t, not a long
1992-07-17 Keith Bosticdon't test rec_len field if flag bit not set
1992-07-16 Keith Bosticmmap returns -1 on error
1992-06-25 Keith Bosticuse constant SIZE_T_MAX instead of knowing what size...
1992-06-24 Keith Bosticsecond arg to mmap is a size_t, MAP_FILE disappears
1992-06-24 Keith Bosticmake eof flag part of each BT struct; test for sb.st_si...
1991-09-12 Keith Bosticcheck user flags; minor error changes
1991-09-05 Keith BosticRev #2. Redo the btree code add recno's and checkpoint
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4