aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Remove error-prone table terminators in favor of automatic sizingConrad Meyer2018-04-141-74/+28
* Remove support for the Arcnet protocol.Brooks Davis2018-04-1319-2349/+2
* i386 4/4G split.Konstantin Belousov2018-04-1348-1819/+2553
* Fix build on 32-bit systems.Brooks Davis2018-04-131-2/+2
* Add SDT probes to vmexit on Intel.Tycho Nightingale2018-04-133-0/+116
* Just assert that the lock is held here, rather than taking it out andWarner Losh2018-04-131-2/+1
* Add check that mbuf had not multicast layer2 address.Andrey V. Elsukov2018-04-131-1/+2
* Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to useRuslan Bukin2018-04-136-1066/+385
* Add beripic1, msgdma and softdma instances.Ruslan Bukin2018-04-131-0/+73
* Add driver for Altera SoftDMA® device.Ruslan Bukin2018-04-134-1/+866
* Check if STACK is defined before using the stack(9).Ram Kishore Vegesna2018-04-131-0/+3
* Add driver for Altera modular Scatter-Gather DMA engine (mSGDMA).Ruslan Bukin2018-04-133-0/+738
* Add driver for ARM PrimeCell PL330 DMA engine.Ruslan Bukin2018-04-133-0/+779
* Don't include sys/bus_dma.h directly, use machine/bus.h instead.Ruslan Bukin2018-04-133-3/+4
* To avoid possible deadlock do not acquire JQUEUE_LOCK before callout_drain.Andrey V. Elsukov2018-04-131-3/+0
* Fix integer types mismatch for flags field in nat64stl_cfg structure.Andrey V. Elsukov2018-04-122-3/+3
* Handle Programmable Early Warning for control commands in sa(4).Kenneth D. Merry2018-04-121-5/+6
* Use cfg->nomatch_verdict as return value from NAT64LSN handler whenAndrey V. Elsukov2018-04-123-10/+9
* Migrate NAT64 to FIB KPI.Andrey V. Elsukov2018-04-122-121/+84
* Use known SRCTOP if possible to determine SYSDIR.Bryan Drewery2018-04-121-1/+2
* Fix PSL_T inheritance on exec for x86.Konstantin Belousov2018-04-125-13/+38
* Fix using wrong SYSDIR after r331683.Bryan Drewery2018-04-121-1/+1
* Update vt(4) "Terminus BSD Console" font to v4.46Ed Maste2018-04-121-1102/+2150
* Optimize context switch for PTI on PCID pmap.Konstantin Belousov2018-04-121-14/+16
* Add SMP support for BERI CPU.Ruslan Bukin2018-04-128-0/+414
* Tune xDMA interface slightly:Ruslan Bukin2018-04-1214-496/+1612
* Add ld emulation types for hard-float mipses.Ruslan Bukin2018-04-121-0/+4
* Fix a typo.Bjoern A. Zeeb2018-04-121-1/+1
* Restore r332389 after resolution of locking fixes.Sean Bruno2018-04-121-33/+57
* allow ZFS pool to have temporary name for duration of current importAndriy Gapon2018-04-124-5/+50
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-1227-1850/+3177
* iflib: fix up a mismerge in r332419Mateusz Guzik2018-04-121-1/+1
* vt: add three more cp437 mappings for vga textmodeEd Maste2018-04-121-1/+3
* Properly initialize ifc_nhwtxqs.Stephen Hurd2018-04-111-2/+2
* Remove support for FDDI networks.Brooks Davis2018-04-1120-5267/+3
* Revert r332389 as it is causing panics for various users and we needSean Bruno2018-04-111-56/+33
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-114-40/+40
* pf: limit ioctl to a reasonable and tuneable number of elementsKristof Provost2018-04-112-5/+22
* Fix ipfw table creation when net.inet.ip.fw.tables_sets = 0 and non zero setOleg Bulyzhin2018-04-111-1/+1
* locks: extend speculative spin waiting for readers to drainMateusz Guzik2018-04-112-6/+22
* Use explicit_bzero() when cleaning values out of the kernel environment.Ian Lepore2018-04-101-3/+3
* rw: whack avoidable re-reads in try_upgradeMateusz Guzik2018-04-101-8/+9
* Reenter KDB on fault on powerpc, instead of panickingJustin Hibbits2018-04-101-0/+7
* [pi] Do not attach bcm2835_pwm if DTB node is not enabledOleksandr Tymoshenko2018-04-101-4/+0
* Split out flag manipulation from general context manipulation in iflibStephen Hurd2018-04-101-33/+56
* Make BPF global lock an SXStephen Hurd2018-04-103-6/+6
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-1035-0/+35
* hyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_TIMEOUTDexuan Cui2018-04-101-14/+1
* Call through powerpc_interrupt for all Book-E interruptsJustin Hibbits2018-04-101-16/+4
* Add missing header change from r332381.Jonathan T. Looney2018-04-101-2/+5