aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysent.h
Commit message (Expand)AuthorAgeFilesLines
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin8 days1-1/+0
* Rework how shared page related data is storedKornel Dulęba2022-07-181-4/+4
* Retire sv_transtrapDmitry Chagin2022-05-201-2/+0
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+2
* exec: Remove the stack gap implementationMark Johnston2022-01-171-1/+0
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+1
* Pass vdso address to userspaceKonstantin Belousov2021-12-061-0/+1
* amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov2021-12-061-1/+3
* syscalls: make syscall and __syscall SYSMUXBrooks Davis2021-11-291-0/+6
* Unmap shared page manually before doing vm_map_remove() on exit or execKonstantin Belousov2021-10-281-0/+1
* setrlimit: Take stack gap into account.Dawid Gorecki2021-10-151-1/+1
* Remove SV_CAPSICUMKonstantin Belousov2021-09-211-1/+1
* Drop cloudabiKonstantin Belousov2021-09-211-1/+0
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2021-08-121-0/+2
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2021-07-201-1/+1
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+3
* Add sv_onexec_old() sysent hook for exec eventKonstantin Belousov2021-07-071-0/+1
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+5
* Add a knob to disable dequeueing SIGCHLD on waiting for live processKonstantin Belousov2021-06-151-0/+1
* Add a knob to not drop signal with default ignored or ignored actionsKonstantin Belousov2021-06-151-0/+1
* Change the return type of sv__setid_allowed from bool to intKonstantin Belousov2021-06-061-1/+1
* sysent: allow ABI to disable setid on exec.Konstantin Belousov2021-06-061-0/+2
* ELF coredump: define several useful flags for the coredump operationsKonstantin Belousov2021-05-031-0/+5
* Provide ABI modules hooks for process exec/exit and thread exit.Konstantin Belousov2020-11-231-0/+3
* Move syscall_thread_{enter,exit}() into the slow path. This is onlyEdward Tomasz Napierala2020-11-081-20/+2
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-0/+2
* Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probablyEdward Tomasz Napierala2020-09-271-3/+3
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-4/+0
* kern_sharedpage.c: Add exec_sysvec_init_secondary() helper.Konstantin Belousov2020-08-231-0/+1
* Extend support in sysctls for supporting multiple native ABIs.John Baldwin2020-04-271-0/+2
* Fix r358436 to not declare kernel symbols when _KERNEL is not defined.Mark Johnston2020-02-281-1/+1
* sy_call_t and systrace_args_func_t need to be visible to userspace.Mark Johnston2020-02-281-1/+1
* Fix standalone builds of systrace.ko after r357912.Mark Johnston2020-02-281-5/+7
* Merge audit and systrace checksMateusz Guzik2020-02-141-0/+4
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-091-1/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-5/+7
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-2/+2
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+1
* Make randomized stack gap between strings and pointers to argv/envs.Konstantin Belousov2019-07-311-0/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-0/+1
* Normalize the declaration of i386_read_exec variable.Konstantin Belousov2019-02-091-4/+0
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-1/+0
* Avoid calls to syscall_thread_enter/exit for statically defined syscallsMateusz Guzik2018-05-071-2/+20
* Unbreak world build after r333064Mateusz Guzik2018-04-271-0/+2
* systrace: track it like sdt probesMateusz Guzik2018-04-271-0/+1
* Use 'const int *' for sysentvec errno translation tableEd Maste2018-02-221-1/+1
* Reduce duplication in dynamic syscall registration code.Brooks Davis2018-02-201-3/+11
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add AT_HWCAP2 ELF auxiliary vector.Michal Meloun2017-10-211-0/+1