reorganization to move ufsmount ops to be vnode ops; blkatoff
[unix-history] / usr / src / lib /
1991-11-05 Keith Bostichash_open -> dbopen
1991-11-05 Keith Bosticbreak FFS into UFS/FFS/LFS
1991-10-30 Cynthia A. E. Livi... `an' should have been `and'
1991-10-29 Keith BosticKNF, ANSI cleanups
1991-10-28 Keith Bosticinitialize page size so recognize when the user doesn't!
1991-10-28 Keith Bosticlist the specific ASCII characters handled by the isXXX...
1991-10-25 Keith Bosticprototype the functions
1991-10-25 Marc Teitelbaumu-area is pageable under new VM. no need to read from...
1991-10-25 Marc Teitelbaummore error checking. cruft.
1991-10-24 Keith Bosticdate and time created 91/10/23 17:00:24 by bostic
1991-10-24 Keith Bosticadd isblank(3); call things functions consistently...
1991-10-24 Keith Bosticadd isblank, minor KNF whacks
1991-10-18 Kirk McKusickdo not close the directory twice (4.3BSD-reno/lib/8)
1991-10-12 Keith BosticPOSIX has utime, so it's in the C library to stay
1991-10-11 Keith Bostictypo on meta bit checking
1991-10-10 Keith Bostic-1 with the super-user also excludes the sending process
1991-09-28 Keith BosticKNF patrol
1991-09-28 Elan AmirChanged macros so that all the arguments in them are...
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:53:29 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:49:34 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:49:33 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:47:21 by marc
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-27 Keith BosticDan Bernstein's fix to allow INT_MAX nmemb
1991-09-26 Keith Bosticclose the open database
1991-09-24 Cynthia A. E. Livi... deleted bogus line space
1991-09-24 Keith Bosticminor adjustments to explain memory use for heapsort...
1991-09-24 Keith Bosticfix copyright header
1991-09-24 Keith Bosticminor cleanups by Elan and I.
1991-09-24 Keith Bosticclose db file after oen
1991-09-23 Cynthia A. E. Livi... fix parens
1991-09-15 Keith Bosticmove strerror from stdio to here
1991-09-15 Keith Bosticmove strerror to string
1991-09-15 Keith Bostichash_open -> dbopen
1991-09-13 Keith Bosticdate and time created 91/09/12 12:03:57 by bostic
1991-09-13 Keith Bosticdb.3 -> dbopen.3
1991-09-13 Keith Bosticspell out relationship betweeen R_DUP and R_NOOVERWIRTE
1991-09-13 Keith Bosticdon't necessarily modify key in key/data return; don...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticget routines take const *key; move recno externs into...
1991-09-13 Keith Bosticchange bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticdelete maxkeypage; do pointer arithmetic in the macros...
1991-09-13 Keith Bosticdon't modify the key in get function; change __bt_first...
1991-09-13 Keith Bosticadd routine to dump the meta page
1991-09-13 Keith Bosticmake the swap code for both in and out routines the...
1991-09-13 Keith Bosticfix cursor code in various minor ways; fix the cursor...
1991-09-13 Keith Bosticfix overflow checking code to always keep the key in...
1991-09-13 Keith Bosticremove maxkeypage, fix minkeypage and rename to bt_ovfl...
1991-09-13 Keith Bosticmake close of RDONLY succeed; fix sync call to handle...
1991-09-13 Keith Bosticadd append, icursor; add ability to print out page 0
1991-09-12 Keith Bosticdate and time created 91/09/11 16:29:28 by bostic
1991-09-12 Keith Bosticuse intermediate on realloc so can recover from failure
1991-09-12 Keith Bosticdrop exact flag (always exact if found at all); increme...
1991-09-12 Keith Bosticredo cursor implementation, __rec_search interface
1991-09-12 Keith Bosticcheck user flags; minor error changes
1991-09-12 Keith Bosticcheck user flags; redo cursor implementation; recno...
1991-09-12 Keith Bosticredo cursor deletion; specify delete to __rec_search...
1991-09-12 Keith Bostictruncate when finished writing the file
1991-09-12 Keith Bostictake const for key argument; specify SEARCH to __rec_search
1991-09-12 Keith Bosticadd __rec_dleaf; __rec_get takes const key; __rec_searc...
1991-09-12 Keith Bosticdate and time created 91/09/11 16:17:35 by bostic
1991-09-12 Keith Bosticuse dbopen, not hash_open
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-12 Keith Bosticremove __hash_open stub, change dbpanic get call to...
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-09 Keith Bosticadd R_APPEND, R_CURSOR to put routine; seq call now...
1991-09-09 Keith Bosticcomment out maxkeypage for now
1991-09-07 Ralph Campbelladded mips
1991-09-07 Ralph Campbelladd mips
1991-09-07 Ralph Campbellindex() is not static its extern
1991-09-07 Ralph Campbelladd ifdef mips
1991-09-07 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
1991-09-05 Keith Bosticdate and time created 91/09/04 15:36:17 by bostic
1991-09-05 Keith Bosticadd mpool
1991-09-05 Keith Bosticdocument that the key gets set on a "get" as well as...
1991-09-05 Keith Bosticdate and time created 91/09/04 14:33:20 by bostic
1991-09-05 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
1991-09-05 Keith Bosticnew structure
1991-09-05 Keith BosticRev #2. Redo the btree code add recno's and checkpoint
1991-09-05 Keith Bosticdate and time created 91/09/04 12:44:43 by bostic
1991-09-05 Keith Bosticdate and time created 91/09/04 12:44:33 by bostic
1991-09-05 Keith Bosticclean up SCCS headers, include files
1991-09-05 Keith BosticRev #2 (after ANSI/POSIX changes to hash)
1991-09-05 Keith Bosticcheckpoint btree mpool
1991-09-05 Keith Bosticbreak db(3) up into multiple manual pages
1991-09-04 Keith Bosticuse SIG_ERR, not BADSIG
1991-09-04 Keith Bosticfread/fwrite return size_t
next