aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* da(4): Short-circuit unnecessary BIO_FLUSH commandsAlan Somers2017-11-201-0/+21
* Remove a couple variables that are unused after r325790.Brooks Davis2017-11-201-2/+0
* Fix multiple bugs in cam_strmatchAlan Somers2017-11-201-6/+22
* Fix off-by-one error in bit_nclear() usageStephen Hurd2017-11-201-1/+1
* msdosfs(5): Reflect READONLY attribute in file modeConrad Meyer2017-11-201-1/+3
* Update a comment in brelse() to match reality.Scott Long2017-11-201-3/+12
* Indent protection and some other oops from the prvious commits.Pedro F. Giffuni2017-11-202-2/+2
* cxgbe(4): Add a custom board to the device id list.Navdeep Parhar2017-11-201-0/+1
* 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
* Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* 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
* ANSIfy sys/libkernEd Maste2017-11-1919-56/+21
* dts: arm64: allwinner: Remove unused dts for pine64Emmanuel Vadot2017-11-187-1185/+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
* Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.Bryan Drewery2017-11-181-1/+1
* 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
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-18198-2/+398
* 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-172-190/+0
* vfs_lookup: Allow PATH_MAX-1 symlinksConrad Meyer2017-11-171-1/+1
* Remove build system support for lint.Warner Losh2017-11-174-19/+2
* Add Intel Processor Trace registers for:Ruslan Bukin2017-11-171-0/+52
* Fix potential NULL pointer dereference of device physical pathAlan Somers2017-11-171-1/+2
* Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRPScott Long2017-11-171-1/+1
* 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
* Stop special casing 32-bit AIM in memory parsingJustin Hibbits2017-11-171-17/+10
* mtx: add missing parts of the diff in r325920Mateusz Guzik2017-11-171-2/+2