aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "set but not used" in the siis driver.Scott Long2022-02-261-2/+1
* The TWE driver should have been marked with gone_in for FreeBSD 13.x,Scott Long2022-02-261-0/+2
* Fix "set but not used" in twe.Scott Long2022-02-261-2/+8
* Fix "set but not used" for real in the ciss driver.Scott Long2022-02-261-8/+3
* Expand __diagused to include the KTR kernel diagnostic option.Scott Long2022-02-261-1/+1
* Fix "set but not used" in the ips driver. Dead code.Scott Long2022-02-261-3/+1
* Fix "set but not used" in aic7xxx/aic79xx. The variables were deadScott Long2022-02-262-15/+0
* Fix "set but not used" in smartpqi. The PCI_MEM macros don't require aScott Long2022-02-262-2/+2
* iscsi: retrieve global login timeout from sysctlbyname() as integerRichard Scheffenegger2022-02-251-5/+7
* tcp: Restore correct ECT marking behavior on SACK retransmissionsRichard Scheffenegger2022-02-254-6/+7
* rmlock: Micro-optimize read lockingMark Johnston2022-02-251-2/+2
* vfs_unregister: fix error handlingMarvin Ma2022-02-251-2/+1
* CTL: Rework 05c3e8e87142 using %zu format.Alexander Motin2022-02-251-20/+20
* Fix mdoc issues found by mandoc -Tlint.Christian Brueffer2022-02-2517-13/+15
* mdoc style: new sentence, new line.Christian Brueffer2022-02-251-3/+5
* rtld.1: Fix misplaced textJohn F. Carr2022-02-251-4/+4
* gzip: fix error handling in unxzEric van Gyzen2022-02-251-2/+1
* efivar: handle error when reading --fromfileEric van Gyzen2022-02-251-1/+3
* rtsold: fix memory leak in script executionEric van Gyzen2022-02-251-2/+4
* rtsold: Use correct error in llflags_get()Eric van Gyzen2022-02-251-1/+1
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-02-251-6/+42
* mdoc style: whitespace fixes.Christian Brueffer2022-02-255-7/+1
* iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger2022-02-2510-7/+151
* Fix 32-bit build after 530d274c15e5.Alexander Motin2022-02-241-20/+20
* sendfile_test: fix copy-paste bugEric van Gyzen2022-02-241-1/+1
* iwlwifi: update firmwareBjoern A. Zeeb2022-02-2439-20/+99
* iwlwifi: enhance debug informationBjoern A. Zeeb2022-02-241-38/+43
* iwlwifi: update from iwlwifi-nextBjoern A. Zeeb2022-02-2491-1554/+11379
* CTL: Add length validation for incoming HA messages.Alexander Motin2022-02-241-4/+78
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-02-242-3/+37
* dtc: more mandoc -T lint fixesWarner Losh2022-02-241-3/+3
* LinuxKPI: add MODULE_IMPORT_NS()Bjoern A. Zeeb2022-02-241-0/+1
* LinuxKPI: change DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-241-1/+1
* LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULTBjoern A. Zeeb2022-02-241-1/+1
* cons: Use bool for boolean variablesWarner Losh2022-02-241-9/+10
* bhyve: plug memory leak in topology_parse()Andy Fiddaman2022-02-241-4/+4
* posixshm: Allow jails to use kern.ipc.posix_shm_listJamie Gritton2022-02-241-1/+1
* Revert "nfscl: Fix a use after free in nfscl_cleanupkext()"Rick Macklem2022-02-241-59/+11
* usb(4): Automagically apply all quirks for USB mass storage devices.Hans Petter Selasky2022-02-244-53/+96
* Fix mdoc macro usage and style in section 4 manpages.Christian Brueffer2022-02-2431-38/+17
* Handle MODULE_VERBOSE_TWIDDLE in module_verbose_setSimon J. Gerraty2022-02-242-5/+5
* unionfs: rework unionfs_getwritemount()Jason A. Harmening2022-02-241-15/+34
* test-includes: temporarily add back net/pfvar.hWarner Losh2022-02-241-0/+1
* libctf: Use const ctf_file_t references in string lookup routinesMark Johnston2022-02-232-5/+5
* Update fsdb(8) to reflect new structure of fsck_ffs(8).Kirk McKusick2022-02-234-40/+41
* cam iosched: Update comment for when we schedule writes.Warner Losh2022-02-231-2/+3
* Temporarily skip sys.geom.class.multipath.failloop.failloop in CILi-Wen Hsu2022-02-231-0/+4
* bio: make _bio_cflags match bio_cflagsWarner Losh2022-02-231-1/+1
* tcp: Push bit failure to set in fastpathRandall Stewart2022-02-231-4/+4
* cp: Make -P work without -R as per POSIXCameron Katri2022-02-233-9/+31