christos d1dcd2f401 PR/8657: z@rentaboat.se: alarm takes more seconds that it can handle.
This is a followup to PR/14558.

    - itimerfix(9) limited the number of seconds to 100M, before I changed
      it to 1000M for PR/14558.
    - nanosleep(2) documents a limit of 1000M seconds.
    - setitimer(2), select(2), and other library functions that indirectly
      use setitimer(2) for example alarm(3) don't specify a limit.

So it only seems appropriate that any positive number of seconds in
struct timeval should be accepted by any code that uses itimerfix(9)
directly, except nanosleep(2) which should check for 1000M seconds
manually. This changes makes the manual pages of select(2), nanosleep(2),
setitimer(2), and alarm(3) consistent with the code.
2001-11-13 00:34:21 +00:00
..
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:03:35 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:21:46 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:03:35 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 15:25:01 +00:00
2001-11-12 14:50:28 +00:00
2001-11-12 14:34:24 +00:00