summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-01-29Change the IPv4 pr_input function to the way IPv6 is implemented,Alexander Bluhm
2017-01-29In dwctwo(4), fix an off-by-one in frame interval calculation.Stefan Sperling
2017-01-29The iwm_get_active_dwell() and iwm_get_passive_dwell() functions areStefan Sperling
2017-01-29Remove a couple of definitions from if_iwmreg.h which were neverStefan Sperling
2017-01-29In iwm(4), remove old deprecated scan API definitions which have beenStefan Sperling
2017-01-28Make mira cope with out-of-range single frame error rate (SFER) values.Stefan Sperling
2017-01-28Introduce ieee80211_mira_probe_done() helper which resets probing state,Stefan Sperling
2017-01-27In sosend() the size of the control message for file descriptorAlexander Bluhm
2017-01-27copypktopts is only called by ip6_setpktopts using M_NOWAIT. DropDavid Hill
2017-01-26Reduce the difference between struct protosw and ip6protosw. TheAlexander Bluhm
2017-01-26Disable pgt(4) and acx(4) on sparc64. The kernel has grown too large.Stefan Sperling
2017-01-26Fix rtwn(4) IQ calibration code (affects PCI devices only).Stefan Sperling
2017-01-26Allocate the mbuf before the netlock. While here, move the setting ofDavid Hill
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray
2017-01-26Do not hold the netlock while pool_get() may sleep. It is notAlexander Bluhm
2017-01-25Introduce a hack to remove false-positives when looking for memoryMartin Pieuchot
2017-01-25Since raw_input() and route_input() are gone from pr_input, we canAlexander Bluhm
2017-01-25As NET_LOCK() is a read/write lock, it can sleep in sotask(). SoAlexander Bluhm
2017-01-25Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7Mark Kettenis
2017-01-25Setjmp and longjmp save/restore 13 registers in a label_t struct,Patrick Wildt
2017-01-25Setjmp should return zero, while longjmp should return nonzero inPatrick Wildt
2017-01-25enable plrtc(4) and psci(4)Jonathan Gray
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-25Add assembly helpers for calling the hypervisor and secure monitor.Patrick Wildt
2017-01-25Clear the reference of the original mbuf chain after m_split()'ingMartin Pieuchot
2017-01-25In amsdu_decap() check the actual length of the data in the remaining mbufStefan Sperling
2017-01-25tedu some code that has not been executed since time_t became 64 bitsTom Cosgrove
2017-01-25Allocate and connect sockets first, then upon success create fileTheo de Raadt
2017-01-25deSCARGize sys_ptrace()Philip Guenther
2017-01-25Enable the NET_LOCK(), take 2.Martin Pieuchot
2017-01-25Silence warnings caused by LLVM upgrade.Patrick Wildt
2017-01-25 +arm64Theo de Raadt
2017-01-25enable BFDPeter Hessler
2017-01-24splsoftnet() to NET_LOCK() in bpfwrite().Martin Pieuchot
2017-01-24add explicit casts for going from volatile void * to void * volatile *.David Gwynne
2017-01-24Kill some unused variables found by clang.Rafael Zalamena
2017-01-24Use the same stack size as on i386Jeremie Courreges-Anglas
2017-01-24logname(1) uses getlogin(2) to determine the user associated with theTheo Buehler
2017-01-24Remove the [fs]u{byte,word,swintr} fetch(9) functions that havePatrick Wildt
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2017-01-24Force a context switch for every pool_get(9) with the PR_WAITOK flagMartin Pieuchot