NetBSD/sys/compat
christos 49be13158d Make gerlimit(RLIM_NOFILE, rlp), return rlp->rlim_max == maxfiles, not
RLIM_INFINITY like we do. Java uses rlim_max to allocate a data structure
per file descriptor.
what we do is bogus anyway, because:

    setrlimit(RLIM_NOFILE, {RLIM_INFINITY, RLIM_INFINITY}}

sets the limit to { maxfiles, maxfiles }

I undestand that this is so that if we change maxfiles via sysctl, processes
can still use the new maximum, but it is probably more appropriate to return
the current value of maxfiles (and maxproc) at every getrlimit call, even
if the current value for either is RLIM_INFINITY.

Anyway, java now works on the the sparc, on the i386 loses on setcontext().
1998-12-13 18:00:52 +00:00
..
common Defopt SYSVMSG, SYSVSEM and SYSVSHM. 1998-10-19 22:26:39 +00:00
freebsd Regen 1998-12-10 17:13:06 +00:00
hpux Regen 1998-12-10 17:13:06 +00:00
ibcs2 Regen 1998-12-10 17:13:06 +00:00
linux Regen 1998-12-10 17:13:06 +00:00
m68k4k Fix tipo inherited from old version of TNF copyright template. 1997-10-09 08:30:09 +00:00
netbsd32 Regen 1998-12-10 17:13:06 +00:00
osf1 Regen 1998-12-10 17:13:06 +00:00
ossaudio Add MIDI support. The MIDI devices can be accessed as ``raw'' through 1998-08-07 00:00:55 +00:00
sparc32 Regen 1998-12-10 17:13:06 +00:00
sunos Regen 1998-12-10 17:13:06 +00:00
svr4 Make gerlimit(RLIM_NOFILE, rlp), return rlp->rlim_max == maxfiles, not 1998-12-13 18:00:52 +00:00
ultrix Regen 1998-12-10 17:13:06 +00:00
vax1k VAX 1k page size compatibility executable handling. 1998-08-21 13:25:47 +00:00
Makefile Don't install includes 1998-10-03 20:30:50 +00:00