NetBSD/sys
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
..
adosfs add RCSIDs 2001-11-12 22:54:03 +00:00
altq add RCSIDs 2001-11-12 23:08:56 +00:00
arch Remove redundant declarations. 2001-11-12 16:32:25 +00:00
coda add RCSIDs 2001-11-12 23:08:56 +00:00
compat compile in the absense of SYSVSHM and SYSVSEM. 2001-11-12 01:23:51 +00:00
conf add RCSID 2001-11-08 05:59:31 +00:00
crypto Add including <stdio.h> for compiling in user land. 2001-09-09 15:52:57 +00:00
ddb add RCSIDs 2001-11-12 22:54:03 +00:00
dev In fb_bell call kbd_docmd only #if NKBD > 0. 2001-11-12 08:14:30 +00:00
filecorefs add RCSIDs 2001-11-12 22:54:03 +00:00
gdbscripts
ipkdb add RCSIDs 2001-11-12 22:54:03 +00:00
isofs add RCSIDs 2001-11-12 15:25:01 +00:00
kern PR/8657: z@rentaboat.se: alarm takes more seconds that it can handle. 2001-11-13 00:34:21 +00:00
lib Remove USB copyrights. The coff and elf loading code did not come with BSD4.4. 2001-11-09 19:27:25 +00:00
lkm add RCSIDs 2001-11-12 23:22:57 +00:00
miscfs add RCSIDs 2001-11-10 13:33:40 +00:00
msdosfs add RCSIDs 2001-11-10 13:22:20 +00:00
net add RCSIDs 2001-11-12 23:49:33 +00:00
netatalk add RCSIDs 2001-11-13 00:00:58 +00:00
netccitt add RCSIDs 2001-11-13 00:12:56 +00:00
netinet add RCSIDs 2001-11-13 00:32:34 +00:00
netinet6 check offset overrun in ip6_nexthdr. 2001-11-02 08:05:48 +00:00
netisdn Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP. 2001-10-21 17:02:06 +00:00
netiso Eliminate local extern declartion for inetctlerrmap 2001-11-04 20:52:39 +00:00
netkey Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> 2001-10-29 07:02:30 +00:00
netnatm
netns Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical 2001-10-18 20:17:24 +00:00
netsmb Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
nfs add RCSIDs 2001-11-10 10:59:08 +00:00
ntfs add RCSIDs 2001-11-10 13:22:20 +00:00
smbfs add RCSIDs 2001-11-10 13:22:20 +00:00
stand
sys Protect printf() like functions and b{copy,zero,cmp} from being defined 2001-11-12 23:08:13 +00:00
ufs track some changes in the ufs code: 2001-11-10 17:48:02 +00:00
uvm add RCSIDs, and in some cases, slightly cleanup #include order 2001-11-10 07:36:59 +00:00
Makefile Use @true instead of @${TRUE} in includes-foo targets, since there is no 2001-10-12 21:05:08 +00:00