#
68316 |
| 14-Feb-1995 |
cgd |
new argument passing conventions. minor type size cleanup.
|
#
67661 |
| 11-Aug-1994 |
mckusick |
further select refinements (from torek via karels)
|
#
67633 |
| 10-Aug-1994 |
mckusick |
a zero-valued timeout (which should poll and return) gets turned into a one-tick timeout, and (worse) the amount of time to sleep is not recomputed after each sleep. I.e., if the timeout is 10 sec,
a zero-valued timeout (which should poll and return) gets turned into a one-tick timeout, and (worse) the amount of time to sleep is not recomputed after each sleep. I.e., if the timeout is 10 sec, and select is incorrectly after 9 sec, it will go back to sleep for up to 10 sec. In fact, in the worst case it will never return. (from karels)
show more ...
|
#
67491 |
| 07-Jul-1994 |
mckusick |
size size_t is unsigned must check for overflow incrementally (from karels)
|
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice
|
#
64583 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL
|
#
64538 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL
|
#
64409 |
| 05-Sep-1993 |
bostic |
Cleanups for 4.4BSD-Lite
|
#
63865 |
| 19-Jul-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright
|
#
63864 |
| 19-Jul-1993 |
mckusick |
guard against negative fd counts in select
|
#
58254 |
| 26-Feb-1993 |
mckusick |
explicitly avoid sleeping forever in select
|
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard
|
#
54930 |
| 10-Jul-1992 |
torek |
ANSIfy syscall args; readv does not need ARGSUSED; no longer need ugly __STDC__ hack
|
#
54760 |
| 07-Jul-1992 |
torek |
only need to block clock; volatile poisoning
|
#
54276 |
| 23-Jun-1992 |
bostic |
select(2) race condition with small timeout values; bug net2/sys/11
|
#
52922 |
| 13-Mar-1992 |
mckusick |
minor optimization from torek
|
#
52525 |
| 15-Feb-1992 |
mckusick |
define new select interface, selrecord/selwakeup
|
#
52481 |
| 13-Feb-1992 |
torek |
cleanups for GCC, minor optimization in selscan
|
#
49941 |
| 30-May-1991 |
mckusick |
make file flags consistent
|
#
49227 |
| 06-May-1991 |
karels |
define selwait
|
#
48027 |
| 16-Apr-1991 |
mckusick |
add proc pointers to uio setup operations; inline expand fset/fioctl
|
#
47974 |
| 12-Apr-1991 |
karels |
rm user.h, OFILE*; seltrue needs ansified declaration
|
#
47540 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs
|
#
45914 |
| 10-Jan-1991 |
mckusick |
add dynamically allocated file descriptors
|
#
45122 |
| 24-Aug-1990 |
bostic |
lint
|