56489 | 09-Oct-1992 |
bostic |
close read file descriptor |
56488 | 09-Oct-1992 |
bostic |
update |
56487 | 09-Oct-1992 |
torek |
sscanf first arg should be "const char *" (from John Gilmore) |
56422 | 04-Oct-1992 |
margo |
Disallow O_WRONLY permission on hash files. |
56421 | 04-Oct-1992 |
bostic |
don't permit O_WRONLY |
56420 | 04-Oct-1992 |
bostic |
document that O_WRONLY isn't doable |
56419 | 04-Oct-1992 |
bostic |
litn |
56418 | 04-Oct-1992 |
bostic |
make it work for n==0: give in and run strlen first, then use memcpy from Chris Torek |
56417 | 04-Oct-1992 |
bostic |
lint |
56416 | 04-Oct-1992 |
bostic |
lint |
56414 | 04-Oct-1992 |
bostic |
fix include files |
56413 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56412 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56411 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56410 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56409 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56408 | 04-Oct-1992 |
bostic |
<sys/errno.h> -> <errno.h> |
56405 | 03-Oct-1992 |
bostic |
explicitly document renumbering effect of deletion |
56404 | 03-Oct-1992 |
bostic |
fix delete code (pinning was incorrect) |
56403 | 03-Oct-1992 |
ralph |
the field p_frag is a character and cgetnum takes apointer to a long. This causes an unaligned exception in some CPUs. |
56402 | 03-Oct-1992 |
bostic |
once half < nbytes, don't decrement further, can wrap around |
56401 | 03-Oct-1992 |
bostic |
bytes needed calculation for BLEAF parent page was wrong -- included data bytes as well. This caused a later error, not positive that it's fixed. Also, page was being allowed to split on "skipped" o
bytes needed calculation for BLEAF parent page was wrong -- included data bytes as well. This caused a later error, not positive that it's fixed. Also, page was being allowed to split on "skipped" offset, which caused root split to drop core
show more ...
|
56385 | 01-Oct-1992 |
bostic |
typo |
56374 | 01-Oct-1992 |
bostic |
requires unistd.h |
56373 | 01-Oct-1992 |
bostic |
"touch foo; ls foo**" returned no match; from Christos |