NetBSD/sys/compat/svr4
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
..
Makefile - Added msgsys, shmsys and semsys... MITSHM needs shmsys, so X applications 1995-10-14 20:24:14 +00:00
files.svr4 Deal with {get,set}rlimit{,64} properly, respecting the RLIM_INFINITY, 1998-11-28 21:53:02 +00:00
svr4_acl.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_dirent.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_errno.c Rename svr4_error to native_to_svr4_errno. 1998-10-23 04:06:00 +00:00
svr4_errno.h mark native_to_svr4_errno as extern (avoids compiler warning). 1998-10-24 19:35:36 +00:00
svr4_exec.c add missing include that defined native_to_svr4_errno 1998-10-23 19:36:03 +00:00
svr4_exec.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_fcntl.c fix fdup2 implementation; it passes the file descriptor itself, not a pointer 1998-10-04 16:19:50 +00:00
svr4_fcntl.h add hasremotelocks, but no support yet. 1998-10-04 16:20:16 +00:00
svr4_filio.c Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_filio.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_fuser.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_hrt.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_ioctl.c Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_ioctl.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_ipc.c Defopt SYSVMSG, SYSVSEM and SYSVSHM. 1998-10-19 22:43:00 +00:00
svr4_ipc.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_misc.c Deal with {get,set}rlimit{,64} properly, respecting the RLIM_INFINITY, 1998-11-28 21:53:02 +00:00
svr4_mman.h From Todd Vierling: 1997-11-16 22:50:55 +00:00
svr4_net.c Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
svr4_resource.c Make gerlimit(RLIM_NOFILE, rlp), return rlp->rlim_max == maxfiles, not 1998-12-13 18:00:52 +00:00
svr4_resource.h Deal with {get,set}rlimit{,64} properly, respecting the RLIM_INFINITY, 1998-11-28 21:53:02 +00:00
svr4_siginfo.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_signal.c Avoid a compiler warning. 1998-10-06 08:51:14 +00:00
svr4_signal.h Substantial signal handling changes: 1998-09-11 12:50:05 +00:00
svr4_socket.c Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_socket.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_sockio.c Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_sockio.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_sockmod.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_stat.c fix systeminfo. We return ipc86 for the i386, SUNW,SPARCstation-10 for 1998-12-10 17:06:13 +00:00
svr4_stat.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_statvfs.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_stream.c Conflict resolution. 1998-11-27 18:33:21 +00:00
svr4_stropts.h Fix confusion about about service types (from FreeBSD). Now dns resolution 1998-10-03 22:03:07 +00:00
svr4_syscall.h Regen 1998-12-10 17:13:06 +00:00
svr4_syscallargs.h Regen 1998-12-10 17:13:06 +00:00
svr4_syscalls.c Regen 1998-12-10 17:13:06 +00:00
svr4_sysconfig.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_sysent.c Regen 1998-12-10 17:13:06 +00:00
svr4_systeminfo.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_termios.c Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_termios.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_time.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_timod.h Add a few more constants. 1998-11-25 15:47:51 +00:00
svr4_ttold.c Fix bug in TIOCLGET 1998-10-03 21:22:57 +00:00
svr4_ttold.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_types.h Stylistic change. 1998-09-11 12:34:46 +00:00
svr4_ucontext.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_ulimit.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_ustat.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_util.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_utsname.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
svr4_wait.h Assign copyrights to TNF; tv has copyrights on the remaining files... 1998-09-04 19:54:37 +00:00
syscalls.conf Nor COMPAT_09. 1998-01-22 17:36:01 +00:00
syscalls.master Defopt COMPAT_43 1998-12-10 17:03:19 +00:00