Age | Commit message (Expand) | Author |
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 |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-29 | In dwctwo(4), fix an off-by-one in frame interval calculation. | Stefan Sperling |
2017-01-29 | The iwm_get_active_dwell() and iwm_get_passive_dwell() functions are | Stefan Sperling |
2017-01-29 | Remove a couple of definitions from if_iwmreg.h which were never | Stefan Sperling |
2017-01-29 | In iwm(4), remove old deprecated scan API definitions which have been | Stefan Sperling |
2017-01-28 | Make mira cope with out-of-range single frame error rate (SFER) values. | Stefan Sperling |
2017-01-28 | Introduce ieee80211_mira_probe_done() helper which resets probing state, | Stefan Sperling |
2017-01-27 | In sosend() the size of the control message for file descriptor | Alexander Bluhm |
2017-01-27 | copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop | David Hill |
2017-01-26 | Reduce the difference between struct protosw and ip6protosw. The | Alexander Bluhm |
2017-01-26 | Disable pgt(4) and acx(4) on sparc64. The kernel has grown too large. | Stefan Sperling |
2017-01-26 | Fix rtwn(4) IQ calibration code (affects PCI devices only). | Stefan Sperling |
2017-01-26 | Allocate the mbuf before the netlock. While here, move the setting of | David Hill |
2017-01-26 | The only difference between armv7 and arm64 fdt virtio attachments is an | Jonathan Gray |
2017-01-26 | Do not hold the netlock while pool_get() may sleep. It is not | Alexander Bluhm |
2017-01-25 | Introduce a hack to remove false-positives when looking for memory | Martin Pieuchot |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-25 | As NET_LOCK() is a read/write lock, it can sleep in sotask(). So | Alexander Bluhm |
2017-01-25 | Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7 | Mark Kettenis |
2017-01-25 | Setjmp and longjmp save/restore 13 registers in a label_t struct, | Patrick Wildt |
2017-01-25 | Setjmp should return zero, while longjmp should return nonzero in | Patrick Wildt |
2017-01-25 | enable plrtc(4) and psci(4) | Jonathan Gray |
2017-01-25 | Move psci(4) and plrtc(4) so arm64 can use them. | Jonathan Gray |
2017-01-25 | Add assembly helpers for calling the hypervisor and secure monitor. | Patrick Wildt |
2017-01-25 | Clear the reference of the original mbuf chain after m_split()'ing | Martin Pieuchot |
2017-01-25 | In amsdu_decap() check the actual length of the data in the remaining mbuf | Stefan Sperling |
2017-01-25 | tedu some code that has not been executed since time_t became 64 bits | Tom Cosgrove |
2017-01-25 | Allocate and connect sockets first, then upon success create file | Theo de Raadt |
2017-01-25 | deSCARGize sys_ptrace() | Philip Guenther |