freebsd-skq/sys/kern
phk 235f3ed483 Define a new mount flag "MNT_JAILDEVFS"
Collect the magic combination of flags which can be updated into
a macro in sys/mount.h rather than inlining them (twice!) in
vfs_syscalls.c
2001-11-05 10:33:45 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Add nmount() stub function and regenerate the syscall-glue which should 2001-11-02 17:59:23 +00:00
kern_acct.c o Move suser() calls in kern/ to using suser_xxx() with an explicit 2001-11-01 20:56:57 +00:00
kern_acl.c o Since kern_acl.c uses #ifdef CAPABILITIES to control 2001-11-02 14:53:04 +00:00
kern_cap.c Merge from POSIX.1e Capabilities development tree: 2001-11-02 15:22:32 +00:00
kern_clock.c
kern_condvar.c
kern_conf.c Fix a problem in the disk related hack where device nodes for a physically 2001-10-28 09:39:28 +00:00
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c Add a P_INEXEC flag that indicates that the process has called execve() and 2001-10-27 11:11:25 +00:00
kern_exit.c #ifdef KTRACE a variable to silence a warning. 2001-11-02 09:55:01 +00:00
kern_fork.c
kern_idle.c
kern_intr.c
kern_jail.c o Move suser() calls in kern/ to using suser_xxx() with an explicit 2001-11-01 20:56:57 +00:00
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c o Move suser() calls in kern/ to using suser_xxx() with an explicit 2001-11-01 20:56:57 +00:00
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c o Introduce group subset test, which limits the ability of a process to 2001-11-02 18:44:50 +00:00
kern_random.c
kern_resource.c *** empty log message *** 2001-11-04 18:22:48 +00:00
kern_sema.c
kern_shutdown.c
kern_sig.c _SIG_MAXSIG (128) is the highest legal signal. The arrays are offset 2001-11-03 13:26:15 +00:00
kern_subr.c
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c Add the sysctl "kern.function_list", which currently exports all 2001-10-30 15:21:45 +00:00
link_elf.c Add the sysctl "kern.function_list", which currently exports all 2001-10-30 15:21:45 +00:00
linker_if.m Add the sysctl "kern.function_list", which currently exports all 2001-10-30 15:21:45 +00:00
Make.tags.inc
Makefile
makeobjops.pl Back out the -w, option strict and our($...). They don't work for me and 2001-11-02 21:14:17 +00:00
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c o Since kern_acl.c uses #ifdef CAPABILITIES to control 2001-11-02 14:53:04 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c Don't hide the failure to allocate device behind boot verbose. It is 2001-11-02 17:33:06 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c Don't call cdevsw_add(). 2001-11-04 11:56:22 +00:00
subr_disklabel.c FreeBSD/tahoe is not likely for a while. 2001-11-03 08:19:21 +00:00
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbuf.c
subr_mchain.c
subr_module.c
subr_param.c
subr_pcpu.c
subr_power.c Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
subr_prf.c
subr_prof.c Add kmupetext(), a function that expands the range of memory covered 2001-10-30 15:04:57 +00:00
subr_rman.c
subr_sbuf.c
subr_scanf.c
subr_smp.c Don't remove the tentative declaration. It's the only one... 2001-10-31 20:43:38 +00:00
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c Add nmount() stub function and regenerate the syscall-glue which should 2001-11-02 17:59:23 +00:00
syscalls.master Reserve 378 for the new mount syscall Maxime Henrion <mux@qualys.com> 2001-11-02 17:58:26 +00:00
sysv_ipc.c o Remove (struct proc *p = td->td_proc) indirection in ipcperm(), 2001-11-02 21:20:05 +00:00
sysv_msg.c
sysv_sem.c
sysv_shm.c Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make 2001-10-28 09:29:10 +00:00
tty_compat.c
tty_conf.c
tty_cons.c + Fix another possible vn_close race, in the same fashion as r1.95. 2001-11-02 17:04:32 +00:00
tty_pty.c o Move suser() calls in kern/ to using suser_xxx() with an explicit 2001-11-01 20:56:57 +00:00
tty_subr.c
tty_tty.c
tty.c o Move suser() calls in kern/ to using suser_xxx() with an explicit 2001-11-01 20:56:57 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c When scanning for control messages, don't process the data mbufs. 2001-10-29 20:04:03 +00:00
vfs_acl.c o Since kern_acl.c uses #ifdef CAPABILITIES to control 2001-11-02 14:53:04 +00:00
vfs_aio.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
vfs_extattr.c Define a new mount flag "MNT_JAILDEVFS" 2001-11-05 10:33:45 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount 2001-11-04 18:55:42 +00:00
vfs_syscalls.c Define a new mount flag "MNT_JAILDEVFS" 2001-11-05 10:33:45 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.src