aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-066-11/+110
* Implement dtrace_getupcstack in ARM64Wojciech Macek2016-04-062-1/+123
* Revert accidental submit of WIP as part of r297609Ravi Pokala2016-04-062-278/+39
* Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala2016-04-063-40/+279
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-067-28/+65
* [net80211] missed commit from last one - always cleanup superg state.Adrian Chadd2016-04-061-2/+6
* [net80211] Initial A-MSDU support for testing / evaluationAdrian Chadd2016-04-066-72/+286
* Fix sed functions 'i' and 'a' from discarding leading white space.Pedro F. Giffuni2016-04-061-1/+1
* [urtwn] disable doing AMPDU TX.Adrian Chadd2016-04-061-0/+2
* [rsu] We don't do A-MPDU transmit right now, so don't bother registeringAdrian Chadd2016-04-061-0/+2
* Add kern.features flags for linux and linux64 modulesBaptiste Daroussin2016-04-053-0/+3
* [urtwn] first cut of getting the fast-frames / amsdu support in shape.Adrian Chadd2016-04-052-5/+81
* [net80211] rename 11n rate macros into a useful spotAdrian Chadd2016-04-052-1/+9
* [net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU."Adrian Chadd2016-04-051-1/+1
* [net80211] Add a new capability flag to indicate that the stack shouldAdrian Chadd2016-04-051-0/+1
* net80211: copy MAC address into iv_myaddr[] instead of aliasing it.Andriy Voskoboinyk2016-04-052-3/+4
* Remove misleading comment. musb supports host mode for more than two years nowOleksandr Tymoshenko2016-04-051-1/+0
* Fix typo. No functional change.Svatopluk Kraus2016-04-051-2/+2
* Add more DPRINTF() to the ftdi driver. Now everything that can change theIan Lepore2016-04-051-8/+35
* Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-BSvatopluk Kraus2016-04-053-7/+380
* Implement bcm2836 interrupt controller for INTRNG and enable itSvatopluk Kraus2016-04-054-1/+718
* Rework bcm283x interrupt controller for INTRNG and enable itSvatopluk Kraus2016-04-052-1/+291
* ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intrMichal Meloun2016-04-053-5/+5
* Use proper locking macros in RACCT in RCTL.Edward Tomasz Napierala2016-04-052-75/+83
* x86 topo: add some comments, descriptions and references to documentationAndriy Gapon2016-04-052-5/+105
* TEGRA: Fix CPU frequency switching.Michal Meloun2016-04-053-16/+25
* Add support for the Microchip mcp7941x.Justin Hibbits2016-04-052-8/+34
* Make i2c device child auto-probe work for MPC85xx and QorIQ SoCs.Justin Hibbits2016-04-051-1/+11
* Remove a redundant check.John Baldwin2016-04-051-1/+1
* Remove an unneeded check.John Baldwin2016-04-051-3/+0
* Don't wakeup the fdc worker thread once a second when idle.John Baldwin2016-04-051-1/+1
* [net80211] add amsdu and fast frames encap failure counters in the ioctlAdrian Chadd2016-04-041-1/+4
* Add a table to map from the FreeBSD CPUID space to the GIC CPUID space. OnAndrew Turner2016-04-042-31/+74
* new x86 smp topology detection codeAndriy Gapon2016-04-043-278/+803
* Reduce the diff for when we switch to intrng. The IPI interrupts will beAndrew Turner2016-04-041-20/+63
* Include sys/rman.h directly rather than relying on header pollution.Andrew Turner2016-04-041-0/+1
* Fix a format string when uint64_t is not unsigned long long by castingAndrew Turner2016-04-041-2/+2
* Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intcSvatopluk Kraus2016-04-042-11/+29
* Rework TI gpio interrupt controller for INTRNG. It's used on PANDABOARDSvatopluk Kraus2016-04-043-15/+345
* Rework am33xx interrupt controller for INTRNG and enable itSvatopluk Kraus2016-04-042-1/+179
* Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus2016-04-0411-857/+1042
* arm64: pagezero improvementWojciech Macek2016-04-044-7/+47
* Add bzero.S to ARM64 machdepWojciech Macek2016-04-041-0/+206
* arm64: bzero optimizationWojciech Macek2016-04-043-11/+21
* Enable 4-byte address support for the mx25l family of SPI flash devices.Stanislav Galabov2016-04-042-19/+94
* [iwn] Don't try to seamlessly recover from a firmware panic; just restartAdrian Chadd2016-04-031-1/+14
* Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.John Baldwin2016-04-035-129/+6
* chdone(): Prevent returning uninitialized scalar value.Pedro F. Giffuni2016-04-031-0/+1
* g_sched_destroy(): prevent return of uninitialized scalar variable.Pedro F. Giffuni2016-04-031-1/+2
* Fix indentation oops.Pedro F. Giffuni2016-04-031-3/+3