aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Continue to introduce Capsicum Capability Mode support:Robert Watson2011-03-011-0/+5
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-2/+4
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-0/+12
* Kernel DTrace support for:Rui Paulo2010-08-221-1/+2
* Revert r209578:Konstantin Belousov2010-06-291-3/+3
* Count number of threads that enter and leave dynamically registeredKonstantin Belousov2010-06-281-0/+10
* Use C99 initializers for the struct sysent generated by MAKE_SYSENT().Konstantin Belousov2010-06-281-3/+3
* Allow to use syscallname(9) outside subr_trap.c.Konstantin Belousov2010-05-261-0/+3
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+6
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-1/+2
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andKonstantin Belousov2010-03-191-0/+24
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.Konstantin Belousov2010-03-191-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:Alfred Perlstein2010-03-021-1/+1
* Add 'sy_flags', a currently unused per-syscall entry flags field that willRobert Watson2009-06-011-0/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-0/+14
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-1/+1
* Tidy up a few things with syscall generation:John Baldwin2008-09-251-0/+6
* Whitespace fixes. This file also had 7 space indent in a few places.John Baldwin2008-09-181-40/+38
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-121-0/+1
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-2/+2
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structJohn Baldwin2007-04-021-6/+9
* MFP4: (part of) 109714Jung-uk Kim2006-12-201-0/+6
* Use SYS_AUE_<syscallname> to include the appropriate audit event identifierJohn Baldwin2006-08-151-2/+3
* Add fields to struct sysent to support the DTrace syscall provider calledJohn Birrell2006-08-031-0/+16
* Make system call modules a bit more robust:John Baldwin2006-08-011-1/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-281-3/+0
* Calling setrlimit from 32bit apps could potentially increase certainPaul Saab2005-11-021-1/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-2/+3
* Add a new field, sy_auevent, to the system call entry descriptionRobert Watson2005-05-291-0/+3
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-0/+1
* SCARGS removal take II.Alfred Perlstein2002-12-141-3/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-0/+3
* Remove SCARGS.Alfred Perlstein2002-12-131-3/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-3/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-0/+5
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-8/+6
* Remove __PAlfred Perlstein2002-03-191-14/+14
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'Alfred Perlstein2002-03-181-1/+1
* Make AIO a loadable module.Alfred Perlstein2001-12-291-2/+4
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* sysvipc loadable.Alfred Perlstein2000-12-011-0/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-0/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outDavid E. O'Brien2000-11-051-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).Bruce Evans1999-12-271-4/+5
* This should have been committed with related changes to .c files.Bruce Evans1999-12-271-1/+1