aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201248-544/+3042
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2078-24/+181
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-20876-35/+1790
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-20244-19/+439
* evdev: change USB scancode 0x54 from KEY_SLASH to KEY_KPSLASHVladimir Kondratyev2017-11-201-1/+1
* Fix evdev codes for slash and asterisk numpad keys of AT-keyboardsVladimir Kondratyev2017-11-201-2/+2
* evdev: Export EVDEV_SUPPORT kernel option through feature facilityVladimir Kondratyev2017-11-201-0/+3
* Use chroot(8) when invoking realpath(1) when setting BOOTFILES,Glen Barber2017-11-202-2/+2
* MFV r326007: less v529.Xin LI2017-11-2045-1104/+1733
|\
| * Vendor import of less v529.vendor/less/v529Xin LI2017-11-2053-1250/+1943
* | Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* | Reduce code duplication for wlan(4) interface creation in network.subr.Andriy Voskoboinyk2017-11-191-15/+7
* | wlandebug(8): allow fallback to old behavior + improve name checks.Andriy Voskoboinyk2017-11-191-4/+8
* | Remove empty directories.Yoshihiro Takahashi2017-11-190-0/+0
* | Fix build.Konstantin Belousov2017-11-191-1/+1
* | Remove unused header.Xin LI2017-11-191-1/+0
* | Remove unused header.Xin LI2017-11-191-1/+0
* | aw_nmi: add support for a31/a83t's r_intcKyle Evans2017-11-191-25/+44
* | 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