aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add "jid" and "jailname" variables to DTrace.Mark Johnston2018-01-126-2/+116
* Correct a couple of typos.Jens Schweikhardt2018-01-121-5/+5
* Allow this file to be includedWarner Losh2018-01-121-2/+2
* Move getsecs() prototype to stand.h from net.h so it can be usedWarner Losh2018-01-122-2/+1
* Report the boot order and where we are in that boot order. AddWarner Losh2018-01-121-2/+45
* Add GUID for UEFI boot manager variables.Warner Losh2018-01-121-0/+2
* Fix error in determining the next available boot slot.Warner Losh2018-01-121-1/+1
* Workaround Spectre Variant 2 on arm64.Andrew Turner2018-01-124-2/+65
* mtx: use fcmpset to cover setting MTX_CONTESTEDMateusz Guzik2018-01-121-4/+3
* vfs: tidy up vdropMateusz Guzik2018-01-121-14/+11
* PowerNV: update OPAL driverWojciech Macek2018-01-124-35/+234
* - Fix `make` in sys/modulesLi-Wen Hsu2018-01-124-1/+5
* PowerNV: initial support for PCIe host controllerWojciech Macek2018-01-123-8/+613
* aesni(4): Quiesce spurious GCC 6.3.0 -Wmaybe-uninitialized warningsConrad Meyer2018-01-121-0/+5
* sys/dev/e1000: fix uses of 1 << 31Eitan Adler2018-01-123-4/+4
* sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler2018-01-129-25/+25
* dhclient(8): add missing includeAlan Somers2018-01-121-0/+2
* ANSIfy function definitions in sys/vm/Ed Maste2018-01-122-18/+6
* Add a hack to disable AUTO_OBJ for 'old style' kernel builds.Bryan Drewery2018-01-121-1/+2
* Cache LINKER_FEATURES to fix the wrong ones being used.Bryan Drewery2018-01-121-1/+2
* Build systrace_freebsd32 on arm64.Michael Tuexen2018-01-111-0/+1
* Pull in r316581 from upstream llvm trunk (by John Baldwin):Dimitry Andric2018-01-111-1/+1
* Ensure that the vnet is set when calling pru_sockaddr() andMichael Tuexen2018-01-111-0/+2
* e1000: Fix typos in value written to register and a commentEric Joyner2018-01-111-2/+2
* Allow MIPS lib32 to build with clang.John Baldwin2018-01-111-0/+9
* Temporarily disable VIMAGE on i386Ed Maste2018-01-111-1/+1
* Change the type of 'crp_opaque' from caddr_t to void *.John Baldwin2018-01-111-1/+1
* Axe tmp_iv from the cryptodev session structure.John Baldwin2018-01-111-6/+3
* iAdd ACPI attachments the the GIC and GICv3 interrupt controller drivers.Andrew Turner2018-01-117-5/+782
* Add the start of INTRNG support for ACPI.Andrew Turner2018-01-117-8/+152
* Fix grammar.Konstantin Belousov2018-01-112-4/+6
* Add mallocarray.9 to malloc.9's MLINKS.Mark Johnston2018-01-111-0/+1
* vmstat(8): Hook up NetBSD testsKyle Evans2018-01-113-0/+16
* dev/bhnd: Make use of mallocarray(9).Pedro F. Giffuni2018-01-113-3/+3
* netpfil/ipfw: Make some use of mallocarray(9).Pedro F. Giffuni2018-01-113-5/+5
* dev/(e1000,ixl): Make some use of mallocarray(9).Pedro F. Giffuni2018-01-114-14/+16
* Initialize CONTEXTIDR register on secondary cores by zero,Michal Meloun2018-01-111-1/+1
* patch(1): Don't check for NUL bytes in Plan AKyle Evans2018-01-111-2/+5
* if_awg: Support new emac bindingsKyle Evans2018-01-111-6/+52
* regen src.conf.5 after r327823, WITH_LLD_BOOTSTRAP for i386Ed Maste2018-01-111-3/+3
* Enable ld.lld as bootstrap linker by default on i386Ed Maste2018-01-111-1/+1
* Skip IRELATIVE relocations when loader processes ELF files.Konstantin Belousov2018-01-111-0/+8
* Softlink inodes can own buffers with dependencies.Konstantin Belousov2018-01-111-1/+2
* Remove redundand CLD instructions.Konstantin Belousov2018-01-112-20/+0
* Do not clear %RFLAGS.DF on fast syscall entry.Konstantin Belousov2018-01-111-1/+0
* Move the hardware setup for fast syscalls into a common function.Konstantin Belousov2018-01-113-22/+20
* Rename COMMON_TSS_RSP0 to TSS_RSP0.Konstantin Belousov2018-01-112-2/+2
* Update comment explaining the check, to reality.Konstantin Belousov2018-01-112-10/+6
* PowerNV: add buffer for OPAL consoleWojciech Macek2018-01-111-10/+54
* PowerNV: set LPCR[LPES] correctlyWojciech Macek2018-01-112-0/+6