NetBSD/sys/compat/netbsd32
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 move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
files.netbsd32 Don't defopt COMPAT_NETBSD32 here; it's done in sys/conf/files. 1999-04-24 19:17:33 +00:00
netbsd32.h XSH5: change function signature to `void *sbrk(intptr_t)'. 1999-07-12 21:55:19 +00:00
netbsd32_compat_09.c SPARC32->NETBSD32 1999-03-25 16:58:39 +00:00
netbsd32_compat_10.c move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
netbsd32_compat_12.c SPARC32->NETBSD32 1999-03-25 16:58:39 +00:00
netbsd32_compat_13.c move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
netbsd32_compat_43.c fix errors in the copyright on this. 1999-04-14 02:50:38 +00:00
netbsd32_exec.c COMPAT_SPARC32 -> COMPAT_NETBSD32 1999-03-26 04:29:20 +00:00
netbsd32_exec.h SPARC32->NETBSD32 1999-03-25 16:58:39 +00:00
netbsd32_ioctl.c SPARC32->NETBSD32 1999-03-25 16:58:39 +00:00
netbsd32_ioctl.h move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
netbsd32_netbsd.c Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +00:00
netbsd32_syscall.h Regen 1999-06-09 04:50:32 +00:00
netbsd32_syscallargs.h Regen 1999-06-09 04:50:32 +00:00
netbsd32_syscalls.c Regen 1999-06-09 04:50:32 +00:00
netbsd32_sysent.c Regen 1999-06-09 04:50:32 +00:00
syscalls.conf move sparc32 to netbsd32; split out MD part (signal handling) (mostly via repository copy, rename and perl -pi :-) 1999-03-25 16:22:49 +00:00
syscalls.master XSH5: change function signature to `void *sbrk(intptr_t)'. 1999-07-12 21:55:19 +00:00