index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2016-03-29
- packet must keep reference to statekey
Alexandr Nedvedicky
2016-03-29
Use a macro to check if a thread has a sibling.
Martin Pieuchot
2016-03-29
use sizeof(*evl) instead of EVL_ENCAPLEN in vlan_input
David Gwynne
2016-03-29
Enable bytgpio(4) here as well.
Jonathan Gray
2016-03-29
add back $OpenBSD$
Jonathan Gray
2016-03-28
regen
Mark Kettenis
2016-03-28
Make sure that a thread that calls sched_yield(2) ends up on the run queue
Mark Kettenis
2016-03-28
Replace 0 with NULL.
Mark Kettenis
2016-03-28
Adding each and every new acpi device driver to acpi_foundhid() is
Mark Kettenis
2016-03-28
Match based on _HID instead of the driver name.
Mark Kettenis
2016-03-28
Enable bytgpio(4).
Mark Kettenis
2016-03-28
Add support for card detect through a GPIO signal.
Mark Kettenis
2016-03-28
Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay Trail
Mark Kettenis
2016-03-28
Add infrastructure that allows gpio drivers to register themselves with
Mark Kettenis
2016-03-28
Add definitions for GPIO resources.
Mark Kettenis
2016-03-28
turn ifv_p into an interface index instead of a real pointer to the parent
David Gwynne
2016-03-28
OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at
Matthieu Herrb
2016-03-27
To prevent attacks on the hash buckets of the syn cache, our TCP
Alexander Bluhm
2016-03-27
Make it possible to override the standard card detect mechanism. The SD
Mark Kettenis
2016-03-27
Always sleep at same priority.
Martin Pieuchot
2016-03-27
When pulling and unmounting an umass USB stick, the file system
Alexander Bluhm
2016-03-27
Kill async code commented out for more than 10 years.
Martin Pieuchot
2016-03-27
amap_extend is never called, remove it.
Stefan Kempf
2016-03-26
Always include the route priority in routing messages.
Martin Pieuchot
2016-03-26
Do not populate RTAX_NETMASK when sending a routing message for RTF_HOST
Martin Pieuchot
2016-03-26
add newline on the end of the failure message
Bob Beck
2016-03-25
Free some more space in kernel - for network code, of course - by removal
Vadim Zhukov
2016-03-25
Silences compiler warnings, about used uninitialized variables. These lengths
Sebastien Marie
2016-03-24
Remove unused ``curpriority'' define.
Martin Pieuchot
2016-03-24
Kill commented out & unused CI_CURPRIORITY.
Martin Pieuchot
2016-03-24
Enable ART.
Martin Pieuchot
2016-03-24
Ensure that a found proxy ARP entry has the correct flag.
Martin Pieuchot
2016-03-24
fix comment
Philip Guenther
2016-03-24
set ticks 15 seconds before its value wraps.
David Gwynne
2016-03-24
Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.
Philip Guenther
2016-03-23
remove vax handling
natano
2016-03-23
Merge in_pcbbind() and in6_pcbbind(), and change every call to
Vincent Gross
2016-03-23
Cleanup SCTLR mask to only include bits that are actually defined on
Patrick Wildt
2016-03-23
Extract in_pcbaddrisavail() from in_pcbbind().
Vincent Gross
2016-03-22
dont leak an mbuf when copying the packet in pipex_mppe_output fails
David Gwynne
2016-03-22
replace m_copym2 with m_dup_pkt
David Gwynne
2016-03-22
Remove support for ARM11. This was the last unused and unmaintained
Patrick Wildt
2016-03-22
Remove support for ARM10.
Patrick Wildt
2016-03-22
slight knf
David Gwynne
2016-03-22
replace ieee80211_align_mbuf with m_dup_pkt
David Gwynne
2016-03-22
Remove support for ARM9E. This is another step in the plan to remove
Patrick Wildt
2016-03-22
dont mix up the len and flats argument to MCLGETI in m_dup_pkt
David Gwynne
2016-03-22
allow fpathconf() in stdio mode, since it is an innocuous query
Theo de Raadt
2016-03-22
Remove defines for unsupported chips, add V5TEJ and remove incorrect
Jonathan Gray
2016-03-21
Rename the system call sendsyslog2 to sendsyslog. Keep the old one
Alexander Bluhm
[next]