aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-241-49/+0
* MFC r353725 by yuripv:Edward Tomasz Napierala2020-08-231-4/+0
* MFC r355818:Edward Tomasz Napierala2020-08-231-3/+3
* MFC r344705:Edward Tomasz Napierala2019-05-141-1/+0
* MFC r340181, r340185:Tijl Coosemans2018-11-081-2/+4
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-3/+4
* Fix number of auxargs entries to copy out for 32-bit Linuxulator.Jung-uk Kim2018-06-121-2/+3
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Avoid two suword() calls per auxarg entry.Brooks Davis2018-05-241-30/+34
* 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-1/+6
* linuxulator: add else case braces to reduce diffs between archsEd Maste2018-04-091-1/+2
* 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-1/+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
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-191-12/+12
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-191-10/+9
* 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-64/+25
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-5/+5
* Linuxolator whitespace cleanupEd Maste2018-02-051-8/+6
* Remap ENOATTR to ENODATA in the linuxulator.Fedor Uporov2017-11-271-1/+1
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Don't let cpu_set_syscall_retval() clobber exec_setregs().Ed Schouten2017-11-241-1/+0
* amd64: avoid acquiring dt lock if possible (which is the common case)Mateusz Guzik2017-10-201-3/+0
* 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-1/+3
* 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-2/+2
* Implement AT_SECURE properly.Xin LI2016-01-271-1/+3
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Fix build with DEBUG defined.John Baldwin2015-10-291-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-3/+3
* Merge r289055 to amd64/linux32:John Baldwin2015-10-221-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-35/+11
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-241-1/+2
* Use the BSD_TO_LINUX_SIGNAL() wherever there is no needDmitry Chagin2015-05-241-6/+2
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used byDmitry Chagin2015-05-241-0/+26
* Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin2015-05-241-13/+0
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-10/+8