aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert -r362422.Warner Losh2020-06-201-126/+126
* Regen after r362440.Edward Tomasz Napierala2020-06-2020-28/+56
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-2012-8/+124
* oce(4): Account and trace mbufs before handing to hwConrad Meyer2020-06-201-11/+7
* Improve debug message to be more precise and clear.Hans Petter Selasky2020-06-201-1/+1
* join(1): Add EXAMPLES sectionFernando Apesteguía2020-06-201-1/+73
* seq(1): complete EXAMPLES sectionFernando Apesteguía2020-06-201-9/+34
* cmp(1): Add EXAMPLES sectionFernando Apesteguía2020-06-201-7/+16
* loader: libofw build is missing sys/list.h after r362431Toomas Soome2020-06-201-0/+1
* loader: fix libofw build after r362431Toomas Soome2020-06-201-1/+1
* loader: create single zfs nextboot implementationToomas Soome2020-06-2014-1181/+1432
* Make vipw error message less crypticPiotr Pawel Stefaniak2020-06-201-5/+8
* libutil: remove extraneous ": " from error messagesPiotr Pawel Stefaniak2020-06-202-4/+4
* Increase the whimsy in this file by famring dump's work out to minions. AdjustWarner Losh2020-06-201-126/+126
* raspberry pi 4: cpufreq supportKyle Evans2020-06-201-0/+1
* Correct 1BSD release date.Warner Losh2020-06-201-0/+1
* Use the more descriptive src_ccb and dst_ccb for the two ccbs being merged.Warner Losh2020-06-202-11/+11
* Allocate an fs_summary_info structure when creating a UFS filesystemKirk McKusick2020-06-191-0/+1
* Add warnings for unsupported Linux clockids.Edward Tomasz Napierala2020-06-191-0/+9
* Improve if_dwc:Michal Meloun2020-06-192-62/+103
* md5(1): fix -c flag to work with input on stdinAllan Jude2020-06-191-49/+52
* [PowerPC] Add virtio to GENERICBrandon Bergren2020-06-191-0/+9
* [PowerPC] Fix booke64 qemu infinite loop in L2 cache enableBrandon Bergren2020-06-192-1/+12
* [PowerPC] De-giant powermac_nvram, update documentationBrandon Bergren2020-06-194-13/+37
* Finish renaming in if_dwc.Michal Meloun2020-06-197-14/+15
* Use naming nomenclature used in DesignWare TRM.Michal Meloun2020-06-191-44/+111
* Use the correct address when creating pci resourcesAndrew Turner2020-06-191-3/+3
* ZFS: Allow setting checksum=skein on boot poolsAllan Jude2020-06-193-13/+7
* Adapt ARMADA8k PCIe driver to newly imported 5.7 DT.Michal Meloun2020-06-191-25/+20
* Revert r362389, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2020-06-191-20/+25
* Skip ufs related tests in fstyp(8) and makefs(8) temporarilyLi-Wen Hsu2020-06-192-0/+33
* diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.cMichal Meloun2020-06-191-25/+20
* Use native-sized accesses when accessing memory from kdb.Michal Meloun2020-06-191-4/+36
* Improve DesignWare PCIe driver:Michal Meloun2020-06-191-11/+3
* Add specific stub for ARMADA 8k SoC to Marvell RTC driver.Michal Meloun2020-06-191-27/+72
* Add specialized gpio driver for ARMADA 8k SoC.Michal Meloun2020-06-193-6/+870
* Add DTB files for ARMADA 8040 based boards.Michal Meloun2020-06-191-1/+5
* Fix typo in apic.4Tom Jones2020-06-191-2/+2
* Remove last argument of sctp_addr_mgmt_ep_sa(), since it is not used.Michael Tuexen2020-06-193-10/+6
* Revert r362360.Mark Johnston2020-06-191-0/+1
* bin/ps: Make the rtprio option actually show realtime prioritiesLorenzo Salvadore2020-06-192-10/+11
* diff(1): Add EXAMPLES sectionFernando Apesteguía2020-06-191-3/+45
* md5(1): Add EXAMPLES sectionFernando Apesteguía2020-06-191-1/+43
* Restore a check unintentionally dropped in r362361.Mark Johnston2020-06-191-1/+1
* The actual name for MMCCAM sd block devices is sdda.Warner Losh2020-06-191-3/+3
* Add a helper function for validating VA ranges.Mark Johnston2020-06-195-30/+25
* Fix a double object unlock in vm_object_backing_collapse_wait().Mark Johnston2020-06-191-1/+0
* The binary representation of the superblock (the fs structure) is writtenKirk McKusick2020-06-192-6/+18
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-1910-32/+92
* Add support for bcm54213PE in brgphy.Mike Karels2020-06-185-6/+89