]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / sys / kern /
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 tuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 kevansimgact_binmisc: move some calculations out of the exec...
2020-11-07 mjgrms: several cleanups + debug read lockers handling
2020-11-07 kevansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 mmelAdd a method to determine whether given interrupt is...
2020-11-07 traszMove TDB_USERWR check under 'if (traced)'.
2020-11-07 kevansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 kevansimgact_binmisc: validate flags coming from userland
2020-11-07 kevansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 kevansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 mjgmalloc: tweak the version check in r367432 to include...
2020-11-06 mjgmalloc: move malloc_type_internal into malloc_type
2020-11-05 kibSuspend all writeable local filesystems on power suspend.
2020-11-05 mjgmalloc: add a helper returning size allocated for given...
2020-11-05 mjgRationalize per-cpu zones.
2020-11-05 mjgpoll/select: change selfd_zone into a malloc type
2020-11-05 mjgvfs: change nt_zone into a malloc type
2020-11-05 kevansimgact_binmisc: fix up some minor nits
2020-11-05 mjgfd: make all f_count uses go through refcount_*
2020-11-05 mjgfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-04 mjgpipe: whitespace nit in previous
2020-11-04 mjgpipe: fix POLLHUP handling if no events were specified
2020-11-04 mjgrms: fixup concurrent writer handling and add more...
2020-11-04 markjvmspace: Convert to refcount(9)
2020-11-03 brookssysvshm: pass relevant uap members as arguments
2020-11-03 cemunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-02 mjgmalloc: prefix zones with malloc-
2020-11-02 mjgmalloc: export kernel zones instead of relying on them...
2020-10-31 seMake sysctl user.local a tunable that can be written...
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 seAdd read only sysctl variable user.localbase
2020-10-30 mjgvfs: change vnode poll to just a malloc type
2020-10-30 mjgcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 jhbAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 mjgvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 mjgvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 jhbSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 kibCheck for process group change in tty_wait_background().
2020-10-28 traszAdd local variable to store the sysent pointer. Just...
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-27 mjgvfs: tidy up vnlru_free
2020-10-27 mjgvfs: fix vnode reclaim races against getnwevnode
2020-10-26 mjgcache: add missing NIRES_ABS handling
2020-10-26 mavEnable bioq 'car limit' added at r335066 at 128 bios.
2020-10-24 mavFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 bro Add iommu de-initialization method for MSI interface.
2020-10-24 freqlabssysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 freqlabskern_sysctl: Misc code cleanup
2020-10-24 kevansaudit: correct reporting of *execve(2) success
2020-10-24 mjgcache: assorted typo fixes
2020-10-24 mjgcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 mjgvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 mjgcache: batch updates to numcache in case of mass removal
2020-10-24 mjgcache: refactor alloc/free
2020-10-24 mjgcache: fold branch prediction into cache_ncp_canuse
2020-10-24 mjgcache: fix some typos
2020-10-24 mjgcache: drop write-only vars
2020-10-23 brMove the iommu stubs to a generic place, so they are...
2020-10-23 mjgcache: reduce memory waste in struct namecache
2020-10-23 mjgvfs: stop taking the interlock in vnode reclaim
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 mjgcache: assert the created entry does not point to itself
2020-10-22 kibsysv_sem: semusz depends on semume.
2020-10-22 hselaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-21 brooksvmapbuf: don't smuggle address or length in buf
2020-10-21 mjgcache: drop the spurious slash_prefixed argument
2020-10-20 mjgvfs: drop the de facto curthread argument from VOP_INACTIVE
2020-10-20 mjgvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 kibvgonel(): avoid recursing into VOP_INACTIVE().
2020-10-19 mjgcache: promote negative entries based on more than...
2020-10-19 jhbCheck TF_TOE not the tod pointer to determine if TOE...
2020-10-19 markjlink_elf_obj: Colour VM objects
2020-10-19 markjvmem: Allocate btags before looping in vmem_xalloc()
2020-10-19 markjvmem: Simplify bt_fill() callers a bit
2020-10-19 brManage MSI iommu pages.
2020-10-19 mjgcache: refactor negative promotion/demotion handling
2020-10-17 bzddb: add show sysinit command
2020-10-17 mjgcache: shorten names of debug stats
2020-10-17 mjgcache: don't automatically evict negative entries if...
2020-10-17 mjgcache: erwork sysctl vfs.cache tree
2020-10-17 mjgcache: factor negative lookup out of cache_fplookup_next
2020-10-17 mjgcache: avoid smr in cache_neg_evict in favoro of the...
2020-10-17 mjgcache: rework parts of negative entry management
2020-10-17 mjgcache: remove entries before trying to add new ones...
2020-10-17 mjgvfs: annotate mountlist_mtx with __exclusive_cache_line
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 mjgcache: add a probe reporting addition of duplicate...
2020-10-16 mjgcache: flip inverted condition in previous
2020-10-16 mjgcache: support negative entry promotion in slowpath smr
2020-10-16 mjgcache: elide vhold/vdrop around promoting negative...
2020-10-16 mjgcache: dedup code for negative promotion
2020-10-16 mjgcache: neglist -> nl; negstate -> ns
2020-10-15 mjgcache: split hotlist between existing negative lists
2020-10-15 mjgcache: make neglist an array given the static size
2020-10-15 brooksphysio: Don't store user addresses in bio_data
2020-10-15 mjgvfs: add VOP_EAGAIN
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-13 jhbPermit sending empty fragments for TLS 1.0.
2020-10-12 impnewbus: use ssize_t to match sb's len and size, fix...
next