NetBSD/sys/compat/svr4
bouyer 52497e180a Remplace kern.shortcorename sysctl with a more flexible sheme,
core filename format, which allow to change the name of the core dump,
and to relocate it in a directory. Credits to Bill Sommerfeld for giving me
the idea :)
The default core filename format can be changed by options DEFCORENAME and/or
kern.defcorename
Create a new sysctl tree, proc, which holds per-process values (for now
the corename format, and resources limits). Process is designed by its pid
at the second level name. These values are inherited on fork, and the corename
fomat is reset to defcorename on suid/sgid exec.
Create a p_sugid() function, to take appropriate actions on suid/sgid
exec (for now set the P_SUGID flag and reset the per-proc corename).
Adjust dosetrlimit() to allow changing limits of one proc by another, with
credential controls.
1999-09-28 14:47:00 +00:00
..
Makefile
files.svr4 regen 1999-09-07 06:25:14 +00:00
svr4_acl.h
svr4_dirent.h
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 const poisoning and CHECK_ALT_CREAT fixes. 1999-02-09 20:46:40 +00:00
svr4_exec.h Nuke a comment of mine (obsoleted by previous revision). 1999-08-22 13:11:38 +00:00
svr4_fcntl.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_fcntl.h Don't play silly games with O_NON_BLOCK vs O_NDELAY. 1999-01-23 23:38:02 +00:00
svr4_filio.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_filio.h
svr4_fuser.h
svr4_hrt.h
svr4_ioctl.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_ioctl.h
svr4_ipc.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_ipc.h
svr4_lwp.c preliminary lwp support; currently staroffice breaks because set_ldt emulation 1999-09-07 06:24:56 +00:00
svr4_lwp.h preliminary lwp support; currently staroffice breaks because set_ldt emulation 1999-09-07 06:24:56 +00:00
svr4_misc.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_mman.h Nuke my copyrights and/or assign them to TNF where appropriate. 1999-04-06 02:55:24 +00:00
svr4_net.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_resource.c Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +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
svr4_signal.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_signal.h Add prototype for svr4_sendsig. 1999-01-21 23:17:19 +00:00
svr4_socket.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_socket.h
svr4_sockio.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_sockio.h
svr4_sockmod.h
svr4_stat.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_stat.h Translate _PC_FILESIZEBITS. 1999-03-23 14:57:00 +00:00
svr4_statvfs.h
svr4_stream.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_stropts.h
svr4_syscall.h regen 1999-09-07 06:25:14 +00:00
svr4_syscallargs.h regen 1999-09-07 06:25:14 +00:00
svr4_syscalls.c regen 1999-09-07 06:25:14 +00:00
svr4_sysconfig.h
svr4_sysent.c regen 1999-09-07 06:25:14 +00:00
svr4_systeminfo.h
svr4_termios.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_termios.h
svr4_time.h
svr4_timod.h Add a few more constants. 1998-11-25 15:47:51 +00:00
svr4_ttold.c oops, forgot to include new files. 1999-09-07 18:20:18 +00:00
svr4_ttold.h
svr4_types.h
svr4_ucontext.h Only declare the uc_pad member if SVR4_UC_MACHINE_PAD is defined. 1999-01-26 18:41:03 +00:00
svr4_ulimit.h
svr4_ustat.h
svr4_util.h const poisoning and CHECK_ALT_CREAT fixes. 1999-02-09 20:46:41 +00:00
svr4_utsname.h
svr4_wait.h
syscalls.conf remove compat_xxx dependencies where they don't belong 1998-12-18 18:49:59 +00:00
syscalls.master preliminary lwp support; currently staroffice breaks because set_ldt emulation 1999-09-07 06:24:56 +00:00