NetBSD/sys/compat/common
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 Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
Makefile.inc Build libraries for kernel/standalone code from within their compilation 1999-05-07 14:28:50 +00:00
compat_exec.c
compat_util.c From cgd again: pbuf == path on failure. 1999-04-27 15:42:37 +00:00
compat_util.h implement a simple function, emul_flags_translate() to do table-based 1999-04-24 02:56:06 +00:00
gen_errno_tables.awk a quick hack to make generating errno conversion tables from our and other 1999-04-23 05:31:33 +00:00
kern_exit_43.c
kern_info_09.c
kern_info_43.c
kern_ipc_10.c Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
kern_resource_43.c Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +00:00
kern_sig_13.c
kern_sig_43.c Make ss_size something reasonable (not 0) so sigaltstack does not fail. 1999-04-29 16:09:12 +00:00
kern_xxx_12.c
sysv_ipc_14.c Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
sysv_msg_14.c Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
sysv_sem_14.c Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
sysv_shm_14.c Add compatibility calls for the 1.4 System V IPC *ctl() calls, and 1999-08-25 04:47:12 +00:00
tty_43.c
uipc_syscalls_43.c
vfs_syscalls_12.c Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
vfs_syscalls_43.c Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
vm_12.c
vm_43.c remove unneeded <vm/*> includes 1999-04-01 18:37:33 +00:00