CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2015/07/18 20:35:35

Modified files:
        sys/conf       : files 
        sys/kern       : kern_fork.c kern_sig.c kern_sysctl.c 
                         kern_time.c sys_generic.c syscalls.master 
                         uipc_syscalls.c vfs_lookup.c vfs_syscalls.c 
        sys/netinet    : in_pcb.c 
        sys/netinet6   : in6_pcb.c 
        sys/sys        : proc.h syscall_mi.h 
Added files:
        sys/kern       : kern_tame.c 
        sys/sys        : tame.h 

Log message:
tame(2) is a subsystem which restricts programs into a "reduced feature
operating model".  This is the kernel component; various changes should
proceed in-tree for a while before userland programs start using it.
ok miod, discussions and help from many

Reply via email to