aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* etherswitch: Fix RT305x vlan group operationStanislav Galabov2017-02-201-3/+30
* [net80211] validate VHT IEs.Adrian Chadd2017-02-201-1/+11
* [net80211] teach the probe response routine to add VHT IEs as appropriate.Adrian Chadd2017-02-201-0/+9
* [net80211] fix up VHT IE comparison typoAdrian Chadd2017-02-201-1/+3
* [net80211] fix NULL pointer dereference in VHT operation in hostap mode.Adrian Chadd2017-02-201-1/+3
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-2048-91/+91
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-205-109/+127
* Apply noexec mount option for mmap(PROT_EXEC).Konstantin Belousov2017-02-192-4/+8
* MFamd64 r313933: microoptimize pmap_protect_pte1().Konstantin Belousov2017-02-191-3/+2
* Add a driver for the RouterBoard RB800 User LEDJustin Hibbits2017-02-192-0/+150
* improve PBKDF2 performanceAllan Jude2017-02-194-28/+39
* In pmap_enter(), set the PG_MANAGED flag on the new PTE in one place,Alan Cox2017-02-191-8/+6
* Add USB Mass Storage CTL frontend. This makes it possibleEdward Tomasz Napierala2017-02-194-1/+1086
* Remove obsolete comment after prior rev.Warner Losh2017-02-191-4/+0
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-1914-214/+9
* There are some Linux binaries that expect the system to obey the "addr"Edward Tomasz Napierala2017-02-191-1/+16
* Remove broken remnants of obsolete INOT API.Alexander Motin2017-02-191-10/+0
* locks: make trylock routines check for 'unowned' valueMateusz Guzik2017-02-193-12/+27
* Make sure the thread constructor and destructor eventhandlers areHans Petter Selasky2017-02-191-0/+9
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-194-3/+29
* MFamd64 r313933: microoptimize pmap_protect_pde().Konstantin Belousov2017-02-191-3/+3
* Missed addition to r313936.Alexander Motin2017-02-191-0/+4
* Move CTIO waitq from per-LUN to per-channel.Alexander Motin2017-02-192-25/+31
* Restore PBA setup for igb(4) class devices.Sean Bruno2017-02-191-16/+79
* Fix regression in r313898 on i386.Konstantin Belousov2017-02-191-1/+1
* Microoptimize amd64/pmap.c pmap_protect_pde().Konstantin Belousov2017-02-191-3/+3
* Bring back r313037, with fixes for mips:Jason A. Harmening2017-02-198-15/+34
* locks: clean up trylock primitivesMateusz Guzik2017-02-183-34/+63
* For translated packets do not adjust UDP checksum if it is zero.Andrey V. Elsukov2017-02-181-0/+3
* Add dtb files for Boundary Devices Nitrogen 6 family boards. FreeBSD runsIan Lepore2017-02-181-0/+5
* Add definitions for the IEEE-1588 registers.Ian Lepore2017-02-181-0/+21
* Change the naming of imx{5,6} gpio pins to exactly match the names used inIan Lepore2017-02-181-1/+1
* Style(9), some XXX comments fix. No functional changes.Dmitry Chagin2017-02-181-19/+17
* Initialize cap_rights before use.Dmitry Chagin2017-02-181-1/+2
* Finich r313684.Dmitry Chagin2017-02-182-11/+11
* Spell VMXNET3_LEGACY_TX correctly.Luiz Otavio O Souza2017-02-181-2/+2
* Change XCOPY memory allocations.Alexander Motin2017-02-181-13/+12
* Fix panic with unlocked vnode to vrecycle().Bryan Drewery2017-02-181-0/+2
* mtx: plug the 'opts' argument when not usedMateusz Guzik2017-02-183-7/+15
* iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk2017-02-173-3/+3
* Rely on CPUID feature only to enable attaching. MTRR are architecturalKonstantin Belousov2017-02-171-10/+0
* smp_rendezvous() works for UP case as well, reduce duplicatedKonstantin Belousov2017-02-171-15/+3
* sx: fix mips builld after r313855Mateusz Guzik2017-02-171-1/+1
* Push max_frame_len back into iflib so that jumbo frame sizes work.Sean Bruno2017-02-171-2/+4
* Enable capsicum on MALTA kernels.Brooks Davis2017-02-171-0/+2
* Merge i386 and amd64 mtrr drivers.Konstantin Belousov2017-02-175-878/+146
* ext2fs: Remove unused assignment.Pedro F. Giffuni2017-02-171-1/+0
* Make ctl(4) build with CTL_IO_DELAY defined.Kenneth D. Merry2017-02-171-0/+3
* [asmc] Add support for MacBook Pro 11,2Adrian Chadd2017-02-172-59/+93
* MVF: 313876Josh Paetzel2017-02-171-3/+8