summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-5/+0
| | | | Submitted by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Call the chained module handler before unregistering the syscall so thatdfr1999-06-271-5/+12
| | | | | | | errors can be detected. Submitted by: "A.Yu.Isupov" <isupov@moonhe.jinr.ru> PR: kern/12239
* 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
| | | | | specific data back to the user via kldstat(2). Use that mechanism in the syscall handler to report the syscall number used.
* Implement support for adding syscalls in KLD modules.dfr1999-01-091-0/+94
Submitted by: Assar Westerlund <assar@sics.se>
OpenPOWER on IntegriCloud