]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel
[FreeBSD/FreeBSD.git] / sys / kern /
2022-07-16 Mateusz Guzikule: unbreak UP builds
2022-07-16 Dmitry Chaginktrace: Increase precision of timestamps.
2022-07-14 John BaldwinCollapse interrupt thread priorities.
2022-07-14 John Baldwin4bsd: Simplistic time-sharing for interrupt threads.
2022-07-14 John Baldwinule: Simplistic time-sharing for interrupt threads.
2022-07-14 John Baldwinithreads: Support priority adjustment by schedulers.
2022-07-14 John BaldwinAdd sched_ithread_prio to set the base priority of...
2022-07-14 Mark Johnstonsched_ule: Use the correct atomic_load variant for...
2022-07-14 Mark Johnstonsched_ule: Use explicit atomic accesses for tdq fields
2022-07-14 Mark Johnstonsched_ule: Enable preemption of curthread in the load...
2022-07-14 Mark Johnstonsched_ule: Fix racy loads of pc_curthread
2022-07-13 Cy Schubertunbound: Vendor import 1.16.1
2022-07-13 Mark Johnstontime: Make realitexpire() local to kern_time.c
2022-07-13 Mark Johnstoncallout: Simplify cpuid validation in callout_reset_sbt...
2022-07-11 Mark Johnstoneventtimer: Simplify KTR traces
2022-07-11 Mark Johnstoneventtimer: Fix several races in the timer reload code
2022-07-11 Mark Johnstoneventtimer: Pass a pcpu state pointer to getnext(cpu...
2022-07-11 Mark Johnstonsched_ule: Fix a typo in a comment
2022-07-11 Mark Johnstonsched_ule: Purge an obsolete comment
2022-07-11 Mark Johnstonsched_ule: Eliminate a superfluous local variable in...
2022-07-08 Gleb Smirnoffsockets: fix setsockopt(SO_RCVTIMEO) on a listening...
2022-07-07 Martin Matuskazfs: merge openzfs/zfs@cb01da680
2022-07-07 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.0
2022-07-05 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1q
2022-07-05 Mitchell Horneddb: use _FLAGS command macros where appropriate
2022-07-04 Gleb Smirnoffsockets: use only soref()/sorele() as socket reference...
2022-07-04 Gleb Smirnoffsockets: use positive flag for file descriptor socket...
2022-07-04 Xin LIfile: upgrade to 5.42.
2022-07-02 Warner Loshtty: Default to printing kernel stack traceback only...
2022-06-30 John Baldwinbusdma_bounce: Use PRI_ITHD scheduling class for worker...
2022-06-30 John BaldwinAdd register sets for NT_THRMISC and NT_PTLWPINFO.
2022-06-30 Gleb Smirnoffsocket: fix listen(2) on an already listening socket
2022-06-29 Konstantin Belousovvfs_mount.c: convert explicit panics and KASSERTs to...
2022-06-29 Konstantin Belousovvfs_op_exit(): assert that mnt_vfs_ops stays non-zero...
2022-06-29 Jamie Grittonjail: Remove a prison's shared memory when it dies
2022-06-29 Jamie Grittonjail: add prison_cleanup() to release resources held...
2022-06-29 Gleb Smirnoffunix: change error code for recvmsg() failed due to...
2022-06-28 Kristof Provostovpn: Introduce OpenVPN DCO support
2022-06-27 Mateusz Guzikcache: drop the vfs.cache_rename_add tunable
2022-06-24 Gleb Smirnoffunix/dgram: smart socket buffers for one-to-many sockets
2022-06-24 Gleb Smirnoffunix/dgram: reduce mbuf chain traversals in send(2...
2022-06-24 Gleb Smirnoffm_uiotombuf: write total memory length of the allocated...
2022-06-24 Gleb Smirnoffunix/dgram: use minimal possible socket buffer for...
2022-06-24 Gleb Smirnoffsockets: enable protocol specific socket buffers
2022-06-24 Gleb Smirnoffunix: provide an option to return locked from unp_conne...
2022-06-24 Gleb Smirnoffunix/dgram: inline sbappendaddr_locked() into uipc_sose...
2022-06-24 Gleb Smirnoffunix/dgram: add a specific receive method - uipc_sorece...
2022-06-24 Gleb Smirnoffunix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM...
2022-06-24 Gleb Smirnoffunix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM...
2022-06-24 Gleb Smirnoffunix/dgram: add a specific send method - uipc_sosend_dg...
2022-06-23 Mitchell Hornesubr_bus: restore bus_null_rescan()
2022-06-23 Mitchell Horneset_cputicker: use a bool
2022-06-23 Mitchell Hornebus_if: provide a default null rescan method
2022-06-23 Martin Matuskazfs: merge openzfs/zfs@deb121309
2022-06-22 Chuck Silversvfs: fix vfs_bio_clrbuf() for PAGE_SIZE > block size
2022-06-21 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1p
2022-06-20 Mark Johnstonaio: Improve UMA usage
2022-06-18 Damjan Jovanovicstruct kinfo_file changes needed for lsof to work using...
2022-06-18 Damjan JovanovicKERN_LOCKF: report kl_file_fsid consistently with stat(2)
2022-06-16 Mark Johnstonsocket: Fix a race between kevent(2) and listen(2)
2022-06-15 Mark Johnstonkasan: Create a shadow for the bootstack prior to hamme...
2022-06-15 Doug Ambriskomount: revert the active vnode reporting feature
2022-06-15 Stefan Eßercontrib/bc: merge from vendor release 5.3.3
2022-06-14 Mark Johnstonmount: Fix an incorrect assertion in kernel_mount()
2022-06-14 Mark Johnstonvm_object: Use the vm_object_(set|clear)_flag() helpers
2022-06-14 Mark Johnstonpipe: Use a distinct wait channel for I/O serialization
2022-06-14 Cy Schubertkern_thread.c: Fix i386 build
2022-06-13 Konstantin Belousovreap_kill_proc(): avoid singlethreading any other proce...
2022-06-13 Konstantin Belousovreap_kill_subtree(): hold the reaper when entering...
2022-06-13 Konstantin Belousovreap_kill_subtree_once(): handle proctree_lock unlock...
2022-06-13 Konstantin Belousovreap_kill_proc: do not retry on thread_single() failure
2022-06-13 Konstantin BelousovMake stop_all_proc_block interruptible to avoid deadloc...
2022-06-13 Mark Johnstonthread_single_end(): consistently maintain p_boundary_c...
2022-06-13 Konstantin Belousovthread_unsuspend(): do not unuspend the suspended leade...
2022-06-13 Konstantin Belousovthread_single(): remove already checked conditional...
2022-06-13 Konstantin BelousovDo not single-thread itself when the process single...
2022-06-13 Konstantin Belousovweed_inhib(): correct the condition to re-suspend a...
2022-06-13 Konstantin Belousovweed_inhib(): do not double-suspend already suspended...
2022-06-13 Konstantin Belousovthread_single: wait for P_STOPPED_SINGLE to pass
2022-06-13 Konstantin Belousovissignal(): ignore signals when process is single-threa...
2022-06-13 Konstantin BelousovP2_WEXIT: avoid thread_single() for exiting process...
2022-06-13 Doug Ambriskomount: add vnode usage per file system with mount -v
2022-06-12 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.5-0-gc1238...
2022-06-11 Stefan Eßerusr.bin/bc: update to version 5.3.1
2022-06-08 Cy Schubertunbound: Vendor import 1.16.0
2022-06-07 Hans Petter Selaskymbuf(9): Fix size of mbuf for all 32-bit platforms...
2022-06-07 Hans Petter Selaskyktls: Add full support for TLS RX offloading via networ...
2022-06-07 Hans Petter Selaskyktls: Refer send tag pointer once.
2022-06-07 Hans Petter Selaskymbuf(9): Implement a leaf network interface field in...
2022-06-06 Gleb Smirnoffunix/*: rewrite unp_internalize() cmsg parsing cycle
2022-06-06 Yuichiro NAITOsmp: Use local copies of the setup function pointer...
2022-06-04 Dimitry AndricMerge llvm-project release/14.x llvmorg-14.0.4-0-g29f10...
2022-06-03 Gleb Smirnoffunix/dgram: rename unpdg_sendspace to unpdg_maxdgram
2022-06-03 Gleb Smirnoffsockets: use socket buffer mutexes in struct socket...
2022-06-03 Martin Matuskazfs: merge openzfs/zfs@b9d98453f
2022-06-02 Mitchell HorneUse KERNEL_PANICKED() in more places
2022-05-31 Gleb Smirnoffsoo_aio_*: use socket buffer mutexes in struct socket...
2022-05-28 Dmitry ChaginFinish cpuset_getaffinity() after f35093f8
2022-05-28 Dmitry Chaginsysent: Get rid of bogus sys/sysent.h include.
2022-05-28 Gleb Smirnoffunix: unp_externalize() can M_WAITOK
next