56731 | 13-Nov-1992 |
bostic |
date and time created 92/11/13 14:33:38 by bostic |
56707 | 10-Nov-1992 |
bostic |
increment necessary dsize by 1 so that we don't crash if the first record retrieved is 0 length. |
56703 | 07-Nov-1992 |
bostic |
only permit O_RDONLY or O_RDWR, not O_WRONLY |
56702 | 07-Nov-1992 |
bostic |
check RDONLY bit on sync, before close |
56701 | 07-Nov-1992 |
bostic |
check MODIFIED bit on sync, before close |
56669 | 02-Nov-1992 |
bostic |
just in case, lseek lint |
56661 | 02-Nov-1992 |
bostic |
use O_ACCMODE to extract O_WRONLY bit |
56618 | 23-Oct-1992 |
bostic |
patch for leading '-' in ranges (sed fix from Henry) |
56595 | 20-Oct-1992 |
bostic |
add bt_page.c |
56588 | 17-Oct-1992 |
bostic |
snprintf returns printed length, not actual length |
56569 | 16-Oct-1992 |
torek |
we have a perfectly good index.s; let's use it |
56558 | 13-Oct-1992 |
bostic |
bcopy the pgno/size for overflow pages, may not be long aligned flag all overflow pages with P_OVERFLOW, not just the first one. |
56557 | 13-Oct-1992 |
bostic |
make 'e' handle a carriage return, add comparison command |
56556 | 13-Oct-1992 |
bostic |
prettiness |
56555 | 13-Oct-1992 |
bostic |
make e command handle carriage returns |
56554 | 13-Oct-1992 |
bostic |
add comparisons to overflow page test |
56553 | 13-Oct-1992 |
bostic |
add comparison operator |
56550 | 13-Oct-1992 |
bostic |
document PT_ATTACH and PT_DETACH, from Craig Leres |
56501 | 11-Oct-1992 |
bostic |
minor wording updates |
56500 | 10-Oct-1992 |
bostic |
date and time created 92/10/10 10:18:44 by bostic |
56495 | 09-Oct-1992 |
bostic |
add overflow page test |
56493 | 09-Oct-1992 |
bostic |
done freeing overflow page check had a typo, pages not being freed implement free page reuse |
56492 | 09-Oct-1992 |
bostic |
implement free page reuse |
56491 | 09-Oct-1992 |
bostic |
implement free page reuse |
56490 | 09-Oct-1992 |
bostic |
add bt_page.c |