]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
linux(4): Handle IP_ORIGDSTADDR socket option for IPPROTO_IP protocol level
[FreeBSD/FreeBSD.git] / sys /
2022-06-17 Dmitry Chaginlinux(4): Handle IP_ORIGDSTADDR socket option for IPPRO...
2022-06-17 Dmitry Chaginlinux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future use
2022-06-17 Dmitry Chaginlinux(4): Overwrite SO_TIMESTAMP counterpart
2022-06-17 Dmitry Chaginlinux(4): Refactor linux_common_recvmsg()
2022-06-17 Dmitry Chaginlinux(4): Handle SO_TIMESTAMPNS socket option
2022-06-17 Dmitry Chaginlinux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries
2022-06-17 Dmitry Chaginlinux(4): For future use replace malloc type for l_sock...
2022-06-17 Dmitry Chaginlinux(4): Improve recvmsg() readability
2022-06-17 Dmitry Chaginlinux(4): For future use move SCM definitions below...
2022-06-17 Dmitry Chaginlinux(4): Avoid EISCONN if addr is specified for sendto()
2022-06-17 Dmitry Chaginlinux(4): Fix SO_LINGER l_onoff value
2022-06-17 Dmitry Chaginlinux(4): Add a helper to copyout getsockopt value
2022-06-17 Dmitry Chaginlinux(4): Check the socket before any others sanity...
2022-06-17 Dmitry ChaginFinish cpuset_getaffinity() after f35093f8
2022-06-17 Dmitry Chaginsysent: Get rid of bogus sys/sysent.h include.
2022-06-17 Dmitry Chaginlinux(4): Fix unlinkat() after a125ed50
2022-06-17 Dmitry Chaginlinux(4); Move vdso_selector_x86.c to the linux_common...
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry Chaginlinux(4): Fix unlink() after a125ed50
2022-06-17 Dmitry Chaginlinux(4): Fix execve() on amd64/linux32 after a125ed50
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 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 Chaginlinux(4): Fix arm64 syscalls.master layout
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 Chaginsysvsem: Fix a typo
2022-06-17 Dmitry Chaginsysvsem: Style(9)
2022-06-17 Dmitry Chaginsysvsem: Trim traiing whitespace
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 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...
next