]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linux
lindebugfs: Add `debugfs_create_file_size()`
[FreeBSD/FreeBSD.git] / sys / compat / linux /
2023-02-09 Dmitry Chaginlinux(4): Microoptimize linux_ipc code to unindent...
2023-02-09 Dmitry Chaginlinux(4): Use designated initializers.
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): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.
2023-02-09 Dmitry Chaginlinux(4): Microoptimize linux_elf.h for future use.
2023-02-09 Dmitry Chaginlinux(4): Deduplicate MI futex structures.
2023-02-06 Dmitry Chaginlinux(4): Convert mount exported flags for statfs syste...
2023-02-06 Dmitry Chaginlinux(4): Rework statfs conversion routine.
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-26 Alexander V. Chernikovlinuxolator: add netlink support
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-14 Alex Slinux(4): Fix get_robust_list() syscall return value.
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-08-10 Konstantin Belousovthread_create(): call cpu_copy_thread() after td_pflags...
2022-08-09 Konstantin Belousovelf_note_prpsinfo: handle more failures from proc_getargv()
2022-07-27 Dimitry AndricAdjust linux_get_char_devices() definition to avoid...
2022-07-19 Gordon Berglinglinux(4): Fix a typo in a source code comment
2022-07-11 Dmitry Chaginlinux(4): Implement __vdso_time
2022-07-06 Dmitry Chaginlinux(4): Trace Linux l_sigset_t.
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-22 Mateusz Guziklinux: plug a set-but-not-used var
2022-06-17 Edward Tomasz Napi... linux(4): bump osrelease to 4.4.0.
2022-06-17 Dmitry Chaginlinux(4): Return EINVAL when the clockid has invalid...
2022-06-17 Dmitry Chaginlinux(4): Return ENOTSUP for unsupported clockid
2022-06-17 Dmitry Chaginlinux(4): Prefer sizeof(object) vs sizeof(type)
2022-06-17 Dmitry Chaginlinux(4): Error is not a bool, use proper comparison
2022-06-17 Dmitry Chaginlinux(4): Use the copyin_sigset() in the remaining...
2022-06-17 Dmitry Chaginlinux(4): Refactor SIGPWR mapping
2022-06-17 Dmitry Chaginlinux(4): Fix the type of a constant in the signal...
2022-06-17 Dmitry Chaginlinux(4): Reduce duplication between MD parts of the...
2022-06-17 Dmitry Chaginlinux(4): Handle multiple mbufs in a control message...
2022-06-17 Dmitry Chaginlinux(4): Ratelimit message about unupported cmsg
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 Chaginlinux(4): Fix unlinkat() after a125ed50
2022-06-17 Dmitry Chaginlinux(4): Deduplicate execve
2022-06-17 Dmitry Chaginlinux(4): Fix unlink() after a125ed50
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 Chaginlinux(4): Handle cas failure on ll/sc operations
2022-06-17 Dmitry Chaginlinux(4): Add AT_MINSIGSTKSZ to arm64 port
2022-06-17 Dmitry Chaginlinux(4): Rework the definition of struct siginfo to...
2022-06-17 Dmitry Chaginlinux(4): Revert c7ef7c3 as it's wrong at all.
2022-06-17 Dmitry Chagincpuset: Byte swap cpuset for compat32 on big endian...
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): 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): 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): Implement semtimedop syscalls.
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): Implement timerfd_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Implement timerfd_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Implement timer_settime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Implement timer_gettime64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Implement sched_rr_get_interval_time64 syscall.
2022-06-17 Dmitry Chaginlinux(4): Add epoll_pwai2 syscall.
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): 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 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 Chaginlinux(4): Prevent an attempt to copy an uninitialized...
2022-06-17 Dmitry Chaginlinux(4): Fix a typo in itimerspec conversion routine.
2022-06-17 Dmitry Chaginlinux(4): Cleanup empty lines.
2022-06-17 Dmitry Chaginlinux(4): Fix KASSERT message.
2022-06-17 Dmitry Chaginlinux(4): readlink should fail if bufzis <= 0.
2022-06-17 Dmitry Chaginlinprocfs: Add /proc/self/oom_score_adj.
2022-06-17 Dmitry Chaginlinux(4): Add compat.linux32.emulate_i386 knob.
2022-06-17 Dmitry Chaginlinux(4): Fixup miscalculation of d_off of struct diren...
2022-06-17 Dmitry Chaginlinux(4): wait4() returns ESRCH if pid is INT_MIN.
2022-06-17 Dmitry Chaginlinux(4): Rid unused defines from linux_mib.
next