Go to file
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
bin Mention -c option to sh(1), noticed by Matthew Aldous in PR/8499. 1999-09-27 19:34:25 +00:00
distrib Scott Reynolds is no longer in core 1999-09-27 03:25:12 +00:00
etc Use sendmail.cf from $DESTDIR/etc instead of /etc for building the 1999-09-26 21:40:13 +00:00
games Use macro NAMLEN rather than dirent->d_namlen, for easier portability. 1999-09-22 18:56:32 +00:00
gnu For ELF, rename the profiling entry from mcount to __mcount to avoid clashing 1999-09-27 09:47:44 +00:00
include 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
lib Oops, missed these in the mcount -> __mcount renaming. 1999-09-28 08:27:08 +00:00
libexec Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:08:43 +00:00
regress add <bsd.crypto.mk> support 1999-09-26 10:22:29 +00:00
sbin Oops, needs an operator. 1999-09-25 04:27:55 +00:00
share Manpage for 'dpt' driver. 1999-09-28 09:24:05 +00:00
sys Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +00:00
usr.bin revert snprintf() -> sprintf(). the original idea was that sprintf() would be 1999-09-28 09:12:06 +00:00
usr.sbin Need <sys/param.h> for MAXHOSTNAMELEN. 1999-09-26 10:40:32 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00