aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document that umount -A does not unmount /devMateusz Piotrowski2020-06-181-3/+6
* rtld: Apply relro to itself.Konstantin Belousov2020-06-181-0/+1
* rtld: Parse own phdr and notes.Konstantin Belousov2020-06-181-0/+30
* hw.bus.info: rework handlerPawel Biernacki2020-06-182-4/+5
* Fix execution of linux binary from multithreaded non-Linux process.Konstantin Belousov2020-06-181-14/+26
* Merge commit 0cecafd647cc from llvm git (by Alina Sbirlea):Dimitry Andric2020-06-181-2/+3
* Add the SCTP_SUPPORT kernel option.Mark Johnston2020-06-1814-34/+44
* Make polled request timeout less invasive.Alexander Motin2020-06-183-9/+17
* Fix a typo in cpuset_getdomain.2Mateusz Piotrowski2020-06-181-2/+2
* Remove the unnecessary configure.ac.Jung-uk Kim2020-06-181-184/+0
* MFV: r362286Jung-uk Kim2020-06-1847-5235/+8519
|\
| * Import flex 2.6.4.vendor/flex/2.6.4vendor/flexJung-uk Kim2020-06-1766-19513/+31771
* | Whitespace changes, not functional change intended.Michael Tuexen2020-06-181-22/+23
* | Make audit tests depend on /dev/auditpipe. This should fixEdward Tomasz Napierala2020-06-181-1/+1
* | split(1): Add EXAMPLES sectionFernando Apesteguía2020-06-181-0/+36
* | Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8)Gordon Bergling2020-06-184-4/+31
* | fgetln(3): Add a Caveats SectionGordon Bergling2020-06-181-1/+31
* | Fix the --guid flag descriptionMateusz Piotrowski2020-06-181-4/+5
* | Clean up and improve manual page for fuser(1)Mateusz Piotrowski2020-06-181-41/+41
* | Improve periodic(8) manual page presentationMateusz Piotrowski2020-06-181-9/+12
* | tee(1): Add EXAMPLES sectionFernando Apesteguía2020-06-181-1/+7
* | lockf(1): Add EXAMPLES sectionFernando Apesteguía2020-06-181-2/+22
* | nl(1): Add EXAMPLES sectionFernando Apesteguía2020-06-181-1/+37
* | Stop assuming we can print rman_res_t with %lxAndrew Turner2020-06-181-2/+3
* | hdac_intr_handler: keep working until global interrupt status clearsAndriy Gapon2020-06-181-21/+33
* | Move all of the functions in ffs_subr.c that are only used by the ufs kernelChuck Silvers2020-06-174-215/+212
* | Clean up fstat.1Mateusz Piotrowski2020-06-171-46/+63