summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unbalenced->unbalancedjca2016-09-261-3/+3
|
* MPSAFE is never used, so get rid of it.akfaew2016-09-011-5/+1
| | | | OK natano@ mpi@ guenther@
* Add possibility to add flags to syscalls in syscalls.master to markart2007-11-271-5/+14
| | | | | | | | | | | | | syscalls as NOLOCK and MPSAFE. The flags have slightly different semantics: NOLOCK - the syscall doesn't grab any locks whatsoever. MPSAFE - the syscall deals with its own locking. What this means in practice is that NOLOCK syscalls can always be done without the biglock. The MPSAFE syscalls can be done without the biglock on CPUs that don't handle interrupts that require biglock (to preserve lock ordering). deraadt@ ok
* Don't put a tab between a function and its argumentsmillert2002-03-141-3/+3
|
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* be and le varients of syscallarg; from netbsdderaadt2001-08-261-2/+16
|
* Allow syscall aliasing to allow for multiple linux syscalls to be mappedjasoni2001-01-291-1/+5
| | | | | | | to the same native syscall. To quote Jaromir's NetBSD commit if the third argument in syscall.conf matches [a-z0-9_], use it as a function alias instead of the function name in { ... } - from NetBSD, deraadt@ ok.
* Sync with NetBSDtholo1998-02-081-1/+6
|
* merge recent netbsd changesderaadt1998-01-021-44/+100
|
* OpenBSD tagsniklas1997-02-241-0/+1
|
* If config-file is not starting with /, consider it to be aniklas1997-01-081-1/+6
| | | | relative path.
* From NetBSD: vnode_if.[ch] made machine independent.mickey1996-03-261-3/+19
| | | | | | | very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;)
* initial import of NetBSD treederaadt1995-10-181-0/+383