]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Define SCTL_MASK32 when COMPAT_FREEBSD32 is defined.
[FreeBSD/FreeBSD.git] / sys / sys /
2020-02-28 brooksDefine SCTL_MASK32 when COMPAT_FREEBSD32 is defined.
2020-02-28 markjFix r358436 to not declare kernel symbols when _KERNEL...
2020-02-28 markjsy_call_t and systrace_args_func_t need to be visible...
2020-02-28 markjFix standalone builds of systrace.ko after r357912.
2020-02-28 markjAdd a blocking counter KPI.
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-28 impRemove duplicated ATA_CHECK_POWER_MODE
2020-02-27 jeffSimplify lazy advance with a 64bit atomic cmpset.
2020-02-26 kaktusMove the SYSCTL_ENFORCE_FLAGS to SYSCTL_NODE_WITH_LABEL...
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 gahrTrim trailing white space in comment
2020-02-25 glebiusMake ktls_frame() never fail. Caller must supply corre...
2020-02-25 kaktusSYSCTL_ROOT_NODE should use the SYSCTL_ENFORCE_FLAGS...
2020-02-23 rlibbysys/kern: quiet -Wwrite-strings
2020-02-23 rlibbyvfs: quiet -Wwrite-strings
2020-02-23 rlibbysys/vm: quiet -Wwrite-strings
2020-02-22 kibFix NFS client deadlock when read reports truncated...
2020-02-22 kibAdd td_pflags2, yet another thread-private flags word.
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 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 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 bzPartially revert VNET change and expand VNET structure.
2020-02-16 mjgrefcount: update comments about fencing when releasing...
2020-02-16 mjgrefcount: add missing release fence to refcount_release...
2020-02-16 mmacyAdd zfree to zero allocation before free
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 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-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 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 mjgvfs: remove the now empty vop_unlock_post
2020-02-02 mjgvfs: remove the never set VDESC_VPP_WILLRELE flag
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 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 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 mjgvfs: add VNPASS macro and augment VNASSERT to print...
2020-01-27 dougmCorrect the use of RB_AUGMENT in the RB_TREE macros...
2020-01-25 jahImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 traszAdd kern_unmount() and use in Linuxulator. No function...
2020-01-23 emasteadd MIPS-specific PT header ELF definitions
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 glebiusRemove struct callout_handle. Should have gone with...
2020-01-19 jeffProvide an API for interlocked refcount sleeps.
2020-01-17 mjgvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 glebiusChange argument order of epoch_call() to more natural...
2020-01-15 glebiusIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 glebius- Move global network epoch definition to epoch.h,...
2020-01-13 mjgvfs: per-cpu batched requeuing of free vnodes
2020-01-13 mjgvfs: rework vnode list management
next