summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-02-25fuse doesn't support NFS; prevent a uvm fault caused by claiming otherwisenatano
2016-02-25Move misplaced cdev_ipmi_init() back into within #ifdef _KERNEL.Masao Uebayashi
2016-02-25corrects a misleading comment about SS_DNS (and adjust tab)Sebastien Marie
2016-02-25we are now hacking on 5.9-currentTheo de Raadt
2016-02-24Fix ECMP routing by passing the correct destination address to theMartin Pieuchot
2016-02-24Fix the build with DRMDEBUG. Committing now instead of after unlock toJonathan Gray
2016-02-24Restore validity checks for the disklabels read from disk. TheyKenneth R Westerback
2016-02-23Fix previous: Need to free vc_msr_bitmap_va, notStefan Kempf
2016-02-23Plug memleak: make sure that the MSR bitmap is freed in the VCPU initStefan Kempf
2016-02-23provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignmentDavid Gwynne
2016-02-22put mutex.h lowerTheo de Raadt
2016-02-22Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archsLandry Breuil
2016-02-20Add "interrupt pending on vcpu" ioctl to vmm. Needed for upcoming interruptMike Larkin
2016-02-20Fixes a boot issue on non-ACPI i386 machines that need X permissions onMike Larkin
2016-02-20syncTheo de Raadt
2016-02-20pci bridge, from Hrvoje PopovskiTheo de Raadt
2016-02-19enable snooping on Intel C610Jonathan Gray
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@Christian Weisgerber
2016-02-19Right shift by an amount larger than width of type is undefined behavior.Stefan Kempf
2016-02-18Add support for the Intel i219 network chip to the em(4) driver.Alexander Bluhm
2016-02-18regenAlexander Bluhm
2016-02-18Add Intel i219 em(4).Alexander Bluhm
2016-02-18Die, trailing whitespace, die!Kenneth R Westerback
2016-02-17Return ENOTTY for TIOCFLUSH when allowed by pledge but the fd isTodd C. Miller
2016-02-16Allow userland to initialize CR0 when resetting a VCPU instead ofStefan Kempf
2016-02-16Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-15Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-14Avoid using uninitialized variables in two corner cases. In oneKenneth R Westerback
2016-02-13Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-13Make iwm(4) initialize net80211 callback pointers at attach time.Stefan Sperling
2016-02-12Remove the "GenuineIntel" check from x86 mdrandom(). Checking theChristian Weisgerber
2016-02-12pcakets -> packetsmmcc
2016-02-12Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-12Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMsMartin Pieuchot
2016-02-12Remove superfluous assignments of 'subtype' in ieee80211_input().Stefan Sperling
2016-02-11In ieee80211_input(), initialize 'subtype' variable before using it.Stefan Sperling
2016-02-11Make sure uiomove does not copy more than uio_resid bytes, as the manualStefan Kempf
2016-02-11Fix whitespace.Stefan Sperling
2016-02-11Make the heuristic which catches frames with sequence numbers outside theStefan Sperling
2016-02-11Trim text in comment.Stefan Sperling
2016-02-11In ieee80211_ba_input(), compute the expression '(sn - ba->ba_winend) & 0xfff'Stefan Sperling
2016-02-11Don't pass QoS "no data" frames to the A-MPDU reordering logic. Such framesStefan Sperling
2016-02-11Return ENOBUFS when bumping in the multicast max group membershipsJeremie Courreges-Anglas
2016-02-11ipmi(4) - Check sensor name length more carefullyMasao Uebayashi
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-02-10protect the bpf ring with splnet as well as the kernel lock.David Gwynne
2016-02-09bring in dlg's fix from rev 1.10 of the equivalent hppa file:Jonathan Gray
2016-02-09Log frames which fall outside the BlockAack window in dmesg if theStefan Sperling
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2016-02-09sync a function's comment with its signaturemmcc