]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
alc(4): disable MSI-X by default on Killer cards
[FreeBSD/FreeBSD.git] / sys / kern /
2024-04-22 Mark Johnstonthread: Add a missing include of asan.h
2024-04-22 Mark Johnstonthread: Simplify sanitizer integration with thread...
2024-04-21 Gordon Berglinguipc_domain: Fix a typo in a source code comment
2024-04-19 Ka Ho Ngkasan: fix false-positive kasan_report upon thread...
2024-04-19 Mark Johnstonuipc_shm: Fix a free() of an uninitialized variable
2024-04-16 Martin Matuskalibarchive: merge from vendor branch
2024-04-16 Martin Matuskazfs: merge openzfs/zfs@90ba19eb7
2024-04-16 Brooks Davislibsys: add a libsys.h
2024-04-15 Brooks DavisReduce reliance on sys/sysproto.h pollution
2024-04-14 Gleb Smirnoffmbuf: restore m_uiotombuf() feature of returning a...
2024-04-10 Gleb SmirnoffRevert "sendfile: mark it explicitly as a TCP only...
2024-04-10 Olivier Certnersys_procctl(): Make it clear that negative commands...
2024-04-10 Jake Freelanduipc_shm: Copyin userpath for ktrace(2)
2024-04-09 Gleb SmirnoffRevert "unix: new implementation of unix/stream & unix...
2024-04-09 Stephen J. Kiernansockets: Add hhook in sonewconn for inheriting OSD...
2024-04-09 Gleb Smirnoffunix: return immediately on MSG_OOB
2024-04-09 Gleb Smirnoffunix: fix the ad hoc STAILQ_PREPEND()
2024-04-08 Gleb Smirnoffunix: new implementation of unix/stream & unix/seqpacket
2024-04-08 Gleb Smirnoffmbuf: provide mc_uiotomc() a function to copy from...
2024-04-08 Gleb Smirnoffmbuf: provide mc_get() that allocates struct mchain...
2024-04-08 Gleb Smirnoffmbuf: add mc_split() that works on two struct mchain
2024-04-08 Gleb Smirnoffsendfile: mark it explicitly as a TCP only feature
2024-04-07 Jake Freelandktrace: Record socket violations with KTR_CAPFAIL
2024-04-07 Jake Freelandktrace: Record namei violations with KTR_CAPFAIL
2024-04-07 Jake Freelandktrace: Record signal violations with KTR_CAPFAIL
2024-04-07 Jake Freelandktrace: Record syscall violations with KTR_CAPFAIL
2024-04-07 Jake Freelandktrace: Record cpuset violations with KTR_CAPFAIL
2024-04-07 Jake Freelandktrace: Record detailed ECAPMODE violations
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18.1.3-0-gc13b7...
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18.1.1-0-gdba2a...
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18.1.0-rc3...
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18.1.0-rc2...
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18.1.0-rc2...
2024-04-06 Dimitry AndricMerge llvm-project release/18.x llvmorg-18-init-18361...
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-18359-g93248729cfae
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-16864-g3b3ee1f53424
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-16595-g7c00a5be5cde
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-16003-gfc5f51cf5af4
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-15692-g007ed0dccd6a
2024-04-06 Dimitry AndricMerge llvm-project main llvmorg-18-init-15088-gd14ee76181fb
2024-04-05 Michael Tuexenuipc_socket: handle socket buffer locks in sopeeloff
2024-04-05 Konstantin Belousovstop_all_proc(): skip traced or signal-stoped processes
2024-04-04 Mark Johnstoncopy_file_range: Call vn_rdwr() at least once
2024-04-03 Lawrence StewartReinstate returning EOVERFLOW from stats_v1_blob_clone()
2024-03-31 Mark Johnstonkern linker: Don't invoke dtors without having invoked...
2024-03-30 Martin Matuskazfs: merge openzfs/zfs@39be46f43
2024-03-30 Alan Coxarm64: enable superpage mappings by pmap_mapdev{,_attr}()
2024-03-30 Konstantin Belousovthread_single(9): decline external requests for traced...
2024-03-29 Bojan Novkovićkern_ctf.c: Don't print out warning messages unconditio...
2024-03-29 Gleb Smirnoffinpcb: fully retire inp_ppcb pointer
2024-03-28 Bojan NovkovićFix style nits in kern_linker.c
2024-03-28 Stephen J. Kiernankerneldump: Add flag to indicate kernel core was succes...
2024-03-28 Randall StewartOptimize HPTS so that little work is done until we...
2024-03-27 Zhenlei Huangkern linker: Make linker_file_add_dependency() void
2024-03-26 Zhenlei Huangkern linker: Do not touch userrefs of the kernel file
2024-03-26 Zhenlei Huangkern linker: Do not unload a module if it has dependants
2024-03-26 Konstantin Belousovamd64: initialize td_frame stack area for init(8) main...
2024-03-23 Gleb Smirnoffsoreceive_dgram: use M_WAITOK when we don't hold any...
2024-03-23 Gleb Smirnoffsoreceive_dgram: assert that a datagram has control...
2024-03-22 Mitchell Hornekern_ctf.c: fix linking with nooptions DDB
2024-03-22 Bojan Novkovićddb: Add CTF-based pretty printing
2024-03-21 Emmanuel VadotImport device-tree files from Linux 6.5
2024-03-19 Brooks Davissysent: regen
2024-03-19 Brooks Davissyscalls.master: use __acl_type_t
2024-03-19 Brooks Davissyscalls.master: make __sys_fcntl take an intptr_t
2024-03-19 Brooks Davissyscalls.master: struct siginfo -> struct __siginfo
2024-03-19 Brooks Davissyscalls.master: align with sigfastblock declaration
2024-03-19 Brooks Davissyscall.master: fix aio_suspend signature
2024-03-19 Brooks Davissyscalls.master: fix readv and writev iovp decl
2024-03-18 Vijeyalakshumi Kot... kerneldump: add livedump_start_vnode(9)
2024-03-18 Richard Scheffeneggerktls: catch invalid parameters earlier
2024-03-18 Gleb Smirnoffsockets: remove unused KPIs to manipulate sockets
2024-03-18 Ed Mastessh: Update to OpenSSH 9.7p1
2024-03-18 Mateusz GuzikRename VM_LAST to more appropriate VM_GUEST_LAST
2024-03-17 Cy Schubertunbound: Vendor import 1.19.3
2024-03-15 Rick Macklemvfs_vnops.c: Use va_bytes >= va_size hint to avoid...
2024-03-14 Simon J. GerratyMerge bmake-20240309
2024-03-13 John Baldwinnew-bus: Remove the 'rid' and 'type' arguments from...
2024-03-13 John Baldwinnew-bus: Remove the 'rid' and 'type' arguments from...
2024-03-13 John Baldwinnew-bus: Remove the 'type' argument from BUS_MAP/UNMAP_...
2024-03-13 John Baldwinnew-bus: Remove the 'type' argument from BUS_ADJUST_RES...
2024-03-13 John Baldwinnew-bus: Introduce a simpler bus API for managing resources
2024-03-13 John Baldwinsys: Set the type of allocated bus resources
2024-03-13 John Baldwinrman: Add rman_get/set_type
2024-03-13 Richard Scheffeneggerktls: deep copy tls_enable struct for in-kernel tcp...
2024-03-13 John BaldwinRevert "new-bus: Disable assertions for rman mismatches...
2024-03-12 Cy Schubertsqlite3: Vendor import of sqlite3 3.45.1
2024-03-11 Dag-Erling SmørgravAdd 'contrib/libdiff/' from commit '9eb461aa4b61ab47855...
2024-03-10 Jason A. Harmeninguipc_bindat(): Explicitly specify exclusive locking...
2024-03-10 Jason A. Harmeningvn_lock_pair(): allow lkflags1/lkflags2 to be 0 if...
2024-03-09 Mark Johnstonktrace: Fix the build when options KTRACE is not configured
2024-03-07 Martin Matuskazfs: merge openzfs/zfs@8f2f6cd2a
2024-03-06 Baptiste Daroussintimerfd_create: fix after cf742faa39a58a9b43b671c66097e...
2024-03-06 Baptiste Daroussintimerfd_create: accept CLOCK_UPTIME/CLOCK_BOOTTIME
2024-03-05 Kyle Evansktrace: log genio events on failed write
2024-03-05 Kyle Evanskern: poll: tap out the pollfd array on successful...
2024-03-05 John Baldwinimgact_elf: Add const to the checknote parameter to...
2024-03-05 Alex Richardsonimgact_elf: Add const to a few struct image_params...
2024-03-02 Konstantin Belousovgetblkx(9): be more tolerant but also strict with the...
2024-03-01 Stefan Eßermqueuefs: fix statfs report to not signal file system...
next