60245 | 23-May-1993 |
bostic |
Change default page size to 4K and fill factor to 40. |
60244 | 23-May-1993 |
bostic |
Use 4K page default. Use dynamically computed fill factor default instead of fixed value. |
60234 | 22-May-1993 |
bostic |
recno bug -- if split to a new page on index 0 (a sorted split) was changing a random value as the new number of records on the left page |
60233 | 22-May-1993 |
bostic |
make test3 try different page size |
60232 | 22-May-1993 |
torek |
trying to get all the fields right is too much trouble: just reset to a minimal state and let __srefill or __swsetup do the dirty work |
60231 | 22-May-1993 |
bostic |
support 64K pages |
60230 | 22-May-1993 |
bostic |
support 64K pages |
60229 | 22-May-1993 |
bostic |
add psize to RECNO |
60227 | 22-May-1993 |
bostic |
sleep(3) returns a u_int |
60202 | 21-May-1993 |
bostic |
use paths.h name |
60201 | 21-May-1993 |
bostic |
Henry Spencer's Alpha 3.0 regex release |
60200 | 21-May-1993 |
bostic |
date and time created 93/05/21 16:06:31 by bostic |
60175 | 21-May-1993 |
bostic |
unknown font specification |
60166 | 20-May-1993 |
mckusick |
add KERN_BOOTTIME |
60159 | 20-May-1993 |
mckusick |
nits (net2/sys/26) |
60130 | 19-May-1993 |
bostic |
returning the wrong structure from the -i option |
60129 | 19-May-1993 |
margo |
use TMPDIR to specify where the output goes, it can be quite large |
60068 | 16-May-1993 |
bostic |
was going to add a flags argument to the sync call, rewrote it instead to just cast the return-error routine |
60067 | 16-May-1993 |
bostic |
add psize to the recno structure, to pass down to the btree add bfname to the recno structure, to specify the btree file name |
60066 | 16-May-1993 |
bostic |
add a flags argument to the sync call, add R_RECNOSYNC for RECNO |
60065 | 16-May-1993 |
bostic |
pass psize down to the btree routines |
60060 | 16-May-1993 |
bostic |
add a flags argument to the sync call |
60056 | 16-May-1993 |
bostic |
sync now takes a flags argument break modify flag into two parts, recno file modify and btree modify break BTF flags up into btree/recno (B_, R_) categories |
60055 | 16-May-1993 |
bostic |
underlying btree is always O_RDWR, recno may be O_RDONLY break BTF flags up into btree/recno (B_, R_) categories |
60054 | 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |