summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-02-04Read the data cache size instead of hardcoding some value. We mightPatrick Wildt
2017-02-04A bit of code and comment cleanup.Patrick Wildt
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Remove gdb waitcount debug code and dummy print.Patrick Wildt
2017-02-04Prevent netlock related deadlock with the X server during iwm(4) scans.Paul Irofti
2017-02-04Update usage for ps/w to match previous commitPhilip Guenther
2017-02-04Implement atomic_{set,clear}bits_int and membars for arm64.Jonathan Gray
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toPhilip Guenther
2017-02-03Implement a helper that creates an L0 pagetable entry pointing toPatrick Wildt
2017-02-03whitespace fixesPatrick Wildt
2017-02-03Set the context id and counter offset to a known value. Enable accessPatrick Wildt
2017-02-03Use PAGE_SHIFT instead of encoding the number.Patrick Wildt
2017-02-03Cleanup pagetable creation code in preparation for adding another levelPatrick Wildt
2017-02-03ARM64 has an 48-bit physical address space, so bump PTE_RPGN to reflectPatrick Wildt
2017-02-03Don't use PTE_RPGN to mask away the lower page bits from a virtualPatrick Wildt
2017-02-03Fix 11b clients sending bogus ratesets in association requests. The commonStefan Sperling
2017-02-03Explicitly ask EFI to allocate the page we picked out to lay ourPatrick Wildt
2017-02-03yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadJonathan Gray
2017-02-02Remove dead assignments and now unused variables.Charles Longeau
2017-02-02Sync with Linux kernel version 4.10-rc6.Ingo Feinerer
2017-02-02Remove global counters from struct ieee80211com which track the number ofStefan Sperling
2017-02-02When dumping core, skip pages marked as unreadable instead of abortingPhilip Guenther
2017-02-02copy the mbox into the dcmd struct, not the pointer to the mbox.David Gwynne
2017-02-01In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withDavid Hill
2017-02-01Fix format strings in cy(4), allows to compile with CY_DEBUG.Alexander Bluhm
2017-02-01Add AMRR support to rtwn(4). Based on code from FreeBSD.Stefan Sperling
2017-02-01In athn(4), if multi-rate retry is disabled due to RTS being used, then doStefan Sperling
2017-02-01Take if_attach_common() out from under netlock as it does a bunchJonathan Gray
2017-02-01Switch from splsoftnet to taking the netlock in if_attachhead().Jonathan Gray
2017-01-31Sprinkle some free sizes in uvm/David Hill
2017-01-31Configure rtwn's ACMHWCTRL register correctly. Bits in this registerStefan Sperling
2017-01-31Fix links to USB audio specs.Jeremie Courreges-Anglas
2017-01-31Issue a pause instruction in the busy-wait loop on SP kernels as wellMike Belopuhov
2017-01-31Remove the inifioctl hack, checking for an unheld NET_LOCK() inMartin Pieuchot
2017-01-31In a comment inside ieee80211_up_to_ac(), update a reference sectionStefan Sperling
2017-01-31Use CTASSERT instead of KASSERT for a few sysctl that use the counters APIJeremie Courreges-Anglas
2017-01-31Update the struct iwm_scan_results_notif to FW Api version 3, and removeStefan Sperling
2017-01-31When telling clients which EDCA parameters to use, copy these parametersStefan Sperling
2017-01-31Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:Stefan Sperling
2017-01-31Protect <sys/atomic.h> with #ifdef _KERNEL. This unbreaks userlandVisa Hankala
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-30Enable ieee80211_edca_table, which was under #if 0. This table can be usedStefan Sperling
2017-01-30whitespace, from bluhm@Sebastian Benoit
2017-01-30Make rtwn(4) and urtwn(4) tell the hardware about short preamble andStefan Sperling
2017-01-30removes the pf_consistency_lock and protects the users withSebastian Benoit
2017-01-30Fix size passed to free(9)Jeremie Courreges-Anglas
2017-01-30Stop athn(4) 11n hostap from applying HT protection to non-11n clients.Stefan Sperling
2017-01-30Prevent athn(4) from using RTS for non-data frames.Stefan Sperling
2017-01-30Fix ELF64_R_TYPE(reloc->r_info) to have the same type on mips64lePhilip Guenther