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
2017-10-23
Remove bcmmuart since it has already replaced with com(4).
Kevin Lo
2017-10-23
remove mention of unused MACOBIOVERBOSE and NBUF options
Jonathan Gray
2017-10-22
Unconditionally enable TCP selective acknowledgements (SACK)
Mike Belopuhov
2017-10-22
It's time I claimed proper copyright on this.
Stefan Sperling
2017-10-22
In iwm(4), allocate command response buffers dynamically in a ring
Stefan Sperling
2017-10-21
Even though letting the firmware handle the handshake is nice from
Patrick Wildt
2017-10-21
Initialize all fields in the BCDC protocol, otherwise the controller
Patrick Wildt
2017-10-21
Make ieee80211_classify() available in a header so we can make the
Patrick Wildt
2017-10-21
Use MI mplock on mips64.
Visa Hankala
2017-10-20
Make sure the logic deciding whether to use BWX operations in cia(4)
Martin Pieuchot
2017-10-20
Do not test if if_ioctl is NULL, it isn't.
Martin Pieuchot
2017-10-20
Kill dead ioctl handlers.
Martin Pieuchot
2017-10-19
Don't forget to set the timecounter frequency
Mike Belopuhov
2017-10-19
Don't just return but setup and resubmit the transfer if we're not
Patrick Wildt
2017-10-19
spelling fix; from miod
Jason McIntyre
2017-10-19
ddb "show all mounts" showed everything except the address of the
Alexander Bluhm
2017-10-19
Don't forget to free the firmware in the error path, and make sure to
Patrick Wildt
2017-10-19
Disable promisc mode and accepting all multicast packets. These should
Patrick Wildt
2017-10-19
There was a possible stack overrun in the network since we had
Alexander Bluhm
2017-10-18
Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211
Patrick Wildt
2017-10-18
Add a scan timeout so we can recover if the firmware decides not to
Patrick Wildt
2017-10-18
Pad the holes in the struct to make sure compilers do not choose to
Patrick Wildt
2017-10-18
When reusing an mbuf at the upper end of the network stack, strip
Alexander Bluhm
2017-10-18
add support for printing function arguments when displaying a trace
Jasper Lievisse Adriaanse
2017-10-18
Read and extract the channel number from the chanspec to beautify the
Patrick Wildt
2017-10-18
It turns out that using the packed attribute on most structs was a bad
Patrick Wildt
2017-10-18
Fixup previous; noticed by canacar@
Mike Belopuhov
2017-10-18
Setting the IPV6_MINMTU flag in the call to ip6_output() was moved
Alexander Bluhm
2017-10-18
Stop handling SIOCSIFMTU like in the wireless stack.
Martin Pieuchot
2017-10-18
Extract supported frequencies and HT/VHT mode from the firmware instead
Patrick Wildt
2017-10-18
Set TSC timecounter frequency to the CPU frequency estimate if unknown
Mike Belopuhov
2017-10-18
Revert previous commit, since not all interfaces behaved the same.
Patrick Wildt
2017-10-18
Only overwrite the caller's variable if we successfully read data from
Patrick Wildt
2017-10-18
Add missing SHN_XINDEX needed by devel/ctftools.
Martin Pieuchot
2017-10-17
Don't do crazy bullshit when this is included by the bootblocks.
Theo de Raadt
2017-10-17
remove the remaining references to .depend files since nothing creates them
Christian Weisgerber
2017-10-17
Simplify code that determines the number of arguments for a given function.
Jasper Lievisse Adriaanse
2017-10-17
Add a machine-independent implementation for the mplock.
Visa Hankala
2017-10-17
Correctly handle frequency measurement failures
Mike Belopuhov
2017-10-17
Print the pid of the most recent program that failed to send a log
Martin Pieuchot
2017-10-16
Allow a more fine grained control about which ciphers to use.
Patrick Wildt
2017-10-16
Handle wpa parameters using the ieee80211 ioctl so we can start
Patrick Wildt
2017-10-16
Clear up some defines regarding WPA cipher settings. This allows me
Patrick Wildt
2017-10-16
Utilize scatter/gather DMA with the newer MMC controller.
Visa Hankala
2017-10-16
Remove kernel support for the following ioctl(2)s, deprecated since 2001:
Martin Pieuchot
2017-10-16
Multiple tweaks:
Martin Pieuchot
2017-10-16
Handle the case where the parent of a carp(4) is being destroyed
Martin Pieuchot
2017-10-16
Add comments which document already fixed WPA attack vectors.
Stefan Sperling
2017-10-16
Last changes before running IPsec w/o KERNEL_LOCK().
Martin Pieuchot
2017-10-16
Change most of the returns into breaks. This will let us release a lock.
Martin Pieuchot
[next]