]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginlinux(4): Retire unneeded translate_traps from arm64
2022-06-17 Dmitry Chaginlinux(4): To improve readability use FUTEX_UNOWNED...
2022-06-17 Dmitry Chaginlinux(4): Convert the native kernel signal codes into...
2022-06-17 Dmitry Chaginlinux(4): Add kernel signal code definitions
2022-06-17 Dmitry Chaginlinux(4): Move signal codes definitions to the appropri...
2022-06-17 Dmitry Chaginarm64: Enable the floating-point exception traps
2022-06-17 Dmitry Chaginlinux(4): Handle cas failure on ll/sc operations
2022-06-17 Dmitry Chaginkqueue: Trim trailing whitespace
2022-06-17 Dmitry ChaginPrevent running sigwait tests in parallel
2022-06-17 Dmitry Chaginlinux(4): Fix arm64 syscalls.master layout
2022-06-17 Dmitry Chaginlibsysdecode: Fix decoding of SCHED_ flags
2022-06-17 Dmitry Chaginlinux(4): Add AT_MINSIGSTKSZ to arm64 port
2022-06-17 Dmitry Chaginlinux(4): Implement signal trampoline for arm64 in...
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): Implement futex_op for arm64.
2022-06-17 Dmitry Chaginkqueue: Fix kqueue(2) man page.
2022-06-17 Dmitry Chaginsysvsem: Fix a typo
2022-06-17 Dmitry Chaginsysvsem: Style(9)
2022-06-17 Dmitry Chaginsysvsem: Trim traiing whitespace
2022-06-17 Dmitry Chaginfusefs tests: Remove an unused variable.
2022-06-17 Dmitry Chagintests: Get rid of invalid since 3e11d3f6 testcase
2022-06-17 Dmitry ChaginFixed the value returned by sched_getaffinity().
2022-06-17 Dmitry Chaginlinux(4): Revert c7ef7c3 as it's wrong at all.
2022-06-17 Dmitry Chaginkdump: Decode cpuset_t.
2022-06-17 Dmitry ChaginAdd tests for affinity syscalls.
2022-06-17 Dmitry Chagincpuset: Byte swap cpuset for compat32 on big endian...
2022-06-17 Dmitry Chaginlinux(4): Regen for prctl fix.
2022-06-17 Dmitry Chaginlinux(4): Fix 039e98e6.
2022-06-17 Dmitry Chaginlinux(4); Style.
2022-06-17 Dmitry Chaginlinux(4): Return native error from futex_atomic_op...
2022-06-17 Dmitry Chaginlinux(4): Fixed offset miscalculation in the preadv...
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): The futex_wait operation should restart.
2022-06-17 Dmitry Chaginlinux(4): Use the right function to get the bit index...
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): Add a helper intended for copying timespec...
2022-06-17 Dmitry Chaginlinux(4): Prevent time_t overflows on i386.
2022-06-17 Dmitry Chaginlinux(4): Zero out high order bits of nanoseconds in...
2022-06-17 Dmitry Chaginlinux(4): Add a helper intended for copying timespec...
2022-06-17 Dmitry Chaginlinux(4): Regen for ppoll_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Fix ppoll_time64 syscall definition.
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): Regen for semop syscall.
2022-06-17 Dmitry Chaginlinux(4): Call semop directly.
2022-06-17 Dmitry Chaginsysvsem: Add a timeout argument to the semop.
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): Add epoll_pwai2 syscall.
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): Add copyin_sigset() helper.
2022-06-17 Dmitry Chaginlinux(4): Add linux_epoll_pwait_ts() helper for future...
2022-06-17 Dmitry Chaginlinux(4): Copyout pselect timeout.
2022-06-17 Dmitry Chaginlinux(4): Add a simple rseq syscall implementation.
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 Dmitry ChaginFix build after 128b9bf9
2022-06-17 Dmitry ChaginAdd tests for sigwait family syscalls.
2022-06-17 Dmitry Chaginsigtimedwait: Prevent timeout math overflows.
2022-06-17 Dmitry Chaginlinux(4): Refactor signal send methods.
2022-06-17 Dmitry Chaginlinux(4): Check that the thread tid in the thread group...
2022-06-17 Dmitry Chaginlinux(4): Microoptimize bsd_to_linux_sockaddr().
2022-06-17 Dmitry ChaginAdd timespecvalid_interval macro and use it.
2022-06-17 Dmitry ChaginFix sigtimedwait manpage.
2022-06-17 Dmitry ChaginBump Dd in getdirentries.2 after c6487446.
2022-06-17 Dmitry Chaginlinux(4): Copyout actual size of addr to the user space...
2022-06-17 Dmitry Chaginlinux(4): Limit user-supplied sockaddr length in recvfr...
2022-06-17 Dmitry Chaginlinux(4): Remove unnecessary PTRIN().
2022-06-17 Dmitry Chaginlinux(4): Handle SO_DOMAIN in getsockopt syscall.
2022-06-17 Dmitry Chagingetdirentries: return ENOENT for unlinked but still...
2022-06-17 Dmitry Chaginlinux(4): Prevent an attempt to copy an uninitialized...
next