summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-11-24in art_insert, if at_default on the first table is set then return theDavid Gwynne
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-24Provide art_free(), a method to release unused routing table heads.Martin Pieuchot
2015-11-24Double the delay between the PHY reset and the status check forMartin Pieuchot
2015-11-24fix tx ring accounting in myx_start.David Gwynne
2015-11-24Don't loop forever trying to handle NP faults in certain failure cases.Mike Larkin
2015-11-24regenDaniel Dickman
2015-11-24Add some intel 6th gen and 100 series ids.Daniel Dickman
2015-11-23you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.David Gwynne
2015-11-23No longer need 'option VMM', declaring the vmm0 device is sufficient.Theo de Raadt
2015-11-23sync to GENERICTheo de Raadt
2015-11-23the "getpw" test for /dev/tty is only needed for readpassphrase(3),Theo de Raadt
2015-11-23downfalls -> pitfallsmmcc
2015-11-23downfalls -> pitfallsmmcc
2015-11-23Use if_get() rather than rt_ifp.Martin Pieuchot
2015-11-23There's no longer a need to include <net/hfsc.h> in <net/if_var.h>Martin Pieuchot
2015-11-23if_start needs splnet. help/ok dlg@Stuart Henderson
2015-11-23Do not include <sys/atomic.h> inside <sys/refcnt.h>.Martin Pieuchot
2015-11-23Include <sys/atomic.h> when atomic operations are used.Martin Pieuchot
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-11-23need sys/device.hTheo de Raadt
2015-11-23Back out the CRITICAL change, turn it back from 10% to 25%. SomeReyk Floeter
2015-11-22too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-22regenMark Kettenis
2015-11-22Unknown device in a MacBookPro9,2. Almost certainly the first generationMark Kettenis
2015-11-22regenMark Kettenis
2015-11-22Broadcom BCM4331. From Ossi Herrala.Mark Kettenis
2015-11-22For "disklabel", allow sysctl mach.chr2kblk and ioctl BIOCINQ/BIOCVOLTheo de Raadt
2015-11-22"getpw" should also allow access to /etc/netidTheo de Raadt
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-22The "CRITICAL" APM battery level, that is exported/faked by the ACPIReyk Floeter
2015-11-22fix uninitialised variable use in nep_rx_proc()Jonathan Gray
2015-11-21The drm irq stuff isn't actually used on OpenBSD. Using the PCI deviceMark Kettenis
2015-11-21Make this work with 64-bit memory BARs such as those found on the newMark Kettenis
2015-11-21Retire ml_requeue(9) and mq_requeue(9).Martin Pieuchot
2015-11-21Add a comment after every #endifMartin Pieuchot
2015-11-21Use if_get() rather than dereferencing rt_ifp directly.Martin Pieuchot
2015-11-21Use if_get() rather than dereferencing rt_ifp directly.Martin Pieuchot
2015-11-21Prevent disabling vmm mode if a VM is still running.Martin Pieuchot
2015-11-21Do not create a VM if vmm mode hasn't been enable.Martin Pieuchot
2015-11-21Do not use boolean_t outside of /sys/uvmMartin Pieuchot
2015-11-21dont check IFF_OACTIVE to see if the port is busy.David Gwynne
2015-11-21remove completely pledge_socket() from listen(2) and accept(2).Sebastien Marie
2015-11-21Add V4L2_FMT_FLAG_EMULATEDIngo Feinerer
2015-11-21Drop sysctl leftovers.Visa Hankala
2015-11-21simplify ifq_deq_rollback by only having it unlock.David Gwynne
2015-11-21error: too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-21provide MBUF_LIST_FIRST and MBUF_LIST_NEXT for iterating over an mbuf_list.David Gwynne
2015-11-20Neuter the pledge domain checking for listen, getpeername, and getsocknameTheo de Raadt
2015-11-20Permit msync(2) in the "stdio" set; only a few programs use it relatedTheo de Raadt