summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document the BA_CLRBUF flag used in ufs and ext2fs filesystems.Kirk McKusick2020-12-062-0/+14
* vfs: add cleanup on error missed in r368375Mateusz Guzik2020-12-061-0/+1
* When dropping packets (RRQ or WRQ) for debugging, report the sendMichael Tuexen2020-12-061-2/+2
* ufs: handle two more cases of possible VNON vnode returned from VFS_VGET().Konstantin Belousov2020-12-062-0/+7
* bsdgrep: don't link against libregex for bootstrapKyle Evans2020-12-061-0/+2
* if_em.ko: fix module build outside of kernel build environmentEugene Grosbein2020-12-061-1/+1
* update wcwidth data from utf8procYuri Pankov2020-12-065-395/+71814
* bectl: simplify the tail end of the jail cmdKyle Evans2020-12-061-4/+2
* Upgrade to version 3.2.3Stefan Eßer2020-12-064-3/+22
|\
| * Import version 3.2.3vendor/bc/3.2.3vendor/bcStefan Eßer2020-12-064-8/+26
* | Move V4L feature declarations and DTrace provider definitions fromTijl Coosemans2020-12-063-20/+18
* | vfs: factor buffer allocation/copyin out of nameiMateusz Guzik2020-12-061-23/+38
* | atkbd(4): Just use nitems() for quirk enumerationConrad Meyer2020-12-051-3/+1
* | Remove remaning definition of GFB_<foo> options.Michal Meloun2020-12-053-9/+0
* | Fix i386 linux module after r367395.Tijl Coosemans2020-12-053-3/+3
* | libc: regex: partial revert of r368358Kyle Evans2020-12-053-2/+6
* | Simplify startup of secondary cores and store MPIDR register to pcpu.Michal Meloun2020-12-053-68/+35
* | Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-059-61/+1302
* | epoch(9): Fix a few mandoc related issuesGordon Bergling2020-12-051-20/+19
* | Connect DTB files based on LX2160A SoC to build.Michal Meloun2020-12-052-1/+9
* | ig4(4): Add PCI IDs for Intel Tiger LakeVladimir Kondratyev2020-12-053-3/+46
* | atkbd(4): Change quirk table end-of-list marker to NULL vendor/maker/productVladimir Kondratyev2020-12-051-1/+2
* | DesignWare PCIe driver: Don't call bus_generic_attach() twice.Michal Meloun2020-12-051-1/+1
* | Connect RK3288 to GENERIC kernel.Michal Meloun2020-12-051-0/+3
* | Also build DTB files for Asus Tinker board (RK3288 based).Michal Meloun2020-12-051-0/+7
* | vfs: keep bad ops on vnode reclaimMateusz Guzik2020-12-051-6/+0
* | libc: regex: retire internal EMPTBR ("Empty branch present")Kyle Evans2020-12-052-7/+0
* | libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-055-8/+61
* | libregex: implement \` and \' (begin-of-subj, end-of-subj)Kyle Evans2020-12-054-13/+74
* | libc: regex: factor out ISBOW/ISEOW macrosKyle Evans2020-12-051-8/+13
* | Retire GNU_GREP_COMPAT knobKyle Evans2020-12-055-17/+1
* | Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-0541-39/+242
* | Expose nonstandard IPv6 kernel definitions to standalone builds.Hans Petter Selasky2020-12-041-1/+1
* | nvme: Remove a wmb() that's not necessary.Warner Losh2020-12-041-8/+0
* | busdma: Annotate bus_dmamap_sync() with fenceWarner Losh2020-12-041-1/+3
* | ossl: port to arm64Mitchell Horne2020-12-047-4/+171
* | ossl: split out x86 bits to x86/ossl_cpuid.cMitchell Horne2020-12-046-86/+129
* | ping(8): Fix a few mandoc related issuesGordon Bergling2020-12-041-11/+9
* | Various fixes for the MIPS DDB stack unwinder.John Baldwin2020-12-041-14/+24
* | Revert r366857.Cy Schubert2020-12-041-1/+1
* | RegenKonstantin Belousov2020-12-045-9/+14
* | Fix compat32 for ntp_adjtime(2).Konstantin Belousov2020-12-043-1/+88
* | Add kern_ntp_adjtime(9).Konstantin Belousov2020-12-042-52/+66
* | Fix mis-spelled macro in the kernel shim.Hans Petter Selasky2020-12-041-1/+1
* | Add support for RK3288 SoC.Michal Meloun2020-12-0414-1/+2038
* | make.py: Also pass STRIPBINAlex Richardson2020-12-041-0/+3
* | crunchgen: fix NULL-deref bug introduced in r364647Alex Richardson2020-12-042-3/+3
* | Allow the rbtree header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-0/+3
* | Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-1/+4
* | Add a driver for FAN53555 based PMIC.Michal Meloun2020-12-041-0/+477