Use .sinclude for bsd.sanitizer.mk
[freebsd.git] / sys /
2021-08-03 Kyle Evansmalloc(9): provide missing malloc_aligned implementation
2021-08-02 Warner Loshclock_id: These symbols weren't in 4.4BSD, adjust copyright
2021-08-02 Adam Fennmalloc(9): Document/complete aligned variants
2021-08-02 Eric van GyzenFix lockstat:::thread-spin dtrace probe with LOCK_PROFILING
2021-08-02 John Baldwincxgbe tom: Permit rcv_nxt mismatches on FIN for iSCSI...
2021-08-02 Kristof Provostpf: bound DIOCGETSTATES memory use
2021-08-02 Adam Fenndevclass_alloc_unit: move "at" hint test to after devic...
2021-08-02 Alexander Motinsched_ule(4): Pre-seed sched_random().
2021-08-02 Aleksandr RybalkoIgnore ResourceProducer flag for:
2021-08-02 Ka Ho Ngvmm: Bump vmname buffer in struct vm to VM_MAX_NAMELEN + 1
2021-08-02 Roger Pau Monnéxen/timer: fix amd64 LINT kernel build
2021-08-02 Hans Petter SelaskyAdd missing file to sys/conf/files after 469884cf04a9b9...
2021-08-02 Alexander Motinsched_ule(4): Use trylock when stealing load.
2021-08-02 Alexander Motinsched_ule(4): Reduce duplicate search for load.
2021-08-02 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): loose the assert
2021-08-01 Warner Loshawk: Merge 20210729 from One True Awk upstream (0592de4a)
2021-08-01 Konstantin Kukushkinudp: Fix soroverflow SOCKBUF unlocking
2021-08-01 Konstantin Belousovamd64 pmap_vm_page_alloc_check(): print more data for...
2021-08-01 Alexander V. ChernikovFix typo in rib_unsibscribe<_locked>().
2021-08-01 Alexander V. Chernikov[multipath][nhops] Fix random crashes with high route...
2021-08-01 Edward Tomasz Napi... cam: enable kern.cam.da.enable_uma_ccbs by default
2021-07-31 Bjoern A. ZeebLinuxKPI: fix bug in le32p_replace_bits()
2021-07-31 Kevin Bowlingigb: clean up igb_txrx comments
2021-07-31 Kevin Bowlingigc: sync igc_txrx with igb(4)
2021-07-31 Konstantin BelousovAdd pmap_vm_page_alloc_check()
2021-07-31 Konstantin Belousovamd64: do not assume that kernel is loaded at 2M physical
2021-07-31 Hans Petter SelaskyBump the FreeBSD version after making FPU sections...
2021-07-31 Hans Petter SelaskyLinuxKPI: Make FPU sections thread-safe and use the...
2021-07-31 Jung-uk Kimacpica: Import ACPICA 20210730
2021-07-30 Warner Loshclock_gettime: Add Linux aliases for CLOCK_*
2021-07-30 Warner Loshtime.h: reduce CLOCK_ namespace pollution, move to...
2021-07-30 John Baldwincxgbei: Round up the maximum PDU data length by the...
2021-07-30 Mark Johnstonbus: Convert to the new interceptor scheme
2021-07-30 Kristof Provostpf: remove DIOCGETSTATESNV
2021-07-30 Alexander Motinipmi(4): Add more watchdog error checks.
2021-07-30 Alexander Motincoretemp(4): Switch to smp_rendezvous_cpus().
2021-07-30 Mark JohnstonAdd interceptors for atomic operations on userspace...
2021-07-30 Mark JohnstonSimplify kernel sanitizer interceptors
2021-07-30 John Baldwingeom_vfs: Pre-allocate event for g_vfs_destroy.
2021-07-29 John BaldwinUse a more specific type for geom_disk.d_event.
2021-07-29 John Baldwincxgbei: Wait for socket to close in icl_cxgbei_conn_close.
2021-07-29 Kirk McKusickClean up orphaned indirdep dependency structures after...
2021-07-29 Kirk McKusickDiagnotic improvement to soft dependency structure...
2021-07-29 Konstantin Belousovamd64: do not touch low memory in AP startup unless...
2021-07-29 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-07-29 Bjoern A. ZeebLinuxKPI: bitfield.h cleanup
2021-07-29 Leandro Luporihwpmc: remove static POWER8 definitions
2021-07-29 Mark Johnstonamd64: Set GS.base before calling init_secondary()...
2021-07-29 Mark Johnstonamd64: Set MSR_KGSBASE to 0 during AP startup
2021-07-29 Mark Johnstonlink_elf_obj: Invoke fini callbacks
2021-07-29 Dmitry Chaginlinux(4): Eliminate a now unused includes after futexes...
2021-07-29 Dmitry Chaginlinux(4): Add a comment about wait/requeue pi operations.
2021-07-29 Dmitry Chaginlinux(4): Handle incorrect FUTEX_CLOCK_REALTIME option...
2021-07-29 Dmitry Chaginlinux(4): Handle FUTEX_LOCK_PI2 oeration.
2021-07-29 Dmitry Chaginlinux(4): Use variable name not type for sizeof() to...
2021-07-29 Dmitry Chaginlinux(4): Move len variable initialization to the appro...
2021-07-29 Dmitry Chaginlinux(4): Use linux_tdfind() in get_robust_list.
2021-07-29 Dmitry Chaginlinux(4): Eliminate unnecessary error initialization.
2021-07-29 Dmitry Chaginlinux(4): Eliminate unnecessary head initialization.
2021-07-29 Dmitry Chaginlinux(4): style, wrap too long line.
2021-07-29 Dmitry Chaginlinux(4): Eliminating remnants of futex sdt.
2021-07-29 Dmitry Chaginlinux(4): Eliminating an accidental comment.
2021-07-29 Dmitry Chaginlinux(4): Handle special case for regular futex in...
2021-07-29 Dmitry Chaginlinux(4): Futex address must be 32-bit aligned.
2021-07-29 Dmitry Chaginlinux(4): Finish cf8d74e3fe63.
2021-07-29 Dmitry Chaginlinux(4): Replace casuword32 by casueword32.
2021-07-29 Dmitry Chaginlinux(4): Implement pi futexes using umtx.
2021-07-29 Dmitry Chaginlinux(4): Replace copyin() by fueword32() in handle_fut...
2021-07-29 Dmitry Chaginumtx: Add new pi_futex type.
2021-07-29 Dmitry Chaginumtx: Split do_unlock_pi on two counterparts.
2021-07-29 Dmitry Chaginumtx: Expose some of the pi umtx structures and API...
2021-07-29 Dmitry Chaginlinux(4): Eliminate unused includes.
2021-07-29 Dmitry Chaginlinux(4): Reimplement futexes using umtx.
2021-07-29 Dmitry Chaginumtx: Add umtxq_requeue Linux emulation layer extension.
2021-07-29 Dmitry Chaginumtx: Add bitset conditional wakeup functionality.
2021-07-29 Dmitry Chaginumtx: Expose some of the umtx structures and API to...
2021-07-29 Dmitry Chaginumtx: Expose struct abs_timeout to the rest of the...
2021-07-29 Dmitry Chaginumtx: Split umtx.h on two counterparts.
2021-07-29 Dmitry Chaginfreebsd32: Remove the unnecessary spaces.
2021-07-29 Dmitry Chaginfreebsd32: Remove unused umtx.h include.
2021-07-29 Dmitry Chaginfreebsd32: Eliminate spaces at end of line.
2021-07-29 Wojciech MacekFix mac_veriexec version mismatch
2021-07-28 Andrew TurnerAdd missing arm64 ID registers
2021-07-28 Andrew TurnerSort the arm64 ID_AA64* user registers
2021-07-29 Luiz Otavio O Souzavirtio: enable VTNET_LEGACY_TX when ALTQ is enabled.
2021-07-29 Dmitry Chaginlinux(4): Fix gcc buld.
2021-07-29 Kyle Evanskern: remove deprecated makesyscalls.sh
2021-07-29 Alexander MotinRefactor/optimize cpu_search_*().
2021-07-28 Bryan Drewerydebugnet: Fix false-positive assertions for dp_state
2021-07-28 Rick Macklemnfscl: Cache an open stateid for the "oneopenown" mount...
2021-07-28 Rick Macklemnfscl: Set correct lockowner for "oneopenown" mount...
2021-07-28 Alexander MotinDo not expose to scheduler caches of single CPU.
2021-07-28 Dimitry Andriccompilert-rt: build out-of-line LSE atomics helpers...
2021-07-28 Kristof Provostnet: disallow MTU changes on bridge member interfaces
2021-07-28 Kristof Provostif_bridge: allow MTU changes
2021-07-28 Warner Loshgenoffset: simplify and rewrite in sh
2021-07-28 Warner Loshgenassym.sh: Fix two minor issues found by shellcheck
2021-07-28 Ed Mastevnic: add TODO list item for multicast filter support
2021-07-28 Leandro Luporipowerpc: change mfpvr return type to uint32_t
2021-07-28 Roy Marplessocket: Implement SO_RERROR
next