aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* Correct sysent flags for dynamically loaded syscalls.Konstantin Belousov2017-07-141-4/+10
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-2/+1
* Add some explanation for SV_TIMEKEEP flag.Konstantin Belousov2017-03-011-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Split MAKE_SYSENT into two parts so that the initializer part can beJulian Elischer2016-07-251-6/+14
* Remove a now unused global declaration of some sysentvec struct.Dmitry Chagin2016-05-221-2/+0
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-0/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston2015-12-171-10/+9
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-4/+0
* Split kerne timekeep ABI structure vdso_sv_tk out of the structKonstantin Belousov2015-11-231-4/+3
* Add sysent flag to switch to capabilities mode on startup.Ed Schouten2015-08-031-5/+6
* Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-161-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Fix up module unload for syscall_module_handler consumers.Mateusz Guzik2014-11-011-0/+1
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-2/+8
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Remove no longer needed forward declaration for struct sf_buf.Konstantin Belousov2012-06-231-1/+0
* Stop updating the struct vdso_timehands from even handler executed inKonstantin Belousov2012-06-231-2/+0
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+4
* Enchance the shared page chunk allocator.Konstantin Belousov2012-06-221-1/+6
* Control the execution permission of the readable segments forKonstantin Belousov2011-10-151-0/+4
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-0/+17
* 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