summaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
...
* linux(4): Regen for close_range syscallDmitry Chagin2023-04-043-4/+26
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-04-041-2/+6
* linux(4): Drop unncessary struct l_ifconf declaration from amd64/linuxDmitry Chagin2023-03-041-11/+0
* linux(4): Reduce code duplication between MD filesDmitry Chagin2023-03-041-34/+0
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-1/+1
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-02-144-34/+4
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-02-141-0/+1
* linux(4): Remove stale comment that no longer applies.Dmitry Chagin2023-02-021-2/+0
* linux(4): Microoptimize rt_sendsig() on amd64.Dmitry Chagin2023-02-021-17/+17
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-021-6/+64
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-29/+2
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-129/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-021-17/+1
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-021-0/+1
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-011-11/+0
* sys: use .S for assembly language files that use the preprocessorElliott Mitchell2022-11-021-0/+0
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-10-281-1/+2
* Rework how shared page related data is storedKornel Dulęba2022-07-181-1/+1
* linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraintDmitry Chagin2022-06-221-0/+2
* linux(4): Properly build argument list for the signal handlerDmitry Chagin2022-05-301-12/+16
* linux(4): Microoptimize rt_sendsig(), convert signal mask onceDmitry Chagin2022-05-301-1/+1
* linux(4): Avoid direct manipulation of td_sigmaskDmitry Chagin2022-05-301-5/+3
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-5/+0
* linux(4): Deduplicate execveDmitry Chagin2022-05-231-27/+0
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-05-231-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-05-231-23/+0
* Retire sv_transtrapDmitry Chagin2022-05-201-2/+1
* linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin2022-05-152-38/+74
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-05-152-29/+29
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-05-151-69/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-153-65/+4
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-154-17/+6
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-05-091-1/+1
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-083-0/+10
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-05-081-0/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-05-061-1/+0
* linux(4): Regen for semtimedop syscalls.Dmitry Chagin2022-05-063-3/+30
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Regen for semop syscall.Dmitry Chagin2022-05-065-18/+11
* linux(4): Call semop directly.Dmitry Chagin2022-05-061-4/+4
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-04-263-3/+40
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-04-263-3/+30
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* sysent: regen for syscallarg_tBrooks Davis2022-03-282-71/+71
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-171-1/+1
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+1
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-122-71/+71
* sysent: regen for syscallarg_tBrooks Davis2022-01-122-71/+71
* linux(4): Reduce diffs between linux_rt_sendsig() and sendsig()Edward Tomasz Napierala2022-01-041-3/+5