]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Count number of times transmit ring is out of buffers in mlx5en(4).
[FreeBSD/FreeBSD.git] / sys / kern /
2020-04-02 cemddb(4): show lockchain: Don't dereference LK_KERNPROC
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 jhbRetire procfs-based process debugging.
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-04-01 jahdeadlkres: include thread name in panic messages
2020-03-30 gallatinKTLS: Coalesce adjacent TLS trailers & headers to impro...
2020-03-30 kibkern_sendfile.c: fix bugs with handling of busy page...
2020-03-30 kibkern_sendfile.c: do not release sfio reference on error.
2020-03-30 kibkern_sendfile.c: wait for all in-flight ios completion...
2020-03-30 kibkern_sendfile.c: add specific malloc type.
2020-03-30 kibVOP_GETPAGES_ASYNC(): consistently call iodone() callba...
2020-03-30 kibbuffer pager: skip bogus pages.
2020-03-30 kibkern_sendfile.c style: order headers alphabetically.
2020-03-30 emastecapabilities.conf: provide information about capmode...
2020-03-30 markjRemove the "config" taskqgroup and its KPIs.
2020-03-30 markjSimplify taskqgroup inititialization.
2020-03-27 jhbRefactor driver and consumer interfaces for OCF (in...
2020-03-26 markjRemove unused SYSINIT macros for capability rights.
2020-03-25 cemExpand generic subword atomic primitives
2020-03-24 kibkern_copy_file_range(): check the file type.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-22 rmacklemFix an NFS mount attempt where VFS_STATFS() fails.
2020-03-20 markjLock the socket in soo_stat().
2020-03-20 markjSimplify uipc_detach() slightly.
2020-03-20 markjRemove UNP_NASCENT, reverting r303855.
2020-03-19 markjkern_dup(): Call filecaps_free_prep() in a write section.
2020-03-19 markjEnter a write sequence when updating rights.
2020-03-18 bdragon[PowerPC][Book-E] Fix missing load base in elf_cpu_pars...
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-17 cemImplement sysctl kern.boot_id
2020-03-16 cemRemove misleading / redundant bzero in callout_callwhee...
2020-03-14 bzkern_jail: missing \0 termination check on osrelease...
2020-03-13 tuexensendfile() does currently not support SCTP sockets.
2020-03-12 cemkern_shutdown: Add missing EKCD ifdef
2020-03-10 kibFix signal delivery might be on sigfastblock clearing.
2020-03-10 kibReturn reschedule_signals() to being static again.
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-09 kibpipe: explain why not deallocating inode number is...
2020-03-09 kibPreallocate pipe buffers on pipe creation.
2020-03-09 kibStyle.
2020-03-09 gallatinmake lacp's use_numa hashing aware of send tags
2020-03-08 mjgfd: use smr for managing struct pwd
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-06 markjAdd COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY().
2020-03-06 chsAdd a new "mntfs" pseudo file system which provides...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-05 kibbuffer pager: deref ucred immediately after read.
2020-03-04 cyMFV r358616:
2020-03-04 mjgexecve: use LOCKSHARED when looking up the interpreter
2020-03-04 chsif vm_pager_get_pages_async() returns an error, release...
2020-03-03 bzupic_ktrls: make RSS compile again here
2020-03-03 markjFix the malloc type used in sys_shm_unlink() after...
2020-03-02 kaktussys/: Document few more sysctls.
2020-03-02 mmMFV r358511,r358532:
2020-03-01 mjgvfs: stop taking additional refs on root vnode during...
2020-03-01 mjgfd: move vnodes out of filedesc into a dedicated structure
2020-03-01 mjgfd: make fgetvp_rights work without the filedesc lock
2020-02-29 markjEnsure that arm64 thread structures are allocated from...
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 jeffProvide a lock free alternative to resolve bogus pages...
2020-02-28 jeffConvert a few triviail consumers to the new unlocked...
2020-02-28 jeffUse unlocked grab for uipc_shm/tmpfs.
2020-02-28 markjFix standalone builds of systrace.ko after r357912.
2020-02-28 markjAdd a blocking counter KPI.
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-27 jeffSimplify lazy advance with a 64bit atomic cmpset.
2020-02-26 impRemove trailing white space.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-25 glebiusGeneralize resources freeing in sendfile with different...
2020-02-25 glebiusMake ktls_frame() never fail. Caller must supply corre...
2020-02-25 glebiusWhen sendfile_swapin() sweeps through pages in search...
2020-02-23 dimMerge ^/head r358239 through r358262.
2020-02-23 rlibbysys/kern: quiet -Wwrite-strings
2020-02-23 rlibbyvfs: quiet -Wwrite-strings
2020-02-23 rlibbysys/vm: quiet -Wwrite-strings
2020-02-22 kibAdd td_pflags2, yet another thread-private flags word.
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-21 mjgvfs: stop duplicating vnode work in audit during path...
2020-02-20 vangyzenclamp kernel dump compression level when using gzip
2020-02-20 kibFix a bug in r358168, do not call sigfastblock_setpend...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 mjgmake sysent for r358172 ("vfs: add realpathat syscall")
2020-02-20 mjgvfs: add realpathat syscall
2020-02-20 kibDo not read sigfastblock word on syscall entry.
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-19 jeffEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-16 mjgrefcount: update comments about fencing when releasing...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 mjgvfs: fix vlrureclaim ->v_object access
2020-02-16 mjgvfs: check early for VCHR in vput_final to short-circui...
2020-02-16 mmacyAdd zfree to zero allocation before free
2020-02-15 kibsem_remove(): fix the loop that compacts sem array...
2020-02-15 kibsem_remove(): add some asserts.
next