aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing call to services_mkdb to build the services.dbBrad Davis2017-11-191-0/+1
* ANSIfy sys/libkernEd Maste2017-11-1919-56/+21
* dts: arm64: allwinner: Remove unused dts for pine64Emmanuel Vadot2017-11-187-1185/+0
* Remove unneeded special case for .OBJDIR=.CURDIR.Bryan Drewery2017-11-181-7/+0
* if_awg: drain tx buffers and clear rx buffers when stoppingEmmanuel Vadot2017-11-181-0/+36
* if_awg: avoid hole in the rx ring buffer when mbuf allocation failsEmmanuel Vadot2017-11-181-72/+89
* if_awg: rename tx functions to match other drivers and free mbuf on m_collaps...Emmanuel Vadot2017-11-181-20/+35
* if_awg: don't process transmitted packets on TX_BUF_UA_INT, only on TX_INTEmmanuel Vadot2017-11-181-1/+3
* if_awg: replace multiple calls to if_setdrvflagbits with one call in awg_txintrEmmanuel Vadot2017-11-181-3/+8
* if_awg: only increment IFCOUNTER_OPACKETS when the last segment of a frame ha...Emmanuel Vadot2017-11-181-2/+8
* if_awg: store mbuf and dma mapping in the last segment of a tx frame instead ...Emmanuel Vadot2017-11-181-8/+13
* if_awg: mark the first tx descriptor as ready only after all the other tx des...Emmanuel Vadot2017-11-181-41/+45
* if_awg: only request completion interrupt on the last descriptor of a tx frameEmmanuel Vadot2017-11-181-3/+12
* Remove duplicate static function prototype to fix compilation ofHans Petter Selasky2017-11-181-4/+0
* Evaluate options after including src-env.conf and before Makefile.sys.inc.Bryan Drewery2017-11-181-0/+2
* Fix top-level targets with read-only OBJDIR.Bryan Drewery2017-11-182-0/+11
* Move top-level AUTO_OBJ logic to Makefile.sys.inc.Bryan Drewery2017-11-182-28/+40
* Include Makefile.sys.inc if possible for top-level only.Bryan Drewery2017-11-181-0/+3
* Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.Bryan Drewery2017-11-181-1/+1
* Fix 'make -n' for {reinstall,distribute}kernel.Bryan Drewery2017-11-181-4/+4
* dts: Allwinner: Remove our last custom DTSEmmanuel Vadot2017-11-1811-1609/+3
* Update our copy of DTS from the ones from Linux 4.14Emmanuel Vadot2017-11-18582-2046/+14886
|\
| * Update our copies of the Device Tree Source to Linux 4.14vendor/device-tree/4.14Emmanuel Vadot2017-11-131378-5078/+31128
* | Remove unused Casper configurations files.Mariusz Zaborski2017-11-188-20/+7
* | spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-18363-114/+842
* | Increase rtld initial memory pool size from 32kB to 128kB.Edward Tomasz Napierala2017-11-181-1/+1
* | Remove leftover in lagg(4) manpage forgotten in r271733Bjoern Heidotting2017-11-181-3/+1
* | locks: fix compilation issues without SMP or KDTRACE_HOOKSMateusz Guzik2017-11-172-4/+5
* | Add comment for accidentally committed unrelated change in r325960.Andrey V. Elsukov2017-11-171-0/+4
* | cxgbe(4): Add core Vdd to the sysctl MIB.Navdeep Parhar2017-11-172-1/+9
* | Unconditionally enable support for O_IPSEC opcode.Andrey V. Elsukov2017-11-172-5/+2
* | Add assertion in probedone() that we're holding the device lock.Alan Somers2017-11-171-0/+1
* | lockmgr: remove the ADAPTIVE_LOCKMGRS optionMateusz Guzik2017-11-173-194/+1
* | vfs_lookup: Allow PATH_MAX-1 symlinksConrad Meyer2017-11-173-1/+20
* | Bump dates after lint removal.Konstantin Belousov2017-11-172-2/+2
* | Fix 'local' to not look in the source tree for the file.Bryan Drewery2017-11-173-13/+20
* | Remove build system support for lint.Warner Losh2017-11-1713-90/+13
* | Add general configuration files used by release/release.sh forGlen Barber2017-11-177-0/+73
* | Add Intel Processor Trace registers for:Ruslan Bukin2017-11-171-0/+52
* | Fix indentation.Glen Barber2017-11-171-3/+3
* | Sort variables for consistency.Glen Barber2017-11-1710-50/+50
* | Sort variables in arm64 SoC configurations.Glen Barber2017-11-172-13/+12
* | Remove stray SRCBRANCH included by mistake.Glen Barber2017-11-172-2/+0
* | Fix potential NULL pointer dereference of device physical pathAlan Somers2017-11-171-1/+2
* | VOP_LOOKUP.9: update locking infoAlan Somers2017-11-171-13/+3
* | Correct grammar nit.Gordon Tetlow2017-11-171-1/+1
* | Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-173-3/+3
* | Actually commit the right patch for r325929Baptiste Daroussin2017-11-171-1/+1
* | Do not remove the sources when zstd is called as zstdcatBaptiste Daroussin2017-11-171-1/+1
* | Add jumbo frame support to dtsec(4)Justin Hibbits2017-11-171-1/+29