]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
linux(4): Rename linux_timer.h to linux_time.h
[FreeBSD/FreeBSD.git] / sys / i386 /
2023-03-01 Dmitry Chaginlinux(4): Rename linux_timer.h to linux_time.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under i386/linux
2023-03-01 Dmitry Chaginlinux(4): Move uselib() to i386
2023-02-26 Dmitry Chaginlinux(4): Get rid of the opt_compat.h include.
2023-02-09 Alexander V. Chernikovnetlink: add NETLINK to GENERIC.
2023-02-09 Dmitry Chaginlinux(4): Attach netlink on i386.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_trans_osrel().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_copyout_strings().
2023-02-09 Dmitry Chaginlinux(4): Deduplicate linux_fixup_elf().
2023-02-09 Dmitry Chaginlinux(4): Add coredump support to i386.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate MI futex structures.
2023-02-09 Dmitry Chaginamd64: Eliminate write only cpu_fxsr.
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-20 Konstantin Belousovi386: print trampoline disposition value for verbose...
2023-01-19 Warner LoshLINT: Omit bnxt on i386
2023-01-14 Gordon Berglingi386: Fix a typo in a source code comment
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-06 Mitchell Horneddb: print the actual syscall name
2022-11-06 Mitchell Hornelinux: populate sv_syscallnames in each sysentvec
2022-11-06 Mitchell Horneddb: de-duplicate decode_syscall()
2022-10-26 Konstantin BelousovAdd vm_page_any_valid()
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-21 Konstantin Belousovi386: explain the handshake between copyout_fast.s...
2022-09-21 Konstantin Belousovi386: lower register's pressure on copyout_fast
2022-09-21 Konstantin Belousovi386 copyout/in_fast: handle page fault from KVA access
2022-09-21 Konstantin Belousovi386: check that trap() and syscall() run on the thread...
2022-09-21 Konstantin Belousovi386 copyout_fast: do not use trampstk for temporal...
2022-09-21 Konstantin Belousovi386 double fault: %ebx printout was missed
2022-09-07 Gordon Berglingi386: Correct a typo in source code comment
2022-09-02 Tijl Coosemansi386 doreti: Fix calculation of stack frame size
2022-08-31 Konstantin Belousovi386/exception.s: fix mismerge
2022-08-31 Konstantin Belousovx86: improve machdep.uprintf_signal
2022-08-31 Konstantin Belousovx86: print trap name in addition of trap number
2022-08-31 Konstantin Belousovi386: print all GPRs, PSL, and CR3 on double fault
2022-08-31 Konstantin Belousovi386: simplify flow control in irettraps
2022-08-31 Konstantin Belousovi386 doreti: stop saving/restoring %ecx around calls...
2022-08-31 Konstantin Belousovi386: do not allow userspace to set tf_trapno on sigret...
2022-08-31 Konstantin Belousovirettraps: i386 does not push %ss/%esp when exception...
2022-08-31 Konstantin Belousovi386 copyout_fast: improve detection of a fault on...
2022-08-08 Mateusz Guziki386: fix pmap_trm_arena_last atomic load type
2022-07-04 Mitchell Horneset_cputicker: use a bool
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-18 Dmitry ChaginFix e013e369 mismerge which is causes i386 LINT fails...
2022-06-17 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
2022-06-17 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-06-17 Dmitry Chaginlinux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry Chaginlinux(4): Deduplicate bsd_to_linux_trapcode()
2022-06-17 Dmitry Chaginlinux(4): Deduplicate translate_traps()
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginlinux(4): Retire unused include
2022-06-17 Dmitry Chaginlinux(4): Retire handmade DWARF annotations from signal...
2022-06-17 Dmitry Chaginlinux(4): Better naming for ucontext field of struct...
2022-06-17 Dmitry Chaginlinux(4): Rework the definition of struct siginfo to...
2022-06-17 Dmitry Chaginlinux(4): Move sigframe definitions to separate headers
2022-06-17 Dmitry Chaginlinux(4): Cleanup signal trampolines
2022-06-17 Dmitry Chaginlinux(4): Retire unneeded initialization
2022-06-17 Dmitry Chaginlinux(4): Regen for prctl fix.
2022-06-17 Dmitry Chaginlinux(4): Fix 039e98e6.
2022-06-17 Dmitry Chaginlinux(4): Return native error from futex_atomic_op...
2022-06-17 Dmitry Chaginlinux(4): Regen for prctl syscall.
2022-06-17 Dmitry Chaginlinux(4): Change prctl syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Implement vdso getcpu for x86.
2022-06-17 Dmitry Chaginlinux(4): Refactor vdso_gettc_x86 includes.
2022-06-17 Dmitry Chaginlinux(4): Implement semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Regen for semtimedop syscalls.
2022-06-17 Dmitry Chaginlinux(4): Change semtimedop syscall definition to match...
2022-06-17 Dmitry Chaginlinux(4): Retire linux_semop implementation.
2022-06-17 Dmitry Chaginlinux(4): Implement recvmmsg_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for recvmmsg_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change recvmmsg_time64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timerfd_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timerfd_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timerfd_gettime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timerfd_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timerfd_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timerfd_settime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timer_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timer_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timer_settime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement timer_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for timer_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change timer_gettime64 syscall definition...
2022-06-17 Dmitry Chaginlinux(4): Implement sched_rr_get_interval_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Regen for sched_rr_get_interval_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change sched_rr_get_interval_time64 syscall...
2022-06-17 Dmitry ChaginRemove dead code.
2022-06-17 Dmitry Chaginlinux(4): Regen for epoll_pwait2 syscall.
2022-06-17 Dmitry Chaginlinux(4): Change epoll_pwait2 syscall definition to...
2022-06-17 Dmitry Chaginlinux(4): Regen for rseq syscall.
2022-06-17 Dmitry Chaginlinux(4): Change rseq syscall definition to match Linux...
2022-06-17 John Baldwini386 linux: Remove unused variables.
2022-06-17 Mateusz Guziklinux: remove the always curthread argument from lconvpath
2022-06-17 Edward Tomasz Napi... linux: mv sys/i386/linux/linux_ptrace{,_machdep}.c
2022-06-17 Dmitry Chaginlinux(4): Regen for clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Implement clone3 system call.
2022-06-17 Dmitry Chaginlinux(4): Add struct clone_args for future clone3 syste...
2022-06-17 Dmitry Chaginlinux(4): Regen for clone syscall.
2022-06-17 Dmitry Chaginlinux(4): Change clone syscall definition to match...
next