aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure we include the right path for skein.h, as well only includeWarner Losh2017-12-051-3/+4
* Need to include skein in the include path so we don't get this fromWarner Losh2017-12-052-0/+2
* Use the kernel relative paths, rather than the userland relative pathsWarner Losh2017-12-051-2/+2
* No need to include the userland md5.h, the kernel one is just fine.Warner Losh2017-12-051-1/+1
* Include ficl.h before anything else and avoid including anything atWarner Losh2017-12-051-3/+3
* When building standalone, include stand.h rather than the kernelWarner Losh2017-12-051-0/+2
* native-xtools: Ensure GCC files are cleaned up.Bryan Drewery2017-12-051-1/+1
* Deal with bmake-20170301 no longer resolving -C like it used to.Bryan Drewery2017-12-051-0/+8
* Handle writable-but-not-a-directory cases for writable OBJDIR check.Bryan Drewery2017-12-051-2/+8
* AUTO_OBJ: For all top-level targets enforce using an OBJDIR.Bryan Drewery2017-12-052-1/+5
* Allwinner H5: Enhance supportEmmanuel Vadot2017-12-056-6/+25
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-054-4/+52
* Avoid calling CURVNET_[SET|RESTORE] for each packetStephen Hurd2017-12-051-20/+25
* use @@@ instead of @@ in __sym_defaultEd Maste2017-12-054-5/+2
* Fix build after r326554; reconnect sponge to build again.Cy Schubert2017-12-052-1/+3
* Generate fully RFC3164 compliant messages, with timestamp and hostname.Gleb Smirnoff2017-12-052-13/+42
* When parsing remote messages, require them to have standard timestampGleb Smirnoff2017-12-052-62/+105
* ioat(4): Add Skylake Xeon PCI-IDConrad Meyer2017-12-051-0/+2
* ifconfig(8): Display extended compliance code string for SFP transceiversEric Joyner2017-12-052-28/+45
* For now, disconnect usr.bin/sponge from the build, to unbreak worldDimitry Andric2017-12-051-1/+0
* Fix cyclic dependency after r326552.Bryan Drewery2017-12-051-2/+5
* ddb: fix validation of cpu id in 'set db_cpu=x'Andriy Gapon2017-12-051-2/+2
* Fix cut & paste error from r326558.Cy Schubert2017-12-051-1/+1
* Make EC2 instances use Amazon's NTP service for time synchronization.Colin Percival2017-12-051-1/+6
* Resurrect r321659: Turn off ChallengeResponseAuthentication for EC2 AMIs.Colin Percival2017-12-051-0/+6
* Correctly prefix the infiniband include directory for buildworld. This fixesHans Petter Selasky2017-12-056-6/+6
* Use strlcpy().Xin LI2017-12-051-1/+1
* Use strlcpy().Xin LI2017-12-051-2/+2
* Create links for xzdiff.Xin LI2017-12-051-0/+2
* fdformat is a sysadmin command and thus its man page should be inCy Schubert2017-12-053-2/+5
* sponge(1): fix my testsEitan Adler2017-12-054-4/+7
* dc(1): fix input of non-decimal fractional numbersAlan Somers2017-12-059-33/+201
* sponge(1) Minor commit for commit logEitan Adler2017-12-051-0/+1
* sponge(1): initial commitEitan Adler2017-12-058-1/+351
* native-xtools: Fix build without META_MODE for GCC archs.Bryan Drewery2017-12-051-0/+2
* Fix DPSRCS not getting .depend.* files.Bryan Drewery2017-12-051-2/+2
* Allow Makefiles to append to DEPENDSRCS.Bryan Drewery2017-12-051-1/+1
* DEPENDSRCS not used here.Bryan Drewery2017-12-051-1/+0
* Rename DEPENDFILES_OBJS to DEPENDFILES.Bryan Drewery2017-12-051-6/+5
* lld: make -v behave similarly to GNU ld.bfdEd Maste2017-12-051-3/+4
* Avoid the overhead of acquiring a lock in nfsrv_checkgetattr() whenRick Macklem2017-12-041-0/+9
* Allwinner: Add H5 compatible to aw_ccuEmmanuel Vadot2017-12-041-0/+1
* amd-vi: set iommu msi configuration using pci_enable_msi methodAndriy Gapon2017-12-041-56/+16
* vmm/amd: add ivhd device with a higher orderAndriy Gapon2017-12-041-1/+7
* amd-vi: clear event interrupt and overflow bits upon handling the interruptAndriy Gapon2017-12-041-0/+6
* Just use the last line of the output from getting .OBJDIR. TheWarner Losh2017-12-041-1/+1
* dts: arm: Remove imx6 related dtsEmmanuel Vadot2017-12-045-815/+0
* Only skip looking for manpages if both man directory and cat directoryBaptiste Daroussin2017-12-041-1/+1
* In case man(1) found a catpage to display skip looking ".so" which is manpageBaptiste Daroussin2017-12-041-0/+3
* Use the module pointer to find the address we need to map to in the earlyAndrew Turner2017-12-041-5/+5