]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Add a trivial linux(4) splice(2) implementation, which simply
[FreeBSD/FreeBSD.git] / sys / kern /
2020-07-18 mjgShort-circuit tdfind when looking for the calling thread.
2020-07-16 mjgvfs: fix vn_poll performance with either MAC or AUDIT
2020-07-16 mjgvfs: fix MAC/AUDIT mismatch in vn_poll
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 mjgpoll: factor fd lookup out of scan and rescan
2020-07-15 mjgfd: remove fd_lastfile
2020-07-15 mjgfd: add obvious branch predictions to fdalloc
2020-07-14 mjgcache: make negative shrinker round robin on all lists...
2020-07-14 mjgcache: remove numcalls
2020-07-14 mjgcache: count dropped entries
2020-07-14 mjgcache: remove neg_locked argument from cache_zap_locked
2020-07-14 mjgcache: remove a useless argument from cache_negative_insert
2020-07-14 mjgcache: create a dedicate struct for negative entries
2020-07-14 jkimMFV: r362513
2020-07-11 mjgfd: stop looping in pwd_hold
2020-07-10 mjgvfs: fix early termination of kern_getfsstat
2020-07-10 mjgvfs: fix trivial whitespace issues which don't interefe...
2020-07-10 mjgvfs: depessimize getfsstat when only the count is requested
2020-07-10 mjgvfs: avoid spurious memcpy in vfs_statfs
2020-07-10 kevansshm_open2: Implement SHM_GROW_ON_WRITE
2020-07-09 markjApply the logic from r363051 to semctl(2) and __sem_bas...
2020-07-09 markjAvoid copying out kernel pointers from msgctl(IPC_STAT).
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-07-06 markjRegenerate.
2020-07-06 markjPermit cpuset_(get|set)domain() in capability mode.
2020-07-06 kaktuskern.tty_info_kstacks: set compact format as default
2020-07-06 markjAllow accesses of the caller's CPU and domain sets...
2020-07-06 kaktuskern.tty_info_kstacks: add a compact format
2020-07-06 markjLift cpuset Capsicum checks into a subroutine.
2020-07-06 mjgvfs: expand on vhold_smr comment
2020-07-05 mjglockf: elide avoidable locking in lf_advlockasync
2020-07-05 kibFix typo.
2020-07-05 andrewRerun kernel ifunc resolvers after all CPUs have started
2020-07-04 mjgAdd char and short types to kcsan
2020-07-03 mjgifdef out pg_jobc assertions added in r361967
2020-07-02 mjgcred: add a prediction to crfree for td->td_realucred...
2020-07-02 mjgcache: add missing call to cache_ncp_invalid for negati...
2020-07-02 mjgcache: fix misplaced fence in cache_ncp_invalidate
2020-07-02 kibUse tdfind() in pget().
2020-07-01 andrewSimplify the flow when getting/setting an isrc
2020-07-01 mjgcache: lockless forward lookup with smr
2020-07-01 mjgvfs: protect vnodes with smr
2020-06-29 gallatinFix a panic when unloading firmware
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 jhbUse zfree() instead of explicit_bzero() and free().
2020-06-25 markjCall swap_pager_freespace() from vm_object_page_remove().
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 ngieAdd `kern.features.witness`
2020-06-21 tmunrovfs: track sequential reads and writes separately
2020-06-21 jeffUse zone nomenclature that is consistent with UMA.
2020-06-21 bdragon[PowerPC] More relocation fixes
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 kaktushw.bus.info: rework handler
2020-06-18 markjAdd the SCTP_SUPPORT kernel option.
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 freqlabsApply default security flavor in vfs_export
2020-06-16 sjgMake KENV_MVALLEN tunable
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-14 rmacklemFix export_args ex_flags field so that is 64bits, the...
2020-06-13 cemFlip kern.tty_info_kstacks on by default
2020-06-10 markjRemove the FIRMWARE_MAX limit.
2020-06-10 kibRemove double-calls to tc_get_timecount() to warm timec...
2020-06-10 emasteFix arm64 kernel build with DEBUG on
2020-06-10 rmacklemAdd two functions that create M_EXTPG mbufs with anonym...
2020-06-09 mjgcred: distribute reference count per thread
2020-06-09 jhbRefactor ptrace() ABI compatibility.
2020-06-09 mjgAssert on pg_jobc state.
2020-06-06 chsFix hang due to missing unbusy in sendfile when an...
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [2/2]
2020-06-04 kevansvfs: add restrictions to read(2) of a directory [1/2]
2020-06-02 jahvt(4): reset scrollback and cursor position after clear...
2020-06-02 rmacklemFix build issue introduced by r361699.
2020-06-01 freqlabsAssign default security flavor when converting old...
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-06-01 peterClarify which hints file is the source of an error...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 avgcorefile_open_last: don't keep a locked vnode while...
2020-05-29 jhbPermit SO_NO_DDP and SO_NO_OFFLOAD to be read via getso...
2020-05-28 rmacklemUpdate the files created from the new syscalls.master...
2020-05-28 rmacklemAdd a syscall for the nfs-over-tls daemons to use.
2020-05-27 rmacklemFix sosend() for the case where mbufs are passed in...
2020-05-26 hselaskyFix build issue after r360292 when using both RSS and...
2020-05-25 chsThis commit enables a UFS filesystem to do a forcible...
2020-05-25 jhbAdd support for optional separate output buffers to...
2020-05-25 cemcopystr(9): Move to deprecate (attempt #2)
2020-05-25 mjgproc: refactor clearing credentials into proc_unset_cred
2020-05-25 mjgvfs: use atomic_{store,load}_long to manage f_offset
2020-05-25 mjgvfs: restore mtx-protected foffset locking for 32 bit...
2020-05-24 mjgvfs: scale foffset_lock by using atomics instead of...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-21 freqlabsDeduplicate fsid comparisons
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-20 jhbRemove copyinfrom() and copyinstrfrom().
next