aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* [ath] ensure the NIC is woken up before changing the spectral scan parameters.Adrian Chadd2017-02-021-0/+9
* [ath_hal] add debugging level for spectral scan.Adrian Chadd2017-02-021-0/+1
* [ath] add spectral scan priority.Adrian Chadd2017-02-021-0/+1
* Remove dangling DE425 EISA card references in the de driver. TheyWarner Losh2017-02-021-14/+0
* i386: fixup fcmpsetMateusz Guzik2017-02-021-2/+2
* [am335x] Fallback to standard video interface bindings when using Linux dtsOleksandr Tymoshenko2017-02-011-4/+35
* loader: disk/part api needs to use uint64_t offsetsToomas Soome2017-02-018-21/+21
* Add an mbuf to ipinfo_t translator to finish cleanup of mbuf passing to TCP p...George V. Neville-Neil2017-02-011-7/+7
* Merge filt_soread and filt_solisten and decide what to do when checkingHartmut Brandt2017-02-011-25/+9
* loader.efi environment related cleanupsToomas Soome2017-02-016-416/+437
* Add atomic_fcmpset_*() inlines for MIPSAlexander Kabaev2017-02-011-2/+101
* Implement get_pcpu() for the remaining architectures and use it toJason A. Harmening2017-02-017-12/+23
* Add Book-E Enhanced Debug (E.D) profile debug supportJustin Hibbits2017-02-013-5/+22
* Add USB IDs supported by TI / Intel USB 3410 family (modems of variousWarner Losh2017-02-011-0/+35
* Ensure that the variable bail is always initialized before used.Michael Tuexen2017-02-011-2/+2
* Take the SCTP common header into account when computing theMichael Tuexen2017-01-311-1/+1
* Remove a duplicate debug statement.Michael Tuexen2017-01-311-6/+2
* net80211: cleanup ic_flags / iv_flagsAndriy Voskoboinyk2017-01-312-8/+5
* [ath] log seqno, type and subtype when assigning sequence numbers for A-MPDU.Adrian Chadd2017-01-311-1/+3
* Fix a couple of issues with t4iov probe and attach.John Baldwin2017-01-311-0/+12
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-314-17/+68
* Add kern_pread() and kern_pwrite(), and use it in compats insteadEdward Tomasz Napierala2017-01-314-77/+48
* Fix linux_getppid() to debug the actual parent, even it was reparentedEdward Tomasz Napierala2017-01-311-3/+1
* Replace calls to sys_truncate() with kern_truncate().Edward Tomasz Napierala2017-01-312-26/+7
* Add kern_cpuset_getid() and kern_cpuset_setid(), and use themEdward Tomasz Napierala2017-01-313-23/+35
* Add missing ephy bus gates and resets.Jared McNeill2017-01-311-4/+4
* Don't retry a lost reservation in atomic_fcmpset()Justin Hibbits2017-01-311-14/+14
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-315-0/+314
* Update CFLAGS for clang compatibilityJustin Hibbits2017-01-312-5/+3
* Fix compilation!Adrian Chadd2017-01-311-2/+2
* Fix indentantion in pf_purge_thread(). No functional change.Gleb Smirnoff2017-01-301-23/+29
* [mips] add some (temporary, I hope!) mips24k/mips74k hwpmc modules.Adrian Chadd2017-01-303-0/+35
* Initialize a stack variable in mprsas_get_sas_address_for_sata_diskAlan Somers2017-01-301-0/+1
* Avoid page lookups in the top-level object in vm_object_madvise().Mark Johnston2017-01-301-69/+98
* put very expensive sanity checks of advisory locks under DIAGNOSTICAndriy Gapon2017-01-301-2/+2
* Add kern_listen(), kern_shutdown(), and kern_socket(), and use themEdward Tomasz Napierala2017-01-305-67/+57
* Add kern_lseek() and use it instead of sys_lseek() in various compats.Edward Tomasz Napierala2017-01-305-78/+31
* Replace sys_ftruncate() with kern_ftruncate() in various compats.Edward Tomasz Napierala2017-01-305-28/+6
* Make "desc" pointer non-constant inside the mlx5_core_diagnostics_entryHans Petter Selasky2017-01-301-1/+1
* Correct comment grammar and make it easier to understand.Cy Schubert2017-01-301-2/+2
* cache: use vrefact for '.' lookups and refing the rdir in fullpathMateusz Guzik2017-01-301-2/+2
* fd: sprinkle __read_mostly and __exclusive_cache_lineMateusz Guzik2017-01-301-4/+4
* Do not update the lagg link layer address when destroying a lagg clone.Luiz Otavio O Souza2017-01-302-7/+12
* Drop the __GNUCLIKE_ASM guards around most atomic inlines.Justin Hibbits2017-01-301-12/+0
* Force the setting of bit 7 in the sysmouse packet byte 1 to be unsigned.Justin Hibbits2017-01-301-1/+1
* i386: add atomic_fcmpsetMateusz Guzik2017-01-301-0/+34
* Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.Justin Hibbits2017-01-302-3/+4
* Add atomic_fcmpset_*() inlines for powerpcJustin Hibbits2017-01-301-0/+123
* [net80211] address seqno allocation for group addressed framesAdrian Chadd2017-01-303-11/+69
* [am335x] Fix DTB name in LINKS variableOleksandr Tymoshenko2017-01-291-2/+2