]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge r358042 from the clang1000-import branch:
[FreeBSD/FreeBSD.git] / sys / kern /
2020-02-17 Dimitry AndricMerge r358042 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358034 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358030 from the clang1000-import branch:
2020-02-16 Mateusz Guzikrefcount: update comments about fencing when releasing...
2020-02-16 Dimitry AndricMerge ^/head r357966 through r357999.
2020-02-16 Mateusz Guzikvfs: fix vlrureclaim ->v_object access
2020-02-16 Mateusz Guzikvfs: check early for VCHR in vput_final to short-circui...
2020-02-16 Matt MacyAdd zfree to zero allocation before free
2020-02-15 Konstantin Belousovsem_remove(): fix the loop that compacts sem array...
2020-02-15 Konstantin Belousovsem_remove(): add some asserts.
2020-02-15 Konstantin BelousovUse designated initializers for seminfo.
2020-02-15 Dimitry AndricMerge r357970 from the clang1000-import branch:
2020-02-15 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-15 Dimitry AndricMerge ^/head r357931 through r357965.
2020-02-15 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 Mateusz Guzikvfs: make write suspension mandatory
2020-02-15 Jung-uk KimMFV: r357927
2020-02-15 Mateusz Guzikcapsicum: use new helpers
2020-02-15 Mateusz Guzikkqueue: use new capsicum helpers
2020-02-15 Mateusz Guzikfd: use new capsicum helpers
2020-02-15 Mateusz Guzikvfs: use new capsicum helpers
2020-02-14 Konstantin BelousovConsolidate read code for timecounters and fix possible...
2020-02-14 Mateusz Guzikvfs: remove no longer needed atomic_load_ptr casts
2020-02-14 Mateusz Guzikfd: remove no longer needed atomic_load_ptr casts
2020-02-14 Mateusz Guzikkcov: remove no longer needed atomic_load_ptr casts
2020-02-14 Dimitry AndricMerge ^/head r357855 through r357920.
2020-02-14 Ed MasteUpgrade to OpenSSH 7.9p1.
2020-02-14 Mateusz GuzikMerge audit and systrace checks
2020-02-14 Mateusz GuzikAnnotate branches in the syscall path
2020-02-14 Mateusz Guziklockmgr: add a change missed in r357907
2020-02-14 Mateusz Guzikfd: annotate finstall with prediction branches
2020-02-14 Mateusz Guziklockmgr: rename lock_fast_path to lock_flags
2020-02-14 Mateusz Guziklockmgr: retire the unused lockmgr_unlock_fast_path...
2020-02-14 Kyle Evansu_char -> vm_prot_t in a couple of places, NFC
2020-02-13 Mateusz Guzikvfs: use mac fastpath for lookup, open, read, write...
2020-02-13 Mateusz GuzikPartially decompose priv_check by adding priv_check_cre...
2020-02-13 Mateusz GuzikInline jailed().
2020-02-13 Mateusz GuzikAnnotate suser_enabled as __read_mostly
2020-02-13 Jeff RobersonSince r357804 pcpu zones are required to use zalloc_pcp...
2020-02-13 Jeff RobersonAdd more precise SMR entry asserts.
2020-02-13 Dimitry AndricMerge ^/head r357662 through r357854.
2020-02-12 Kyle Evanssys/kern sysent: re-add dependency on capabilities...
2020-02-12 Ed Masteregen sysent after r357831, r357838
2020-02-12 Ed MasteAllow getloginclass in capability mode
2020-02-12 Ed MasteAllow fdatasync in capability mode
2020-02-12 Mateusz Guzikvfs: refactor vputx and add more comment
2020-02-12 Mateusz Guzikvfs: drop remaining zpcpu casts
2020-02-12 Mateusz Guzikvfs: switch to smp_rendezvous_cpus_retry for vfs_op_thr...
2020-02-12 Mateusz Guzikrms: use smp_rendezvous_cpus_retry instead of a hand...
2020-02-12 Mateusz GuzikAdd smp_rendezvous_cpus_retry
2020-02-12 Mateusz GuzikStore offset into zpcpu allocations in the per-cpu...
2020-02-12 Mateusz Guzikepoch: convert zpcpu_get_cpua(.., curcpu) to zpcpu_get
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Gleb SmirnoffAdd flag to struct task to mark the task as requiring...
2020-02-11 Mateusz Guzikvfs: fix vhold race in mnt_vnode_next_lazy_relock
2020-02-11 Mateusz Guzikcapsicum: restore the cap_rights_contains symbol
2020-02-11 Xin LIMFV r357712: file 5.38.
2020-02-10 Mateusz Guzikvfs: fix device count leak on vrele racing with vgone
2020-02-10 Li-Wen HsuRestore the behavior of allowing empty string in a...
2020-02-10 Hans Petter SelaskyFix for unbalanced EPOCH(9) usage in the generic kernel...
2020-02-10 Mateusz Guzikvfs: fix lock recursion in vrele
2020-02-09 Konstantin BelousovAdd sysctl kern.proc.sigfastblk for reporting sigfastbl...
2020-02-09 Konstantin BelousovAdd AT_BSDFLAGS auxv entry.
2020-02-09 Konstantin BelousovRegen.
2020-02-09 Konstantin BelousovAdd a way to manage thread signal mask using shared...
2020-02-09 Kyle EvansMFV r357687: Import NFS fix for O_SEARCH tests
2020-02-08 Mateusz Guzikvfs: tidy up vget_finish and vn_lock
2020-02-08 Mateusz Guzikvfs: remove now useless ENODEV handling from vn_fullpat...
2020-02-08 Konstantin BelousovCorrect the function name in the comment.
2020-02-07 Mateusz Guzikrms: use newly added zpcpu routines instead of direct...
2020-02-07 Dimitry AndricMerge ^/head r357408 through r357661.
2020-02-06 Jeff RobersonFix a race in smr_advance() that could result in unnece...
2020-02-06 Jeff RobersonAdd some global counters for SMR. These may eventually...
2020-02-06 Kyle EvansMFV r357635: imnport v1.9 of the O_SEARCH tests
2020-02-06 Pawel Biernackisysctl(9): add CTLFLAG_NEEDGIANT flag
2020-02-06 Xin LIMFV r357608: Limit memory usage in xz(1) instead of...
2020-02-05 Mark JohnstonAvoid releasing object PIP in vn_sendfile() if no pages...
2020-02-05 Leandro LuporiAdd SYSCTL to get KERNBASE and relocated KERNBASE
2020-02-05 Mateusz Guzikfd: always nullify *fdp in fget* routines
2020-02-04 Ryan Libbyuma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG &...
2020-02-04 Konstantin BelousovRemove unneeded assert for curproc. Simplify.
2020-02-04 Mark JohnstonCorrect the malloc tag used when freeing the temporary...
2020-02-04 Dmitry ChaginFor code reuse in Linuxulator rename get_proccess_cputime()
2020-02-04 Jeff RobersonImplement a deferred write advancement feature that...
2020-02-04 Jeff RobersonFix a recursion on the thread lock by acquiring it...
2020-02-03 Mark JohnstonFix the !SMP case in sched_add() after r355779.
2020-02-03 Mateusz Guzikfd: partially unengrish the previous commit
2020-02-03 Mateusz Guzikfd: streamline fget_unlocked
2020-02-03 Mateusz Guzikfd: remove the seq argument from fget_unlocked
2020-02-03 Mateusz Guzikfd: remove the seq argument from fget routines
2020-02-03 Mateusz Guzikktrace: provide ktrstat_error
2020-02-03 Gleb SmirnoffCouple protocol drain routines (frag6_drain and sctp_dr...
2020-02-03 Kyle Evansnamei: preserve errors from fget_cap_locked
2020-02-03 Warner LoshRemove sparc64 kernel support
2020-02-03 Mateusz Guzikcapsicum: faster cap_rights_contains
2020-02-03 Mateusz Guzikfd: fix f_count acquire in fget_unlocked
2020-02-03 Mateusz GuzikFix up various vnode-related asserts which did not...
2020-02-02 Kyle EvansProvide O_SEARCH
2020-02-02 Dimitry AndricMerge ^/head r357389 through r357407.
2020-02-02 Mateusz Guzikfd: sprinkle some predits around fget
next