summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r319873:""Luiz Souza2018-02-231-2/+1
* Revert "MFC r319873:"Luiz Souza2018-02-211-1/+2
* MFC r319873:kib2018-02-191-2/+1
* MFC r314490:kib2017-03-041-1/+1
* MFH: r303287julian2016-12-021-6/+14
* Remove a now unused global declaration of some sysentvec struct.dchagin2016-05-221-2/+0
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-0/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-171-10/+9
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-4/+0
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-231-4/+3
* Add sysent flag to switch to capabilities mode on startup.ed2015-08-031-5/+6
* Add a sysentvec for CloudABI on x86-64.ed2015-07-161-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-011-0/+1
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-2/+8
* Remove ia64.marcel2014-07-071-1/+1
* Remove no longer needed forward declaration for struct sf_buf.kib2012-06-231-1/+0
* Stop updating the struct vdso_timehands from even handler executed inkib2012-06-231-2/+0
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+4
* Enchance the shared page chunk allocator.kib2012-06-221-1/+6
* 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
OpenPOWER on IntegriCloud