aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
* linuxolator: fix nosys() to not send SIGSYSKonstantin Belousov2023-10-091-1/+1
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-235-10/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-235-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-111-1/+1
* linux(4): Fix two typos in source code commentsGordon Bergling2023-08-051-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-253-3/+3
* linux(4): Make ptrace_pokeusr machine dependentDmitry Chagin2023-06-292-0/+11
* linux(4): Make ptrace_peekusr machine dependendDmitry Chagin2023-06-292-0/+11
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-06-291-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-06-292-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-06-291-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-06-291-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-06-291-4/+2
* linux(4): Regen for struct l_old_stat changesDmitry Chagin2023-06-292-6/+6
* linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin2023-06-291-2/+2
* linux(4): Mark old fstat syscal as unimplementedDmitry Chagin2023-06-291-0/+1
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-06-291-1/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-06-291-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-06-292-55/+11
* linux(4): Regen for close_range syscallDmitry Chagin2023-06-293-4/+26
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-06-291-2/+6
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-03-011-1/+1
* linux(4): Cleanup includes under amd64/linuxDmitry Chagin2023-03-014-24/+3
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-262-4/+0
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-091-28/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-091-16/+1
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-091-0/+1
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-091-11/+0
* linux32: binutils as requires %eflags instead of %flags for CFI.John Baldwin2022-11-111-0/+8
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-11-061-1/+2
* linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraintDmitry Chagin2022-07-061-0/+4
* linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-06-171-9/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-06-171-5/+0
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-06-171-0/+5
* linux(4): Fix execve() on amd64/linux32 after a125ed50Dmitry Chagin2022-06-171-5/+9
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-06-171-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-06-171-22/+0
* Retire sv_transtrapDmitry Chagin2022-06-171-3/+2
* linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin2022-06-174-94/+94
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-06-172-27/+27
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-06-171-68/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-06-173-90/+4
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-06-174-33/+11
* linux(4): Retire unneeded initializationDmitry Chagin2022-06-171-3/+0
* linux(4): Regen for prctl fix.Dmitry Chagin2022-06-172-3/+3
* linux(4): Fix 039e98e6.Dmitry Chagin2022-06-171-1/+1