summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* Control the execution permission of the readable segments forkib2011-10-151-0/+4
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-0/+17
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Continue to introduce Capsicum Capability Mode support:rwatson2011-03-011-0/+5
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-2/+4
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-0/+12
* Kernel DTrace support for:rpaulo2010-08-221-1/+2
* Revert r209578:kib2010-06-291-3/+3
* Count number of threads that enter and leave dynamically registeredkib2010-06-281-0/+10
* Use C99 initializers for the struct sysent generated by MAKE_SYSENT().kib2010-06-281-3/+3
* Allow to use syscallname(9) outside subr_trap.c.kib2010-05-261-0/+3
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+6
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-1/+2
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-191-0/+24
* FOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>" module name.kib2010-03-191-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-021-1/+1
* Add 'sy_flags', a currently unused per-syscall entry flags field that willrwatson2009-06-011-0/+1
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-0/+14
* Merge latest DTrace changes from Perforce.rodrigc2008-11-051-1/+1
* Tidy up a few things with syscall generation:jhb2008-09-251-0/+6
* Whitespace fixes. This file also had 7 space indent in a few places.jhb2008-09-181-40/+38
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitjhb2007-07-121-0/+1
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-2/+2
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structjhb2007-04-021-6/+9
* MFP4: (part of) 109714jkim2006-12-201-0/+6
* Use SYS_AUE_<syscallname> to include the appropriate audit event identifierjhb2006-08-151-2/+3
* Add fields to struct sysent to support the DTrace syscall provider calledjb2006-08-031-0/+16
* Make system call modules a bit more robust:jhb2006-08-011-1/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-3/+0
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-1/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-2/+3
* Add a new field, sy_auevent, to the system call entry descriptionrwatson2005-05-291-0/+3
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-0/+1
* SCARGS removal take II.alfred2002-12-141-3/+0
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-0/+3
* Remove SCARGS.alfred2002-12-131-3/+0
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-3/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+5
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-8/+6
* Remove __Palfred2002-03-191-14/+14
* have the SYSCALL_MODULES macro provide an initializer for the 'old_sysent'alfred2002-03-181-1/+1
* Make AIO a loadable module.alfred2001-12-291-2/+4
* KSE Milestone 2julian2001-09-121-3/+3
* sysvipc loadable.alfred2000-12-011-0/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+1
* ELF kernels should use an ELF sysvec. This allows us to move a.outobrien2000-11-051-0/+1
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-0/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
OpenPOWER on IntegriCloud