aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inetd: two more nitsKyle Evans2020-01-101-6/+7
* inetd: free WITHOUT_INET6_SUPPORT build of warningsKyle Evans2020-01-101-2/+13
* a10_ahci: grab the target-supply regulator and enable itKyle Evans2020-01-101-2/+25
* Check the XHCI endpoint state before stopping any endpoint.Hans Petter Selasky2020-01-101-0/+16
* Define the XHCI endpoint states.Hans Petter Selasky2020-01-101-0/+8
* Include human-readable list of rtm flags along with bitmask in error messagesAlexander V. Chernikov2020-01-102-3/+21
* powerpc: Prevent infinite loop in moea_sync_icache()Justin Hibbits2020-01-101-1/+1
* Replace inline assembly with rdtime macroMitchell Horne2020-01-101-4/+2
* powerpc: Mark cpu_feature-based sysctls as MP_SAFEJustin Hibbits2020-01-101-4/+4
* powerpc/powernv: Un-Giant-ify opal_nvram driverJustin Hibbits2020-01-101-4/+31
* Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* loader: bioscd probe can get sector size 0Toomas Soome2020-01-091-2/+4
* libc: Fix a few bugs in the xlocale collation code.Mark Johnston2020-01-092-3/+8
* Catch up with Clang 9.0.Jung-uk Kim2020-01-092-15/+17
* dwc_otg: fix fdt attachment for newer bcm2708-usb nodesKyle Evans2020-01-091-3/+23
* UMA: Don't destroy zones after the system shutdown process starts.Mark Johnston2020-01-091-11/+30
* bcm2835_vcbus: hide 'checking root' messages under bootverboseKyle Evans2020-01-091-2/+3
* Add stricter checking on mac key lengths.John Baldwin2020-01-091-2/+2
* Add note to remind me there are three choices for arm32 floating point.Warner Losh2020-01-091-1/+5
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-0910-20/+31
* Const-poison the cam_sim_* convenience accessor functions.Warner Losh2020-01-091-10/+10
* Fix typo: MANGAEMENT_PROTOCOL_OUT -> MANAGEMENT_PROTOCOL_OUT.Gleb Popov2020-01-091-1/+1
* Change malloc_domain() to return the allocation size to the caller.Mark Johnston2020-01-091-7/+8
* lagg: Further cleanup of the rr_limit option.Mark Johnston2020-01-093-16/+26
* Revert r356515 - add LLVM_LIBUNWIND back to sparc64 BROKEN_OPTIONSEd Maste2020-01-091-0/+2
* revert r356513: libunwind: untested attempt to fix sparc64 buildEd Maste2020-01-092-3/+2
* arp(8): avoid segfaulting due to out-of-bounds memory accessEugene Grosbein2020-01-091-2/+1
* Add atomic_testandset/clear on arm64.Andrew Turner2020-01-091-0/+84
* rtld: Return error if $ORIGIN for a dlopen-ed library cannot be resolved ...Konstantin Belousov2020-01-091-14/+25
* Resolve relative argv0 for direct exec mode to absolute path for AT_EXECPATH.Konstantin Belousov2020-01-091-4/+32
* Fix a XHCI driver issue with Intel's Gemini Lake SOC.Hans Petter Selasky2020-01-092-8/+25
* kern/Makefile: systrace_args.c is also generatedKyle Evans2020-01-091-0/+1
* md(4): improve documentation of preloadingKyle Evans2020-01-091-2/+8
* stand/fdt: Scale blob size better as overlays applyKyle Evans2020-01-093-9/+39
* shmfd: posix_fallocate(2): only take rangelock for section we needKyle Evans2020-01-091-1/+11
* if_vmove: return proper error statusKyle Evans2020-01-091-11/+16
* uma: unify layout paths and improve efficiencyRyan Libby2020-01-092-176/+148
* uma: reorganize flagsRyan Libby2020-01-095-129/+133
* Run netoptions startup script in vnet jails.Bjoern A. Zeeb2020-01-081-1/+1
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-0811-27/+31
* Remove some trailing whitespace; no functional changes.Ian Lepore2020-01-081-3/+3
* Split the code to find and add iicbus children out to its own function.Ian Lepore2020-01-081-38/+41
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-0834-588/+667
* Change some KASSERT to device_printf + return EINVAL. There's no need toIan Lepore2020-01-081-10/+15
* Init sc->maxbus to -1, not 0. It represents the highest array index thatIan Lepore2020-01-081-4/+6
* Remove no-longer-used function prototype.John Baldwin2020-01-081-1/+0
* Ensure any reserved gpio pins get released if an early exit is takenIan Lepore2020-01-081-7/+25
* Retire build support for GCC's DWARF unwinderEd Maste2020-01-083-394/+0
* Remove prereq lib support for GNU unwinderEd Maste2020-01-081-11/+0
* src.opts.mk: Remove sparc64 LLVM_LIBUNWIND BROKEN_OPTIONSEd Maste2020-01-081-2/+0