]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Move all ifaddr route creation business logic to net/route/route_ifaddr.c
[FreeBSD/FreeBSD.git] / sys / kern /
2020-11-08 Kyle Evansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-07 Michael TuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 Kyle Evansimgact_binmisc: move some calculations out of the exec...
2020-11-07 Mateusz Guzikrms: several cleanups + debug read lockers handling
2020-11-07 Kyle Evansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 Michal MelounAdd a method to determine whether given interrupt is...
2020-11-07 Edward Tomasz Napi... Move TDB_USERWR check under 'if (traced)'.
2020-11-07 Kyle Evansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 Kyle Evansimgact_binmisc: validate flags coming from userland
2020-11-07 Kyle Evansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 Kyle Evansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 Mateusz Guzikmalloc: tweak the version check in r367432 to include...
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-05 Mateusz Guzikpoll/select: change selfd_zone into a malloc type
2020-11-05 Mateusz Guzikvfs: change nt_zone into a malloc type
2020-11-05 Kyle Evansimgact_binmisc: fix up some minor nits
2020-11-05 Mateusz Guzikfd: make all f_count uses go through refcount_*
2020-11-05 Mateusz Guzikfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-04 Mateusz Guzikpipe: whitespace nit in previous
2020-11-04 Mateusz Guzikpipe: fix POLLHUP handling if no events were specified
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-11-03 Brooks Davissysvshm: pass relevant uap members as arguments
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-02 Mateusz Guzikmalloc: prefix zones with malloc-
2020-11-02 Mateusz Guzikmalloc: export kernel zones instead of relying on them...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 Mateusz Guzikvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 Konstantin BelousovCheck for process group change in tty_wait_background().
2020-10-28 Edward Tomasz Napi... Add local variable to store the sysent pointer. Just...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Mateusz Guzikvfs: tidy up vnlru_free
2020-10-27 Mateusz Guzikvfs: fix vnode reclaim races against getnwevnode
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-26 Alexander MotinEnable bioq 'car limit' added at r335066 at 128 bios.
2020-10-24 Alexander MotinFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Ruslan Bukino Add iommu de-initialization method for MSI interface.
2020-10-24 Ryan Moellersysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 Ryan Moellerkern_sysctl: Misc code cleanup
2020-10-24 Kyle Evansaudit: correct reporting of *execve(2) success
2020-10-24 Mateusz Guzikcache: assorted typo fixes
2020-10-24 Mateusz Guzikcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 Mateusz Guzikvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 Mateusz Guzikcache: batch updates to numcache in case of mass removal
2020-10-24 Mateusz Guzikcache: refactor alloc/free
2020-10-24 Mateusz Guzikcache: fold branch prediction into cache_ncp_canuse
2020-10-24 Mateusz Guzikcache: fix some typos
2020-10-24 Mateusz Guzikcache: drop write-only vars
2020-10-23 Ruslan BukinMove the iommu stubs to a generic place, so they are...
2020-10-23 Mateusz Guzikcache: reduce memory waste in struct namecache
2020-10-23 Mateusz Guzikvfs: stop taking the interlock in vnode reclaim
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Mateusz Guzikcache: assert the created entry does not point to itself
2020-10-22 Konstantin Belousovsysv_sem: semusz depends on semume.
2020-10-22 Hans Petter SelaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 Brooks Davisvmapbuf: don't smuggle address or length in buf
2020-10-21 Mateusz Guzikcache: drop the spurious slash_prefixed argument
2020-10-20 Mateusz Guzikvfs: drop the de facto curthread argument from VOP_INACTIVE
2020-10-20 Mateusz Guzikvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 Konstantin Belousovvgonel(): avoid recursing into VOP_INACTIVE().
2020-10-19 Mateusz Guzikcache: promote negative entries based on more than...
2020-10-19 John BaldwinCheck TF_TOE not the tod pointer to determine if TOE...
2020-10-19 Mark Johnstonlink_elf_obj: Colour VM objects
2020-10-19 Mark Johnstonvmem: Allocate btags before looping in vmem_xalloc()
2020-10-19 Mark Johnstonvmem: Simplify bt_fill() callers a bit
2020-10-19 Ruslan BukinManage MSI iommu pages.
2020-10-19 Mateusz Guzikcache: refactor negative promotion/demotion handling
2020-10-17 Bjoern A. Zeebddb: add show sysinit command
2020-10-17 Mateusz Guzikcache: shorten names of debug stats
2020-10-17 Mateusz Guzikcache: don't automatically evict negative entries if...
2020-10-17 Mateusz Guzikcache: erwork sysctl vfs.cache tree
2020-10-17 Mateusz Guzikcache: factor negative lookup out of cache_fplookup_next
2020-10-17 Mateusz Guzikcache: avoid smr in cache_neg_evict in favoro of the...
2020-10-17 Mateusz Guzikcache: rework parts of negative entry management
2020-10-17 Mateusz Guzikcache: remove entries before trying to add new ones...
2020-10-17 Mateusz Guzikvfs: annotate mountlist_mtx with __exclusive_cache_line
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-17 Mateusz Guzikcache: add a probe reporting addition of duplicate...
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Mateusz Guzikcache: flip inverted condition in previous
2020-10-16 Mateusz Guzikcache: support negative entry promotion in slowpath smr
2020-10-16 Mateusz Guzikcache: elide vhold/vdrop around promoting negative...
2020-10-16 Mateusz Guzikcache: dedup code for negative promotion
2020-10-16 Mateusz Guzikcache: neglist -> nl; negstate -> ns
2020-10-15 Mateusz Guzikcache: split hotlist between existing negative lists
next