summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-03-29- packet must keep reference to statekeyAlexandr Nedvedicky
2016-03-29Use a macro to check if a thread has a sibling.Martin Pieuchot
2016-03-29use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_inputDavid Gwynne
2016-03-29Enable bytgpio(4) here as well.Jonathan Gray
2016-03-29add back $OpenBSD$Jonathan Gray
2016-03-28regenMark Kettenis
2016-03-28Make sure that a thread that calls sched_yield(2) ends up on the run queueMark Kettenis
2016-03-28Replace 0 with NULL.Mark Kettenis
2016-03-28Adding each and every new acpi device driver to acpi_foundhid() isMark Kettenis
2016-03-28Match based on _HID instead of the driver name.Mark Kettenis
2016-03-28Enable bytgpio(4).Mark Kettenis
2016-03-28Add support for card detect through a GPIO signal.Mark Kettenis
2016-03-28Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay TrailMark Kettenis
2016-03-28Add infrastructure that allows gpio drivers to register themselves withMark Kettenis
2016-03-28Add definitions for GPIO resources.Mark Kettenis
2016-03-28turn ifv_p into an interface index instead of a real pointer to the parentDavid Gwynne
2016-03-28OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for atMatthieu Herrb
2016-03-27To prevent attacks on the hash buckets of the syn cache, our TCPAlexander Bluhm
2016-03-27Make it possible to override the standard card detect mechanism. The SDMark Kettenis
2016-03-27Always sleep at same priority.Martin Pieuchot
2016-03-27When pulling and unmounting an umass USB stick, the file systemAlexander Bluhm
2016-03-27Kill async code commented out for more than 10 years.Martin Pieuchot
2016-03-27amap_extend is never called, remove it.Stefan Kempf
2016-03-26Always include the route priority in routing messages.Martin Pieuchot
2016-03-26Do not populate RTAX_NETMASK when sending a routing message for RTF_HOSTMartin Pieuchot
2016-03-26add newline on the end of the failure messageBob Beck
2016-03-25Free some more space in kernel - for network code, of course - by removalVadim Zhukov
2016-03-25Silences compiler warnings, about used uninitialized variables. These lengthsSebastien Marie
2016-03-24Remove unused ``curpriority'' define.Martin Pieuchot
2016-03-24Kill commented out & unused CI_CURPRIORITY.Martin Pieuchot
2016-03-24Enable ART.Martin Pieuchot
2016-03-24Ensure that a found proxy ARP entry has the correct flag.Martin Pieuchot
2016-03-24fix commentPhilip Guenther
2016-03-24set ticks 15 seconds before its value wraps.David Gwynne
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-23remove vax handlingnatano
2016-03-23Merge in_pcbbind() and in6_pcbbind(), and change every call toVincent Gross
2016-03-23Cleanup SCTLR mask to only include bits that are actually defined onPatrick Wildt
2016-03-23Extract in_pcbaddrisavail() from in_pcbbind().Vincent Gross
2016-03-22dont leak an mbuf when copying the packet in pipex_mppe_output failsDavid Gwynne
2016-03-22replace m_copym2 with m_dup_pktDavid Gwynne
2016-03-22Remove support for ARM11. This was the last unused and unmaintainedPatrick Wildt
2016-03-22Remove support for ARM10.Patrick Wildt
2016-03-22slight knfDavid Gwynne
2016-03-22replace ieee80211_align_mbuf with m_dup_pktDavid Gwynne
2016-03-22Remove support for ARM9E. This is another step in the plan to removePatrick Wildt
2016-03-22dont mix up the len and flats argument to MCLGETI in m_dup_pktDavid Gwynne
2016-03-22allow fpathconf() in stdio mode, since it is an innocuous queryTheo de Raadt
2016-03-22Remove defines for unsupported chips, add V5TEJ and remove incorrectJonathan Gray
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm