summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename usr.bin/elfcopy to usr.bin/objcopyEd Maste2018-06-214-4/+4
* Introduce PMCR-based cpufreq(4) driver, for IBM POWER8 and POWER9 systemsJustin Hibbits2018-06-213-2/+250
* subr_hints: simplify a little bitKyle Evans2018-06-211-38/+24
* PLIC driver was sponsored by ECATS contract, not CTSRD one.Ruslan Bukin2018-06-211-2/+3
* Add MMCCAM support to AllWinner MMC driverIlya Bakulin2018-06-213-10/+365
* Fix uma_zalloc_pcpu_arg() operation in case of !SMP build.Ruslan Bukin2018-06-211-0/+6
* "Kernel APIs" is a misnomer; use the proper name instead.Edward Tomasz Napierala2018-06-211-2/+3
* Don't leak tmpstr.Xin LI2018-06-211-1/+1
* udp_ctlinput: don't refer to unpcb after we drop the lockMatt Macy2018-06-211-6/+7
* Don't remove loader.conf(5) when built WITHOUT_FORTHKyle Evans2018-06-211-1/+0
* Makefile.inc1: rename build metadata file to toolchain-metadata.mkEd Maste2018-06-211-11/+11
* ixl(4): Fix gcc build errorsEric Joyner2018-06-202-3/+0
* Permit the kernel environment to set an array of numeric values for a singleHans Petter Selasky2018-06-203-52/+191
* Only look for NOTES as needed.Bryan Drewery2018-06-201-4/+4
* acpidump.8: include NFIT in the man page list of tablesEd Maste2018-06-201-1/+2
* Add debug.verbose_sysinit tunable for VERBOSE_SYSINITKyle Evans2018-06-201-1/+13
* Correct path to removed asf(8) binary.John Baldwin2018-06-201-1/+1
* Improve wording.Edward Tomasz Napierala2018-06-201-2/+2
* usr.bin/ar: use standard 2-Clause FreeBSD licenseEd Maste2018-06-203-36/+42
* Reduce exec and fstat overhead for non-build targets.Bryan Drewery2018-06-207-48/+60
* Regenerate for SYSTEM_LINKERBryan Drewery2018-06-201-1/+17
* Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.Bryan Drewery2018-06-207-66/+191
* Fix sources needed for lld.Bryan Drewery2018-06-201-25/+25
* Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools.Bryan Drewery2018-06-202-4/+6
* Rework how the ld link is handled in WORLDTMP from r322811.Bryan Drewery2018-06-203-6/+6
* Add pmap_mapdev_attr for arm64Emmanuel Vadot2018-06-203-1/+34
* if_rk_dwc: Disable setting delays for nowEmmanuel Vadot2018-06-201-1/+2
* rk_gpio: Read the correct register for gpio readEmmanuel Vadot2018-06-201-1/+1
* if_rk_dwc: Fix delays handlingEmmanuel Vadot2018-06-201-3/+4
* Attach dev.cpu nodes on powerpc SMT cores, using only the first found threadJustin Hibbits2018-06-201-4/+37
* Instead of using hand-rolled loops where not needed switch themBjoern A. Zeeb2018-06-203-8/+4
* Move the SYSINIT to allow userspace access to the ARM generic timer laterAndrew Turner2018-06-201-1/+1
* Move the SMCCC SYSINIT later in the boot so the psci driver has attached.Andrew Turner2018-06-201-1/+1
* Fix the SMCCC signatures, they are all 32-bit calls. This fixes SMCCCAndrew Turner2018-06-201-3/+3
* Sometimes it is helpful to get the path for a vnode.Bjoern A. Zeeb2018-06-202-1/+62
* Fix build breakage in veriexec for 32-bit architectures.Stephen J. Kiernan2018-06-202-23/+28
* sort(1): Fix -m when only implicit stdin is used for inputKyle Evans2018-06-203-5/+9
* sort(1): Add bits to allow easy checking against NetBSD testsKyle Evans2018-06-202-0/+17
* This application (veriexecctl) handles reading a fingerprints fileStephen J. Kiernan2018-06-205-0/+514
* This library allows for user space applications to check file descriptorsStephen J. Kiernan2018-06-204-0/+262
* Device for user space to interface with MAC/veriexec.Stephen J. Kiernan2018-06-204-0/+297
* MAC/veriexec implements a verified execution environment using the MACStephen J. Kiernan2018-06-2018-0/+2559
* Revert r335276Allan Jude2018-06-202-20/+0
* Use capsicum helpers to cache NLS data.Mariusz Zaborski2018-06-202-15/+2
* TARGET_TRIPLE is needed much earlier now for CROSS_BINUTILS_PREFIX check.Bryan Drewery2018-06-191-22/+22
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-1941-50/+55
* Fix detection for binutils bootstrap package.Bryan Drewery2018-06-191-5/+5
* Let CROSS_BINUTILS_PREFIX work without a trailing slash.Bryan Drewery2018-06-191-2/+2
* SYSTEM_COMPILER: Should use X_ vars for comparing wanted version.Bryan Drewery2018-06-191-4/+4
* Fix X_COMPILER_* and X_LINKER_* not being passed to installworld environment.Bryan Drewery2018-06-191-16/+2