aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-2/+4
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-23/+42
* Use a sv_copyout_auxargs hook in the Linux ELF ABIs.John Baldwin2019-11-151-28/+25
* linux: futex_mtx should follow futex_listYuri Pankov2019-10-181-4/+0
* sysent: regenerate after r352693Kyle Evans2019-09-251-0/+7
* Update comments and ordering in linux*_dummy.cEd Maste2019-09-111-3/+4
* linuxulator: memfd_create first appeared in Linux 3.17Ed Maste2019-09-111-1/+1
* linuxulator: seccomp syscall first appeared in Linux 3.17Ed Maste2019-09-111-1/+2
* linux: add trivial renameat2 implementationEd Maste2019-09-111-2/+0
* regen linuxulator sysent after r352208Ed Maste2019-09-112-4/+4
* make linux_renameat2 args consistent with linux_renameatEd Maste2019-09-111-2/+2
* Improve debugging output.Edward Tomasz Napierala2019-09-041-0/+22
* Unbreak Linux binaries linked against new glibc, such as the onesEdward Tomasz Napierala2019-09-031-0/+6
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-301-0/+0
* Add support for PTRACE_O_TRACEEXIT to linuxulator ptrace(2).Edward Tomasz Napierala2019-07-041-3/+8
* Implement PTRACE_GETSIGINFO. This makes Linux strace(1) quieterEdward Tomasz Napierala2019-07-041-0/+29
* 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