aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-292-18/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* linux(4): Make struct stat64 to match Linux actual oneDmitry Chagin2023-04-281-6/+5
* linux(4): Regen for mknod syscall changesDmitry Chagin2023-04-282-3/+3
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-1/+0
* linux(4): Make struct newstat to match actual Linux oneDmitry Chagin2023-04-281-4/+2
* linux(4): Regen for struct l_old_stat changesDmitry Chagin2023-04-285-41/+8
* linux(4): Update syscalls.master to reflect struct l_old_statDmitry Chagin2023-04-281-2/+2
* linux(4): Mark old fstat syscal as unimplementedDmitry Chagin2023-04-282-7/+2
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-04-281-1/+2
* linux(4): Fix LINUX_AT_COUNT commentsDmitry Chagin2023-04-221-1/+1
* linux(4): Deduplicate linux_copyout_auxargs()Dmitry Chagin2023-04-222-54/+12
* Remove stray lineWarner Losh2023-04-211-2/+0
* syscall.master: Fix commentsWarner Losh2023-04-201-0/+4
* 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): Reduce code duplication between MD filesDmitry Chagin2023-03-041-33/+0
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-02-141-1/+1
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-02-144-23/+9
* linux(4): Move uselib() to i386Dmitry Chagin2023-02-141-0/+260
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Attach netlink on i386.Dmitry Chagin2023-02-061-0/+3
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-021-27/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-021-121/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-021-16/+1
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-023-3/+60
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-012-11/+1
* 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): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-05-301-8/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-5/+0
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-05-281-0/+5
* linux(4): Deduplicate execveDmitry Chagin2022-05-231-25/+0
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-05-231-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-05-231-22/+0
* Retire sv_transtrapDmitry Chagin2022-05-201-4/+2
* linux(4): Retire unused includeDmitry Chagin2022-05-151-2/+0
* linux(4): Retire handmade DWARF annotations from signal trampolinesDmitry Chagin2022-05-154-98/+91
* linux(4): Better naming for ucontext field of struct rt_sigframeDmitry Chagin2022-05-152-28/+28
* linux(4): Rework the definition of struct siginfo to match Linux actual oneDmitry Chagin2022-05-151-68/+2
* linux(4): Move sigframe definitions to separate headersDmitry Chagin2022-05-153-98/+10
* linux(4): Cleanup signal trampolinesDmitry Chagin2022-05-154-32/+10
* linux(4): Retire unneeded initializationDmitry Chagin2022-05-151-3/+0
* linux(4): Regen for prctl fix.Dmitry Chagin2022-05-092-3/+3
* linux(4): Fix 039e98e6.Dmitry Chagin2022-05-091-1/+1
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-05-091-5/+5
* linux(4): Regen for prctl syscall.Dmitry Chagin2022-05-092-12/+12
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-05-091-4/+4
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-083-0/+26