]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
arm: allwinner: aw_nmi: Fix wrong logic when we disable the nmi
[FreeBSD/FreeBSD.git] / sys / kern /
2020-09-19 Michal MelounAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Eric van Gyzenvm_ooffset_t is now unsigned
2020-09-17 Warner LoshMove to a more robust and conservative alloation scheme...
2020-09-17 Edward Tomasz Napi... Get rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-17 Konstantin BelousovPut calls to check_pgrp_jobc() in fixjobc_kill() under...
2020-09-16 Konstantin BelousovAdd check_pgrp_jobc() calls into process exit path.
2020-09-16 Konstantin BelousovFix fixjobc+orhpanage.
2020-09-16 Konstantin BelousovAssert that P_TREE_GRPEXITED is set only once.
2020-09-16 Konstantin Belousovproc_realparent: if p_oppid does not match pid of the...
2020-09-16 Konstantin BelousovImprove ddb 'show pgrpdump' command.
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-16 Warner LoshUse standard bool type, instead of non-standard boolean_t
2020-09-15 Mark JohnstonFix locking in uipc_accept().
2020-09-15 Konstantin BelousovConvert page cache read to VOP.
2020-09-15 Konstantin Belousovvfs_subr.c: export io_hold_cnt and vn_read_from_obj().
2020-09-15 Konstantin BelousovDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-15 Mark JohnstonFix locking in uipc_accept().
2020-09-15 Mark JohnstonSimplify unix socket connection peer locking.
2020-09-15 Mark JohnstonAvoid an unnecessary malloc() when connecting dgram...
2020-09-15 Mark JohnstonSimplify unp_disconnect() callers.
2020-09-15 Mark JohnstonRename unp_pcb_lock2().
2020-09-15 Mark JohnstonImprove unix socket PCB refcounting.
2020-09-15 Mark JohnstonUpdate unix domain socket locking comments.
2020-09-14 Edward Tomasz Napi... Move td_softdep_cleanup() from userret() to ast();...
2020-09-14 Edward Tomasz Napi... Move TDP_GEOM check from userret() to ast(); this code...
2020-09-14 Edward Tomasz Napi... Move racct/rctl throttling from userret() to ast()...
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
next