]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2022-06-20 Ed Mastepkg-bootstrap: use latest package set on arm64 stable...
2022-06-20 Hans Petter... mlx5ib: Fix memory leak in clean_mr() error path
2022-06-20 Hans Petter... ibcore: Fix use-after-free access in ucma_close()
2022-06-20 Hans Petter... uchcom(4): Add new USB ID.
2022-06-19 Doug Moorerb_tree: drop needless tests from rb_next, rb_prev
2022-06-18 Alan Somersmakefs: fix calculation of file sizes
2022-06-18 Alan Somersfusefs: handle evil servers that return illegal inode...
2022-06-18 Alan Somersfusefs: make the mknod.cc tests a bit more general.
2022-06-18 Thomas Pasqualinipf tests: pfsync and route_to test case
2022-06-18 Kristof Provostpf: Improve route-to handling of pfsync'd states
2022-06-18 Dmitry ChaginFix e013e369 mismerge which is causes i386 LINT fails...
2022-06-17 Dmitry ChaginCut out leftover of the sv_transtrap hook from the...
2022-06-17 John Baldwinvfs: Consistently validate AT_* flags in kern_* functions.
2022-06-17 Edward Tomasz... 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 Chaginlinprocfs: Add /proc/vm/max_map_count
2022-06-17 Dmitry Chaginlinux(4): Properly restore the thread signal mask after...
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): Properly build argument list for the signal...
2022-06-17 Dmitry Chaginlinux(4): Microoptimize rt_sendsig(), convert signal...
2022-06-17 Dmitry Chaginlinux(4): Avoid direct manipulation of td_sigmask
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 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 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.
next