aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-241-17/+0
* MFC r353725 by yuripv:Edward Tomasz Napierala2020-08-231-4/+0
* MFC r355818:Edward Tomasz Napierala2020-08-231-3/+3
* MFC r351783:Edward Tomasz Napierala2020-08-151-0/+6
* MFC r361664:Mark Johnston2020-06-071-1/+1
* MFC r344705:Edward Tomasz Napierala2019-05-141-1/+0
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-3/+4
* linuxolator/amd64: Don't mangle %r10 on return from syscall for EJUSTRETURN.Konstantin Belousov2018-06-141-1/+2
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Avoid two suword() calls per auxarg entry.Brooks Davis2018-05-241-5/+15
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-21/+11
* Fix PSL_T inheritance on exec for x86.Konstantin Belousov2018-04-121-3/+8
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-091-43/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Remove very old and unused signal information codes.John Baldwin2018-03-271-0/+1
* Remove redundant cast from Linuxulator SYSINITsEd Maste2018-03-231-2/+2
* Fixup return style(9) in amd64 linux*_sysvec.cEd Maste2018-03-231-3/+3
* Sort headers in MD Linuxulator filesEd Maste2018-03-231-1/+1
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-1/+1
* Make linuxulator fn declaration match definitionEd Maste2018-03-201-1/+1
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-191-9/+9
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-191-8/+6
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-21/+1
* Remove stray ; at end of linux_vdso_deinstall()Ed Maste2018-03-141-1/+1
* Use C99 boolean type for translate_osrelEd Maste2018-03-131-4/+4
* Apply some style(9) to Linuxulator linux_sysvec.c commentsEd Maste2018-03-131-40/+19
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-5/+5
* Linuxolator whitespace cleanupEd Maste2018-02-051-2/+2
* Remap ENOATTR to ENODATA in the linuxulator.Fedor Uporov2017-11-271-1/+1
* amd64: avoid acquiring dt lock if possible (which is the common case)Mateusz Guzik2017-10-201-3/+0
* Lower the amd64 shared page, which contains the signal trampoline,Don Lewis2017-08-021-0/+2
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-301-2/+2
* Add support for musl consumers to the Linuxulator.Dmitry Chagin2017-07-031-0/+13
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-2/+4
* Apply r210555 to 64 bit linux support:Tijl Coosemans2017-01-241-10/+5
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Add kern.features flags for linux and linux64 modulesBaptiste Daroussin2016-04-051-0/+1
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-1/+1
* Implement AT_SECURE properly.Xin LI2016-01-271-1/+3
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-1/+50
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* linux: fix handling of out-of-bounds syscall attemptsMateusz Guzik2015-10-081-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-26/+4
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-241-4/+4
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-0/+26
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+942