]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Merge ^/head r358239 through r358262.
[FreeBSD/FreeBSD.git] / sys / sys /
2020-02-23 dimMerge ^/head r358239 through r358262.
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-21 manuBump _FreeBSD_version after the recent linuxkpi changes
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 mjgmake sysent for r358172 ("vfs: add realpathat syscall")
2020-02-20 mjgvfs: add realpathat syscall
2020-02-20 kibDo not read sigfastblock word on syscall entry.
2020-02-20 baptBump __FreeBSD_version after bumping ncurses shlib
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-19 jeffSince r357940 it is no longer possible to use a single...
2020-02-19 jeffType validating smr protected pointer accessors.
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 bzPartially revert VNET change and expand VNET structure.
2020-02-16 mjgrefcount: update comments about fencing when releasing...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 mjgrefcount: add missing release fence to refcount_release...
2020-02-16 mmacyAdd zfree to zero allocation before free
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgcapsicum: add cap_rights_init_zero, cap_rights_init_one...
2020-02-14 mjgMake atomic_load_ptr type-aware
2020-02-14 dimMerge ^/head r357921 through r357930.
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 kaktussysctl(9): properly use xor in ENFORCE_FLAGS macro
2020-02-14 mjgMerge audit and systrace checks
2020-02-14 mjgAnnotate branches in the syscall path
2020-02-14 mjglockmgr: rename lock_fast_path to lock_flags
2020-02-14 mjglockmgr: retire the unused lockmgr_unlock_fast_path...
2020-02-14 kevansu_char -> vm_prot_t in a couple of places, NFC
2020-02-13 mjgPartially decompose priv_check by adding priv_check_cre...
2020-02-13 mjgInline jailed().
2020-02-13 jeffAdd more precise SMR entry asserts.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mjgvfs: switch to smp_rendezvous_cpus_retry for vfs_op_thr...
2020-02-12 mjgAdd smp_rendezvous_cpus_retry
2020-02-12 mjgDedup zpcpu assertions into one macro and guard the...
2020-02-12 mjgStore offset into zpcpu allocations in the per-cpu...
2020-02-12 mmMFV r357783:
2020-02-11 glebiusRemove assertion from TASK_INIT() macro, since some...
2020-02-11 glebiusAdd flag to struct task to mark the task as requiring...
2020-02-11 mjgcapsicum: restore the cap_rights_contains symbol
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-10 mjgTidy up zpcpu_replace*
2020-02-09 kibAdd sysctl kern.proc.sigfastblk for reporting sigfastbl...
2020-02-09 kibAdd AT_BSDFLAGS auxv entry.
2020-02-09 kibRegen.
2020-02-09 kibAdd a way to manage thread signal mask using shared...
2020-02-07 mjgvfs: use newly added zpcpu routines instead of direct...
2020-02-07 mjgAdd zpcpu_{set,add,sub}_protected.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-07 rlibbysmr.h: fix build after r357641
2020-02-06 luporlImplement kvm_kerndisp
2020-02-06 kaktussysctl(9): add CTLFLAG_NEEDGIANT flag
2020-02-04 impBump __FreeBSD_version to 1300077 for r357455
2020-02-04 dchaginFor code reuse in Linuxulator rename get_proccess_cputime()
2020-02-04 jeffImplement a deferred write advancement feature that...
2020-02-03 mjgfd: streamline fget_unlocked
2020-02-03 mjgfd: remove the seq argument from fget_unlocked
2020-02-03 mjgseqc: provide seqc_read_any
2020-02-03 mjgktrace: provide ktrstat_error
2020-02-03 impRemove sparc64 kernel support
2020-02-03 mjgcapsicum: faster cap_rights_contains
2020-02-02 kevansProvide O_SEARCH
2020-02-02 dimMerge ^/head r357389 through r357407.
2020-02-02 mjgvfs: remove the now empty vop_unlock_post
2020-02-02 mjgvfs: remove the never set VDESC_VPP_WILLRELE flag
2020-02-01 dimMerge ^/head r357368 through r357388.
2020-02-01 mjgcache: replace kern___getcwd with vn_getcwd
2020-02-01 mjgvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 dimMerge ^/head r357350 through r357367.
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 mjgvfs: add vrefactn
2020-01-31 jeffAdd two missing fences with comments describing them...
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-31 mjgAdd rms_try_rlock and rms_wowned.
2020-01-31 jeffDon't use "All rights reserved" in new copyrights.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-30 mjgvfs: remove the never set VDESC_NOMAP_VPP flag
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-29 mjgvfs: add VNPASS macro and augment VNASSERT to print...
2020-01-27 dimMerge ^/head r357119 through r357178.
2020-01-27 dougmCorrect the use of RB_AUGMENT in the RB_TREE macros...
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-25 jahImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 traszAdd kern_unmount() and use in Linuxulator. No function...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 emasteadd MIPS-specific PT header ELF definitions
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 glebiusEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 glebiusAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 cemcpufreq(4): Add support for Intel Speed Shift
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
next