summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Implement lockless resource limits.mjg2015-06-101-0/+1
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-0/+2
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-011-1/+1
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-9/+17
* Call chainevh callback when we are invoked with neither MOD_LOAD nordelphij2010-10-211-1/+3
* In syscall_module_handler(): all switch branches return, removedelphij2010-10-211-4/+1
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-1/+55
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-191-0/+30
* Various style fixes. 7 space indent is just odd.jhb2008-09-181-74/+74
* Make system call modules a bit more robust:jhb2006-08-011-1/+11
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-181-0/+5
* KSE Milestone 2julian2001-09-121-4/+4
* sysvipc loadable.alfred2000-12-011-1/+8
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Call the chained module handler before unregistering the syscall so thatdfr1999-06-271-5/+12
* Move lkmnosys() from kern_lkm.c to here.peter1999-01-171-1/+13
* Implement a mechanism for a module to report a small amount of moduledfr1999-01-091-1/+4
* Implement support for adding syscalls in KLD modules.dfr1999-01-091-0/+94
OpenPOWER on IntegriCloud