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