ViewVC Help
| View Changeset | Root Listing
root/src
Jump to revision: Previous Next
Author: laffer1
Date: Thu Dec 29 02:33:28 2011 UTC (12 years, 4 months ago)
Log Message:
Regenerate syscall table.

Add flag MPSAFE to sysctl leaf nodes so they don't require GIANT lock. More work is necesary to make things MPSAFE but this could allow for some serious performance benefits.

move some of the legacy bsdi/4.4bsd lite 2 stuff into kern_xxx.c and port some freebsd 7 centric things over for sbuf.

Changed paths

Path Details
Directorytrunk/sys/amd64/linux32/linux32_proto.h modified , text changed , props changed
Directorytrunk/sys/amd64/linux32/linux32_syscall.h modified , text changed , props changed
Directorytrunk/sys/amd64/linux32/linux32_sysent.c modified , text changed , props changed
Directorytrunk/sys/compat/freebsd32/freebsd32_proto.h modified , text changed , props changed
Directorytrunk/sys/compat/freebsd32/freebsd32_syscall.h modified , text changed , props changed
Directorytrunk/sys/compat/freebsd32/freebsd32_syscalls.c modified , text changed , props changed
Directorytrunk/sys/compat/freebsd32/freebsd32_sysent.c modified , text changed , props changed
Directorytrunk/sys/compat/freebsd32/syscalls.master modified , text changed , props changed
Directorytrunk/sys/i386/linux/linux_proto.h modified , text changed , props changed
Directorytrunk/sys/i386/linux/linux_syscall.h modified , text changed , props changed
Directorytrunk/sys/i386/linux/linux_sysent.c modified , text changed , props changed
Directorytrunk/sys/kern/init_sysent.c modified , text changed , props changed
Directorytrunk/sys/kern/kern_sysctl.c modified , text changed , props changed
Directorytrunk/sys/kern/kern_xxx.c modified , text changed , props changed
Directorytrunk/sys/kern/makesyscalls.sh modified , text changed , props changed
Directorytrunk/sys/kern/subr_sbuf.c modified , text changed , props changed
Directorytrunk/sys/kern/syscalls.c modified , text changed , props changed
Directorytrunk/sys/kern/syscalls.master modified , text changed , props changed
Directorytrunk/sys/kern/systrace_args.c modified , text changed , props changed
Directorytrunk/sys/sys/sbuf.h modified , text changed , props changed
Directorytrunk/sys/sys/syscall.h modified , text changed , props changed
Directorytrunk/sys/sys/syscall.mk modified , text changed , props changed
Directorytrunk/sys/sys/sysctl.h modified , text changed , props changed
Directorytrunk/sys/sys/sysent.h modified , text changed , props changed
Directorytrunk/sys/sys/sysproto.h modified , text changed , props changed