]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Improve input validation when processing AUTH chunks.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 jeffProvide a lock free alternative to resolve bogus pages...
2020-02-28 jeffConvert a few triviail consumers to the new unlocked...
2020-02-28 jeffUse unlocked grab for uipc_shm/tmpfs.
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-27 dimMerge ^/head r358269 through r358399.
2020-02-27 jeffSimplify lazy advance with a 64bit atomic cmpset.
2020-02-26 impRemove trailing white space.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-25 glebiusGeneralize resources freeing in sendfile with different...
2020-02-25 glebiusMake ktls_frame() never fail. Caller must supply corre...
2020-02-25 glebiusWhen sendfile_swapin() sweeps through pages in search...
2020-02-23 dimMerge ^/head r358239 through r358262.
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 kibAdd td_pflags2, yet another thread-private flags word.
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-21 mjgvfs: stop duplicating vnode work in audit during path...
2020-02-20 vangyzenclamp kernel dump compression level when using gzip
2020-02-20 kibFix a bug in r358168, do not call sigfastblock_setpend...
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-19 dimMerge ^/head r358075 through r358130.
2020-02-19 jeffEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-16 mjgrefcount: update comments about fencing when releasing...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 mjgvfs: fix vlrureclaim ->v_object access
2020-02-16 mjgvfs: check early for VCHR in vput_final to short-circui...
2020-02-16 mmacyAdd zfree to zero allocation before free
2020-02-15 kibsem_remove(): fix the loop that compacts sem array...
2020-02-15 kibsem_remove(): add some asserts.
2020-02-15 kibUse designated initializers for seminfo.
2020-02-15 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgvfs: make write suspension mandatory
2020-02-15 mjgcapsicum: use new helpers
2020-02-15 mjgkqueue: use new capsicum helpers
2020-02-15 mjgfd: use new capsicum helpers
2020-02-15 mjgvfs: use new capsicum helpers
2020-02-14 kibConsolidate read code for timecounters and fix possible...
2020-02-14 mjgvfs: remove no longer needed atomic_load_ptr casts
2020-02-14 mjgfd: remove no longer needed atomic_load_ptr casts
2020-02-14 mjgkcov: remove no longer needed atomic_load_ptr casts
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 mjgMerge audit and systrace checks
2020-02-14 mjgAnnotate branches in the syscall path
2020-02-14 mjglockmgr: add a change missed in r357907
2020-02-14 mjgfd: annotate finstall with prediction branches
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 mjgvfs: use mac fastpath for lookup, open, read, write...
2020-02-13 mjgPartially decompose priv_check by adding priv_check_cre...
2020-02-13 mjgInline jailed().
2020-02-13 mjgAnnotate suser_enabled as __read_mostly
2020-02-13 jeffSince r357804 pcpu zones are required to use zalloc_pcp...
2020-02-13 jeffAdd more precise SMR entry asserts.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 kevanssys/kern sysent: re-add dependency on capabilities...
2020-02-12 emasteregen sysent after r357831, r357838
2020-02-12 emasteAllow getloginclass in capability mode
2020-02-12 emasteAllow fdatasync in capability mode
2020-02-12 mjgvfs: refactor vputx and add more comment
2020-02-12 mjgvfs: drop remaining zpcpu casts
2020-02-12 mjgvfs: switch to smp_rendezvous_cpus_retry for vfs_op_thr...
2020-02-12 mjgrms: use smp_rendezvous_cpus_retry instead of a hand...
2020-02-12 mjgAdd smp_rendezvous_cpus_retry
2020-02-12 mjgStore offset into zpcpu allocations in the per-cpu...
2020-02-12 mjgepoch: convert zpcpu_get_cpua(.., curcpu) to zpcpu_get
2020-02-12 mmMFV r357783:
2020-02-11 glebiusAdd flag to struct task to mark the task as requiring...
2020-02-11 mjgvfs: fix vhold race in mnt_vnode_next_lazy_relock
2020-02-11 mjgcapsicum: restore the cap_rights_contains symbol
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-10 mjgvfs: fix device count leak on vrele racing with vgone
2020-02-10 lwhsuRestore the behavior of allowing empty string in a...
2020-02-10 hselaskyFix for unbalanced EPOCH(9) usage in the generic kernel...
2020-02-10 mjgvfs: fix lock recursion in vrele
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-08 mjgvfs: tidy up vget_finish and vn_lock
2020-02-08 mjgvfs: remove now useless ENODEV handling from vn_fullpat...
2020-02-08 kibCorrect the function name in the comment.
2020-02-07 mjgrms: use newly added zpcpu routines instead of direct...
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-06 jeffFix a race in smr_advance() that could result in unnece...
2020-02-06 jeffAdd some global counters for SMR. These may eventually...
2020-02-06 kaktussysctl(9): add CTLFLAG_NEEDGIANT flag
next