aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Various style fixes. 7 space indent is just odd.John Baldwin2008-09-181-74/+74
* Make system call modules a bit more robust:John Baldwin2006-08-011-1/+11
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Lock down the ``module'' structure by adding an SX lock that is used byAndrew R. Reiter2002-03-181-0/+5
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* sysvipc loadable.Alfred Perlstein2000-12-011-1/+8
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Call the chained module handler before unregistering the syscall so thatDoug Rabson1999-06-271-5/+12
* Move lkmnosys() from kern_lkm.c to here.Peter Wemm1999-01-171-1/+13
* Implement a mechanism for a module to report a small amount of moduleDoug Rabson1999-01-091-1/+4
* Implement support for adding syscalls in KLD modules.Doug Rabson1999-01-091-0/+94