index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call chainevh callback when we are invoked with neither MOD_LOAD nor
delphij
2010-10-21
1
-1
/
+3
*
In syscall_module_handler(): all switch branches return, remove
delphij
2010-10-21
1
-4
/
+1
*
Count number of threads that enter and leave dynamically registered
kib
2010-06-28
1
-1
/
+55
*
Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros and
kib
2010-03-19
1
-0
/
+30
*
Various style fixes. 7 space indent is just odd.
jhb
2008-09-18
1
-74
/
+74
*
Make system call modules a bit more robust:
jhb
2006-08-01
1
-1
/
+11
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Lock down the ``module'' structure by adding an SX lock that is used by
arr
2002-03-18
1
-0
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-4
/
+4
*
sysvipc loadable.
alfred
2000-12-01
1
-1
/
+8
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Call the chained module handler before unregistering the syscall so that
dfr
1999-06-27
1
-5
/
+12
*
Move lkmnosys() from kern_lkm.c to here.
peter
1999-01-17
1
-1
/
+13
*
Implement a mechanism for a module to report a small amount of module
dfr
1999-01-09
1
-1
/
+4
*
Implement support for adding syscalls in KLD modules.
dfr
1999-01-09
1
-0
/
+94