aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix LINT (and static COMPAT_LINUX32) after r332122.Brooks Davis2018-04-081-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-065-7/+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-232-7/+7
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-1/+1
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-192-13/+13
* 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 pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Remove accidental vim droppingsEd Maste2018-02-221-1/+0
* Correct proper nouns in the LinuxulatorEd Maste2018-02-223-66/+67
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* Linuxolator whitespace cleanupEd Maste2018-02-055-35/+33
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Use BSD-2-Clause-FreeBSD license on linux_support.sEd Maste2018-01-231-5/+4
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* 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-274-0/+8
* 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
* Trying to be more compatible with Linux if.h definitions:Tai-hwa Liang2017-04-081-1/+2
* Implement Linux mincore() system call.Dmitry Chagin2017-03-251-1/+0
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-1/+0
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-181-31/+0
* Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin2017-03-072-155/+0
* Regenerated Linuxulator syscall tables for r314782Mahdi Mokhtari2017-03-065-72/+8
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-062-8/+22
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Regen for r314312 (Linux epoll_pwait).Dmitry Chagin2017-02-262-1/+6
* Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin2017-02-261-1/+2
* Implement timerfd family syscalls.Dmitry Chagin2017-02-261-4/+0
* Regen after r314291 (timerfd definition).Dmitry Chagin2017-02-263-9/+70
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-261-3/+6
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+3
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-243-4/+4