aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Partially revert previous commit.Alexander Motin2021-07-141-3/+3
* For ns identify/delete allow nsid of 0xffffffff.Alexander Motin2021-07-141-6/+6
* Clear the accessed bit when copying a managed superpage mappingAlan Cox2021-07-142-3/+32
* Filter out LBA formats with LBA Data Size of 0.Alexander Motin2021-07-141-0/+2
* loader: small Makefile style changeWarner Losh2021-07-141-7/+5
* psm(4): Probe Synaptics touchpad with active multiplexing mode enabledVladimir Kondratyev2021-07-141-14/+28
* stress2: Pass program exit code to shell script exit. Do not loop forever in ...Peter Holm2021-07-141-11/+16
* Document my shiny new doc commit bitPhilip Paeps2021-07-141-0/+2
* pccard: remove pccard device from all kernelsWarner Losh2021-07-144-7/+1
* pccard: remove pccard moduleWarner Losh2021-07-142-12/+0
* cardbus: move card_if.m to sys/dev/cardbusWarner Losh2021-07-142-1/+1
* cxgbetool(8): Update the register definitions used to decode regdump.Navdeep Parhar2021-07-142-1234/+25
* cxgbe(4): Skip a few more T5/T6 registers during a regdump.Navdeep Parhar2021-07-141-2/+4
* pmap: Micro-optimize pmap_remove_pages() on amd64 and arm64Alan Cox2021-07-132-13/+20
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-131-3/+2
* blist: Correct the node count computed in blist_create()Mark Johnston2021-07-131-2/+10
* malloc: Pass the allocation size to malloc_large() by valueMark Johnston2021-07-131-12/+10
* graid3: Zero the metadata block before writingMark Johnston2021-07-131-7/+2
* gconcat: Zero the metadata block before writingMark Johnston2021-07-131-12/+12
* gmirror: Zero the metadata block before writingMark Johnston2021-07-132-9/+2
* fifo: Explicitly initialize generation numbers when openingMark Johnston2021-07-131-2/+2
* Fix pmbr issues > 2TBEmrion2021-07-131-5/+6
* cam_iosched: use tunable flag and make a bool really a boolWarner Losh2021-07-131-5/+3
* Fix potential NULL pointer dereference of device physical pathYoung Xiao2021-07-132-4/+10
* vmm: Fix AMD-vi using wrong rid rangeKa Ho Ng2021-07-133-63/+70
* tcp: TCP_LRO getting bad checksums and sending it in to TCP incorrectly.Randall Stewart2021-07-133-4/+28
* Fix to call callout_init with correct inputs from axp driverRajesh Kumar M A2021-07-131-1/+1
* igc(4): Correct the man page sectionTrond Endrestol2021-07-131-1/+1
* tcpdump: decode packets on pfsync interfacesLuiz Otavio O Souza2021-07-133-8/+11
* linux(4): Improve comment about SA_RESTOREREdward Tomasz Napierala2021-07-131-1/+6
* linux(4): remove unfinished vsyscall bits on arm64Edward Tomasz Napierala2021-07-131-12/+1
* cxgbe(4): Update firmwares to 1.26.0.0.Navdeep Parhar2021-07-138-12/+12
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-121-2/+0
* zfs: merge openzfs/zfs@07a4c76e9 (master) into mainMartin Matuska2021-07-1216-129/+220
|\
| * Update bug report templateBrian Behlendorf2021-07-121-7/+9
| * file reference counts can get corruptedGeorge Wilson2021-07-1110-107/+91
| * dprintf_dnode: strcpy -> strlcpy Jorgen Lundman2021-07-082-2/+2
| * Replace strchrnul() with strrchr()Jorgen Lundman2021-07-081-1/+3
| * FreeBSD: Use unmapped I/O for scattered/gang ABD buffersAlexander Motin2021-07-071-10/+113
* | ddb(4): improve wordingWarner Losh2021-07-121-16/+14
* | loader: update autoboot description and move to loader.conf.5Daniel Gerzo2021-07-122-30/+44
* | Fix bsd.subdir.mk-related issues after 0a0f7486413cJessica Clarke2021-07-122-6/+6
* | bsd.compiler.mk: Use CCACHE_PKG_PREFIX as ports now supports.Bryan Drewery2021-07-121-2/+3
* | mmc_cam_sim_default_action: do not touch the ccb after dispatching itAndriy Gapon2021-07-121-2/+1
* | Fix LINT kernel build issues after c3987b8ea793c11f61fecb14ef93195a23e3522c .Hans Petter Selasky2021-07-123-7/+8
* | ipoib: Fix for accessing uninitialized pointers and freed memory during attac...Hans Petter Selasky2021-07-121-7/+27
* | mlx5: Numa domain improvements.Hans Petter Selasky2021-07-127-57/+43
* | mlx5: Fix for uninitialized "uid" field.Hans Petter Selasky2021-07-124-42/+84
* | mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-125-4/+12
* | mlx5en: Allow binding channels to CPUs when RSS is not enabled.Hans Petter Selasky2021-07-123-3/+40