60349 | 24-May-1993 |
torek |
lint |
60298 | 24-May-1993 |
bostic |
add RLIMIT_MEMLOCK, RLIMIT_NOFILE, RLIMIT_NPROC; limits are now quads |
60295 | 24-May-1993 |
bostic |
use getrlimit to get _SC_OPEN_MAX and RLIMIT_NPROC per-process limits are resources, not sysctl(3) variables |
60294 | 24-May-1993 |
bostic |
per-process limits are resources, not sysctl(3) variables |
60282 | 24-May-1993 |
bostic |
date and time created 93/05/24 11:40:21 by bostic |
60281 | 24-May-1993 |
bostic |
add confstr |
60280 | 24-May-1993 |
bostic |
return length + 1, for null terminator |
60279 | 24-May-1993 |
bostic |
add pathconf.3 |
60278 | 24-May-1993 |
bostic |
MAX_INPUT is a min/max |
60277 | 24-May-1993 |
bostic |
date and time created 93/05/24 11:23:58 by bostic |
60276 | 24-May-1993 |
bostic |
add sysconf.0 |
60275 | 24-May-1993 |
bostic |
date and time created 93/05/24 10:58:50 by bostic |
60274 | 24-May-1993 |
bostic |
add KERN_MAXUFILES, KERN_MAXUPROC, USER_STREAM_MAX, USER_TZNAME_MAX |
60273 | 24-May-1993 |
bostic |
KERN_MAXPROC -> KERN_MAXUPROC for _SC_CHILD_MAX; POSIX 1003.1 requires that CLK_TCK be returned for _SC_CLK_TCK; KERN_MAXFILES -> KERN_MAXUFILES for _SC_OPEN_MAX; add USER_STREAM_MAX for _SC_STREAM_M
KERN_MAXPROC -> KERN_MAXUPROC for _SC_CHILD_MAX; POSIX 1003.1 requires that CLK_TCK be returned for _SC_CLK_TCK; KERN_MAXFILES -> KERN_MAXUFILES for _SC_OPEN_MAX; add USER_STREAM_MAX for _SC_STREAM_MAX, USER_TZNAME_MAX for _SC_TZNAME_MAX; add _SC_2_CHAR_TERM, _SC_2_UPE; fix binary returns to return -1 on "no".
show more ...
|
60272 | 24-May-1993 |
bostic |
add USER_STREAM_MAX, USER_TZNAME_MAX |
60271 | 24-May-1993 |
bostic |
update for Margo |
60270 | 24-May-1993 |
bostic |
1.4 -> 1.5 |
60269 | 24-May-1993 |
bostic |
add __rec_fd, to return a file descriptor |
60268 | 24-May-1993 |
bostic |
add __rec_fd, to return a file descriptor |
60267 | 24-May-1993 |
bostic |
add fd routine, to return a file descriptor |
60266 | 24-May-1993 |
bostic |
add fd routine, to return a file descriptor |
60261 | 24-May-1993 |
bostic |
add in __bt_fd, to return a file descriptor |
60260 | 24-May-1993 |
bostic |
add in __bt_fd, to return a file descriptor |
60247 | 23-May-1993 |
bostic |
Add fd interface routine to return file descriptor. Pass file name to init_htab so that if no page size is specified, the page size will default to the block size of the file system. Initialize f
Add fd interface routine to return file descriptor. Pass file name to init_htab so that if no page size is specified, the page size will default to the block size of the file system. Initialize fill factor so that it will dynamically be set during operation.
show more ...
|
60246 | 23-May-1993 |
bostic |
Dynamically compute fill factor (if not user specified). When first overflow page is allocated, set fill factor to the number of entries on overflowing page. Verify that new fill factor is at lea
Dynamically compute fill factor (if not user specified). When first overflow page is allocated, set fill factor to the number of entries on overflowing page. Verify that new fill factor is at least MIN_FFACTOR.
show more ...
|