aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-301-2/+2
* Make linux_ptrace() use linux_msg() instead of printf().Edward Tomasz Napierala2019-05-211-17/+17
* Implement PTRACE_O_TRACESYSGOOD. This makes Linux strace(1) work.Edward Tomasz Napierala2019-05-191-3/+44
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-161-5/+5
* Fix handling of r10 in Linux ptrace(2). This fixes decodingEdward Tomasz Napierala2019-05-141-15/+30
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-132-26/+0
* Support PTRACE_GETREGSET w/ NT_PRSTATUS in Linux ptrace(2).Edward Tomasz Napierala2019-05-071-3/+128
* make sysent after r347228Ed Maste2019-05-075-5/+5
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-8/+0
* Regen from r345471.Dmitry Chagin2019-03-245-3/+366
* Update syscall.master to 5.0.Dmitry Chagin2019-03-242-1/+25
* Revert r313993.Dmitry Chagin2019-03-241-15/+18
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* linuxulator: fix stack memory disclosure in linux_sigaltstackEd Maste2019-01-211-0/+1
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-111-1/+1
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-1/+0
* Regenerated assorted syscall related files after:Brooks Davis2018-10-092-63/+71
* Futex support functions in linux.ko and linux32.ko on amd64 should beKonstantin Belousov2018-08-072-12/+157
* Add END()s for amd64 linux futex support routines.Konstantin Belousov2018-08-041-0/+5
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-3/+4
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+2
* 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-062-4/+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-9/+9
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-1/+1
* Make linuxulator fn declaration match definitionEd Maste2018-03-201-1/+1
* Rename assym.s to assym.incEd 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
* Rationalize license text on Linuxolator filesEd Maste2018-03-012-26/+28
* Use linux types for linux-specific syscallsEd Maste2018-02-231-16/+16
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Correct proper nouns in the LinuxulatorEd Maste2018-02-223-56/+56
* Additional linuxolator whitespace cleanup, missed in r328890Ed Maste2018-02-051-2/+2
* Linuxolator whitespace cleanupEd Maste2018-02-054-12/+12
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Add SPDX identifiers to linux_ptrace.c and cfumass.c.Edward Tomasz Napierala2018-01-241-0/+2
* Use BSD-2-Clause-FreeBSD license on linux_support.sEd Maste2018-01-231-5/+4