]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Bump __FreeBSD_version after amd(8) removal, r358821
[FreeBSD/FreeBSD.git] / sys / kern /
2020-03-09 kibpipe: explain why not deallocating inode number is...
2020-03-09 kibPreallocate pipe buffers on pipe creation.
2020-03-09 kibStyle.
2020-03-09 gallatinmake lacp's use_numa hashing aware of send tags
2020-03-08 mjgfd: use smr for managing struct pwd
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-06 markjAdd COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY().
2020-03-06 chsAdd a new "mntfs" pseudo file system which provides...
2020-03-05 kibbuffer pager: deref ucred immediately after read.
2020-03-04 cyMFV r358616:
2020-03-04 mjgexecve: use LOCKSHARED when looking up the interpreter
2020-03-04 chsif vm_pager_get_pages_async() returns an error, release...
2020-03-03 bzupic_ktrls: make RSS compile again here
2020-03-03 markjFix the malloc type used in sys_shm_unlink() after...
2020-03-02 kaktussys/: Document few more sysctls.
2020-03-02 mmMFV r358511,r358532:
2020-03-01 mjgvfs: stop taking additional refs on root vnode during...
2020-03-01 mjgfd: move vnodes out of filedesc into a dedicated structure
2020-03-01 mjgfd: make fgetvp_rights work without the filedesc lock
2020-02-29 markjEnsure that arm64 thread structures are allocated from...
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 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 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 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 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 jeffEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-16 mjgrefcount: update comments about fencing when releasing...
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 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 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-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...
next