aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create namespace for the symbols added during 14-CURRENT cycle.Konstantin Belousov2021-07-151-1/+4
* eli: Zero pad bytes that arise when certain auth algorithms are usedMark Johnston2021-07-151-0/+11
* nfsclient: Avoid copying uninitialized bytes into statfsMark Johnston2021-07-151-1/+1
* pf: Constify tag name and queue name helper functionsMark Johnston2021-07-151-9/+9
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-155-3/+24
* hwpmc: mostly clean up cc --analyzeMateusz Guzik2021-07-157-22/+12
* Add __diagusedMateusz Guzik2021-07-151-0/+7
* linuxkpi: Add spin_trylock_irqsave() macroNeel Chauhan2021-07-151-0/+5
* Cleanup unused USB enums.Hans Petter Selasky2021-07-151-110/+7
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-1518-74/+155
* Add virtio_scsi to the arm64 GENERIC configAndrew Turner2021-07-141-0/+1
* Add virtio comments to the arm64 GENERIC configAndrew Turner2021-07-141-5/+5
* Remove the newline from arm64 trap panicsAndrew Turner2021-07-141-3/+3
* Update the SCTLR_EL1 register definitionsAndrew Turner2021-07-141-37/+50
* Update the arm64 HCR_EL2 registersAndrew Turner2021-07-141-47/+66
* loader: make sure CPUTYPE is ignored when buildingWarner Losh2021-07-151-0/+8
* Add missing libkern/strnstr.c fileGreg V2021-07-151-0/+64
* libkern: import strnstr from libcGreg V2021-07-152-0/+2
* procctl(PROC_ASLR_STATUS): fix vmspace leakKonstantin Belousov2021-07-151-2/+3
* loader: Create loader_simp(8) to document simple version of loaderWarner Losh2021-07-142-0/+763
* loader(8): fix path to be correct loader.4th.Warner Losh2021-07-141-2/+2
* Remove incorrect __restricted labels from strcspnAlfonso Gregory2021-07-142-2/+2
* nfscl: Avoid KASSERT() panic in cache_enter_time()Rick Macklem2021-07-141-2/+2
* 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