57575 | 16-Jan-1993 |
bostic |
simplify the readdir loop (from Marc) |
57534 | 14-Jan-1993 |
bostic |
The first param to getmntinfo(3) should be a "struct statfs **" not "int". |
57520 | 12-Jan-1993 |
bostic |
fix up |
57515 | 12-Jan-1993 |
bostic |
move cuserid() to libcompat, POSIX no longer requires it |
57508 | 12-Jan-1993 |
bostic |
move cfree into libcompat |
57505 | 12-Jan-1993 |
bostic |
date and time created 93/01/12 10:22:21 by bostic |
57504 | 12-Jan-1993 |
bostic |
empty has to be local for namespace reasons |
57484 | 11-Jan-1993 |
bostic |
add hash SRCS |
57483 | 11-Jan-1993 |
bostic |
realloc_srchlen should be patchable (??), but don't whack the namespace |
57469 | 10-Jan-1993 |
torek |
return via g2, not g7 (for ABI) |
57465 | 10-Jan-1993 |
bostic |
return an error if dn_expand() returns -1 |
57463 | 10-Jan-1993 |
bostic |
use strtok, not strsep for compatibility |
57462 | 10-Jan-1993 |
bostic |
fix includes for portability |
57461 | 10-Jan-1993 |
bostic |
add optind, optarg for compatibility |
57460 | 10-Jan-1993 |
bostic |
don't have empty then clauses |
57457 | 10-Jan-1993 |
bostic |
add -DSTATISTICS |
57456 | 10-Jan-1993 |
bostic |
add global dbp pointer for gdb calls; add psize parameter |
57455 | 10-Jan-1993 |
bostic |
add lots o' keys test with small page size to whack btree split code |
57451 | 10-Jan-1993 |
bostic |
if large key/data pairs, can split and still not have enough room for the new key. Pass the length of the new key into the split routines so the calculation is correct. Remove prefix compression w
if large key/data pairs, can split and still not have enough room for the new key. Pass the length of the new key into the split routines so the calculation is correct. Remove prefix compression when BINTERNAL pages are being split -- it's not possible (Bayer's paper agrees). Most of the actual split code was reworked, including cursor adjustment.
show more ...
|
57450 | 10-Jan-1993 |
bostic |
clear the stack in the search routine; it's a lot simpler |
57449 | 10-Jan-1993 |
bostic |
clear the stack in the search routine; it's a lot simpler |
57448 | 10-Jan-1993 |
bostic |
if the tree is being prefix compressed, it's possible to get a base of zero. |
57447 | 10-Jan-1993 |
bostic |
clear the stack in the search routine; it's a lot simpler |
57446 | 10-Jan-1993 |
bostic |
make numbers fixed size so it's easier to read |
57445 | 10-Jan-1993 |
bostic |
just clear the stack in on entry to put instead of trying to clear it when it's used |