minor adjustments to explain memory use for heapsort and qsort
[unix-history] / usr / src / lib /
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
1991-09-02 Keith Bosticadd list of names, change "Stopped" to "Suspended"
1991-08-31 Keith Bostictypo
1991-08-20 Kirk McKusickdelete decryption for foreign sites
1991-08-20 Kirk McKusickdisable decryption for foreign sites
1991-08-17 Keith Bosticadd contrib line for Dan Bernstein
1991-08-17 Keith Bosticfread/frwrite return object count, not byte count
1991-08-07 Cynthia A. E. Livi... mdoc version three
1991-08-07 Cynthia A. E. Livi... fix history and .Os
1991-08-07 Cynthia A. E. Livi... fix misspelled BSD
1991-08-07 Elan AmirAlgorithm changed to cut down on number of calls to...
1991-08-07 Chris TorekMAN3+=, not MAN+3=
1991-08-05 Cynthia A. E. Livi... fix boo boo
1991-08-04 Cynthia A. E. Livi... add missing word
1991-08-01 Cynthia A. E. Livi... reposition display
1991-08-01 Cynthia A. E. Livi... prettied up a list
1991-08-01 Cynthia A. E. Livi... reposition display
1991-08-01 Cynthia A. E. Livi... change \(lq and \(rq to defined strings
1991-08-01 Keith Bosticdate and time created 91/07/31 17:20:57 by bostic
1991-08-01 Keith Bosticreturn 0 on success
1991-08-01 Cynthia A. E. Livi... tranpose two lines
1991-08-01 Cynthia A. E. Livi... fix string describing `NaN'
1991-07-31 Cynthia A. E. Livi... groff compat changes
1991-07-31 Cynthia A. E. Livi... add escape char (\&) to make groff happy
1991-07-31 Chris Toreksparc
1991-07-30 Mike Karelsuse alen for hex address, not nlen; no ':' if no addr
1991-07-30 Cynthia A. E. Livi... fix long parameter list
1991-07-26 Cynthia A. E. Livi... .Dd was not placed as first macro as should be
next