]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Refine the busdma template interface. Provide tools for filling in fields
[FreeBSD/FreeBSD.git] / sys / kern /
2020-09-14 Scott LongRefine the busdma template interface. Provide tools...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Konstantin BelousovFix interaction between largepages and seals/writes.
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Konstantin BelousovSupport for userspace non-transparent superpages (large...
2020-09-09 Konstantin Belousovuipc_shm.c: Move comment where it belongs.
2020-09-09 Gleb SmirnoffIn r354148 the goal was to check THREAD_CAN_SLEEP(...
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Konstantin BelousovConvert allocations of the phys pager to vm_pager_alloc...
2020-09-08 Mateusz Guzikfd: fix fhold on an uninitialized var in fdcopy_remapped
2020-09-08 Mateusz Guzikcache: drop write-only tvp_seqc vars
2020-09-08 Mateusz Guzikvfs: drop a write-only var in vfs_periodic_msync_inactive
2020-09-07 Konstantin Belousovimgact_elf.c: unify check for phdr fitting into the...
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-05 Chuck Silversvfs: avoid exposing partially constructed vnodes
2020-09-05 Bjoern A. Zeebuipc_ktls: remove unused static function
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-04 Andrew Gallatinktls: Check for a NULL send tag in ktls_cleanup()
2020-09-02 Brooks DavisAlways report ENOSYS in init
2020-09-02 Mateusz Guzikvfs: retire vholdl as a symbol
2020-09-02 Mateusz Guzikvfs: purge cache entries early on vgone
2020-09-02 Mark JohnstonAdd sysctl(8) formatting for hw.pagesizes.
2020-09-02 Hans Petter SelaskyAssert that cc_exec_drain(cc, direct) is NULL before...
2020-09-02 Hans Petter SelaskyMicro optimise _callout_stop_safe() by removing dead...
2020-09-01 Mateusz Guzikkern: clean up empty lines in .c and .h files
2020-08-31 Kyle Evansposixshm: fix setting of shm_flags
2020-08-31 Andrew Gallatinmake m_getm2() resilient to zone_jumbop exhaustion
2020-08-29 Vladimir KondratyevLinuxKPI: Implement ksize() function.
2020-08-29 Warner LoshWe don't need to INCLUDENUL, so turn it off to avoid...
2020-08-29 Warner LoshUse sbuf_cat instead of sbuf_cpy
2020-08-29 Warner LoshAvoid NULL pointer dereferences
2020-08-29 Warner LoshMove to using sbuf for some sysctl in newbus
2020-08-29 Warner LoshRetire devctl_notify_f()
2020-08-29 Warner Loshdevctl: move to using a uma zone
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Kirk McKusickAdd a comment to clarify when and why cached names...
2020-08-27 Glen BarberMFH
2020-08-27 Mark JohnstonFix writing of the final block of encrypted, compressed...
2020-08-27 Mateusz Guzikcache: don't update timestmaps on found entry
2020-08-27 Mateusz Guzikcache: assorted clean ups
2020-08-27 Mateusz Guzikcache: ncp = NULL early to account for sdt probes in...
2020-08-27 Warner LoshImplement FLUSHO
2020-08-26 Rick MacklemFix a "v_seqc_users == 0 not met" panic when VFS_STATFS...
2020-08-26 Mark Johnstonvmem: Avoid allocating span tags when segments are...
2020-08-26 Mateusz Guzikcache: relock on failure in cache_zap_locked_vnode
2020-08-26 Mateusz Guzikcache: stop null checking in cache_free
2020-08-26 Mateusz Guzikcache: make it mandatory to request both timestamps...
2020-08-26 Mateusz Guzikcache: convert bucketlocks to a mutex
2020-08-26 Mateusz Guzikcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 Mateusz Guzikcache: decouple smr and locked lookup in the slowpath
2020-08-26 Mateusz Guzikcache: factor dotdot lookup out of cache_lookup
2020-08-26 Alan Somerscrypto(9): add CRYPTO_BUF_VMPAGE
2020-08-25 Mateusz Guzikvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-25 Rick MacklemFix hangs with processes stuck sleeping on btalloc...
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Alexander V. ChernikovRemove RT_LOCK mutex from rte.
2020-08-24 Warner LoshChange the resume notification event from 'kern' to...
2020-08-24 Mateusz Guzikcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Mateusz Guzikcache: lockless reverse lookup
2020-08-24 Mateusz Guzikcache: drop the always curthread argument from reverse...
2020-08-24 Mateusz Guzikcache: perform reverse lookup using v_cache_dd if possible
2020-08-24 Mateusz Guzikcache: populate v_cache_dd for non-VDIR entries
2020-08-23 Mateusz Guzikvfs: validate ndp state after the lookup
2020-08-23 Mateusz Guzikvfs: convert nameiop into an enum
2020-08-23 Mateusz Guzikvfs: support denying access in vaccess_vexec_smr
2020-08-23 Mateusz Guzikvfs: factor away doomed vnode handling into vdropl_final
2020-08-23 Warner LoshFix another minor style glitch.
2020-08-23 Konstantin BelousovPass pointers to info parsed from notes, to brandinfo...
2020-08-23 Konstantin Belousovkern_sharedpage.c: Add exec_sysvec_init_secondary(...
2020-08-23 Mateusz Guzikvfs: mark freevnode as noinline
2020-08-22 Konstantin BelousovFix several issues with process group orphanage.
2020-08-22 Warner LoshWhitespace change to line up dev_sotfc definition.
2020-08-22 Warner LoshRetire obsolete sysctl hw.bus.devctl_disable
2020-08-22 Mateusz Guzikvfs: assert that HASBUF is only set with SAVENAME or...
2020-08-22 Mateusz Guzikcache: stronger vnode asserts in cache_enter_time
2020-08-22 Mateusz Guzikfd: pwd_drop after releasing filedesc lock
2020-08-22 Mateusz Guzikvfs: add a work around for vp_crossmp bug to realpath
2020-08-21 Mateusz Guzikvfs: fix freevnode accounting
2020-08-21 Warner LoshUse devctl.h instead of bus.h to reduce newbus pollution.
2020-08-20 Warner LoshMove from TAILQ to STAILQ because the nodes are a bit...
2020-08-20 Warner LoshMake devctl_queue_data_f and devctl_queue_data private.
2020-08-20 Warner LoshUse names suggested by kib@ in review D25969, move...
2020-08-20 Mateusz Guzikcache: don't use cache_purge_negative when renaming
2020-08-20 Mateusz Guzikcache: add cache_rename, a dedicated helper to use...
2020-08-20 Mateusz Guzikcache: reimplement cache_lookup_nomakeentry as cache_re...
2020-08-19 Rick MacklemAdd the MSG_TLSAPPDATA flag to indicate "return ENXIO...
2020-08-19 Warner LoshAdd VFS FS events for mount and unmount to devctl/devd
2020-08-19 Mateusz Guzikcache: when adding an already existing entry assert...
2020-08-19 Mateusz Guzikcache: tidy up the comment above cache_prehash
2020-08-19 Andrew TurnerMark COVERAGE and KCOV as part of KCSAN
2020-08-19 Mateusz Guzikvfs: remove the always-curthread td argument from VOP_R...
2020-08-19 Mateusz Guzikvfs: drop the error parameter from vn_isdisk, introduce...
2020-08-19 Mateusz Guzikvfs: sanity check mount counters in vfs_op_enter
2020-08-18 Mark JohnstonRevert r364310.
2020-08-17 Gleb SmirnoffWith INVARIANTS panic immediately if M_WAITOK is reques...
2020-08-16 Konstantin BelousovFix powerpc build.
2020-08-16 Konstantin BelousovVMIO read
next