added whiteout
[unix-history] / usr / src / lib / libc / db /
1994-04-03 Keith Bostic1.74 -- not going to get the Alpha port into Lite
1994-03-15 Keith Bosticlint
1994-03-01 Keith Bosticdon't assign to the data structure until after the...
1994-03-01 Keith BosticWhen you put a record beyond the "end" of the database...
1994-02-23 Keith Bosticupdate the comment
1994-02-22 Keith Bosticdelete the library before loading it
1994-02-22 Keith Bosticcast alloc's to shut SunOS up
1994-02-22 Keith Bosticadd strerror.c for portability
1994-02-22 Keith Bosticmake SunOS shut up
1994-02-22 Keith Bostica little info on how to build the test program and...
1994-02-22 Keith Bosticadd INC macro, so user's can point a -I flag
1994-02-22 Keith Bosticdon't need strerror(3)
1994-02-22 Keith Bosticmove clean after the lib build line
1994-02-22 Keith Bosticupdate for 1.74
1994-02-22 Keith Bosticadd OORG macro
1994-02-22 Keith Bosticminor cleanup
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into the Makefile (Makefile...
1994-02-22 Keith Bosticfirst pass at making DB use basic integral types (the...
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into Makefile.inc
1994-02-18 Keith Bosticdon't try and put the page if __rec_search fails!!
1994-01-14 Keith BosticFixes a small memory leak (476 bytes) in libc's databas...
1994-01-03 Keith Bosticintegrate latest version into 4.4BSD-Lite
1994-01-03 Keith Bosticmake the man page RECNOINFO element order match the...
1994-01-03 Keith Bosticmake the db.h HASHINFO element order match the man...
1994-01-03 Keith Bosticmake db.h BTREEINFO include ordering match the man...
1994-01-03 Keith Bosticcopyediting for Usenix manuals
1993-12-20 Keith Bosticupdate to 1.73
1993-12-20 Keith Bosticcheckpoint for 1.73,
1993-12-19 Keith Bostictypo
1993-12-11 Keith Bosticsearch both backwards and forwards if the page is empty and
1993-12-04 Keith Bosticif enough duplicate keys are entered and deleted, it...
1993-11-03 Keith Bosticnote that announcements are made of future releases
1993-10-13 Keith Bostictypo
1993-10-13 Keith Bosticup to 1.72
1993-10-13 Keith Bostichash can actually read version 1 as well as version...
1993-09-17 Keith Bosticnote there are formatted man pages
1993-09-17 Keith Bosticupdate to 1.71
1993-09-17 Keith Bosticclear the DB structure (bt_pinned wasn't initialized)
1993-09-17 Keith Bosticwas returning a pointer into the stack!
1993-09-17 Keith Bosticmake it so you can a class of tests, too
1993-09-17 Keith Bosticif btree STATISTICS compiled in, print them out
1993-09-15 Keith Bosticthe __rec_search value shouldn't be stored in a static...
1993-09-15 Keith Bosticthe __bt_search value shouldn't be stored in a static...
1993-09-14 Keith BosticO_NONBLOCK is reasonable for an open(2) flag
1993-09-12 Keith Bosticndbm will pass none of the (future) DB flags
1993-09-08 Keith Bosticrewrite test20 in old-style awk commands
1993-09-08 Keith Bosticone more try, with feeling
1993-09-08 Keith Bosticredo test20 in old-style awk programming, too
1993-09-08 Keith Bosticneed PORT directory, too, to pick up <sys/XXX.h>
1993-09-08 Keith Bosticlint
1993-09-08 Keith Bostic1.7
1993-09-08 Keith Bosticadd DB_ flags to calls to access method open routines
1993-09-08 Keith Bosticadd DB_ flags to __hash_open()
1993-09-08 Keith Bosticadd DB_ flags to __hash_open()
1993-09-08 Keith Bosticif DB_LOCK not set, pin page across calls and don't...
1993-09-08 Keith Bosticadd DB_ flags to __rec_open
1993-09-08 Keith Bosticif DB_LOCK not set, pin page across calls and don't...
1993-09-08 Keith Bostic__bt_open declared in db.h, don't need it here
1993-09-08 Keith Bosticadd B_DB_{LOCK,SHMEM,TXN}, local copies of DB_{LOCK...
1993-09-08 Keith Bosticif DB_LOCK not set, pin page across calls and don't...
1993-09-08 Keith Bosticadd DB_ flags to __bt_open
1993-09-08 Keith Bosticadd in recno as an example of local compilation of...
1993-09-08 Keith Bosticadd -l flag to set Db_LOCK
1993-09-07 Keith Bosticdocument DB_LOCK, DB_SHMEM and DB_TXN for later use
1993-09-07 Keith Bosticremove temporary files when the run is done
1993-09-07 Keith Bosticadd a make clean
1993-09-07 Keith Bosticput in an old-style Makefile
1993-09-07 Keith Bosticdictionary is in one of two places, normally
1993-09-07 Keith Bosticrework for separate architecture/os directories a la nvi
1993-09-07 Keith Bosticmove MISC information into the README
1993-09-07 Keith Bosticalways pass the appropriate overflow page address
1993-09-07 Keith BosticMargo's version that's theoretically portable
1993-09-07 Keith Bosticstrtol -> atoi
1993-08-28 Keith Bosticthere's no way to portably test this
1993-08-18 Keith Bosticstrtoul -> atoi, add compat.h for memmove() call
1993-08-18 Keith Bosticbug fixes from Margo
1993-08-18 Keith Bosticadd LIBTP reference, clean up additional reference...
1993-08-17 Keith BosticSunOS 4.1.3 and SVR4 require either MAP_PRIVATE or...
1993-07-10 Keith Bosticdon't increment/change a void *, cast to char * (thanks...
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bosticput in Margo's latest fixes, got to 1.6
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith BosticWhen bumping splitpoint, begin overflow page number...
1993-06-07 Keith Bostichash_realloc should zero out the newly allocated memory,
1993-06-07 Keith BosticThe short at page[2] contains the flag value that ident...
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bosticdon't collide with err(3)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bostictypo's (cachesize *should* be a size_t, but not this...
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bosticthis doesn't need a copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bosticthis script doesn't need a copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bosticadd sccs keyword line
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
next