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
2015-07-08
Fix a use-after-free, from Maxime Villard w/ Brainy.
Martin Pieuchot
2015-07-08
unify the mutex implementations on all the mips64 platforms.
David Gwynne
2015-07-08
Linking the local socket to pf states went wrong when IPsec was
Alexander Bluhm
2015-07-08
Overallocate the data segment lists to ensure there's always space for the
Jonathan Matthew
2009-11-19
By popular demand and peer pressure, check-in work in progress work to support
Miod Vallat
2015-07-08
Pass an interface index instead of a pointer to in6_addr2scopeid().
Martin Pieuchot
2015-07-08
Use a new RTF_CONNECTED flag for interface (connected) routes.
Martin Pieuchot
2015-07-08
unifdef IN6_IFSTAT_STRICT.
Martin Pieuchot
2015-07-08
RTF_LOCAL and RTF_BROADCAST must not be settable by userland.
Martin Pieuchot
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-07-07
Return correct file name entry from DWARF line table
Matthew Dempsky
2015-07-07
Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput().
Martin Pieuchot
2015-07-07
Do not return internal nodes to the upper layer in rn_lookup().
Martin Pieuchot
2015-07-06
disksort is dead, and now so is any code that relied on its compat
David Gwynne
2015-07-06
We're now creating a connected route for every configured address so
Martin Pieuchot
2015-07-06
No longer need to manually pass RTF_MPATH to rt_ifa_add(9).
Martin Pieuchot
2015-07-06
Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.
Stefan Sperling
2015-07-05
fix a format specifier used in SR_DEBUG printfs.
Mike Larkin
2015-07-05
regen
Joerg Jung
2015-07-05
add id for TEMPerHUM sensor
Joerg Jung
2015-07-04
Fix misleading indent
Miod Vallat
2015-07-04
get rid of some if 0 code that refers to b_actf.
David Gwynne
2015-07-04
replace the manual buf list management with a fifo bufq. it simplifies
David Gwynne
2015-07-04
count outgoing packets like every other driver.
David Gwynne
2015-07-03
Put the newline at the right place.
Miod Vallat
2015-07-03
Rename mtx_cpu to mtx_owner for consistency with the other platforms.
Miod Vallat
2015-07-03
Fix cast in atomic_swap_ptr()
Miod Vallat
2015-07-03
Correctly restore ipl in fpusave_proc() when we have to busy loop.
Miod Vallat
2015-07-02
most of the destinations for mbufs in ether_input are mpsafe except for
David Gwynne
2015-07-02
tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look
David Gwynne
2015-07-02
Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv
Mark Kettenis
2015-07-02
Move back rdomain's check into ether_output() otherwise it triggers
Martin Pieuchot
2015-07-02
Unify the check for up & running between all pseudo-drivers.
Martin Pieuchot
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-07-02
copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.
David Gwynne
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-06-30
Get rid of the undocumented & temporary* m_copy() macro added for
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-30
Move the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-06-30
Clean up a needless check in an if statement.
Mike Larkin
2015-06-30
Add "sd" to be specifiedit as "rootdev=" boot parameter.
YASUOKA Masahiko
2015-06-29
Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"
Mike Belopuhov
2015-06-29
Clear root hub's "port link state".
Martin Pieuchot
2015-06-29
Move the logic to handle a "connect status change" from uhub_explore()
Martin Pieuchot
2015-06-29
Never cache a RTF_GATEWAY route as next hop for a gateway route.
Martin Pieuchot
2015-06-29
Add missing definition of "usb_interface_assoc_descriptor" needed to for
Martin Pieuchot
2015-06-29
count if_ibytes in if_input like we do for if_ipackets.
David Gwynne
2015-06-29
dont double count if_ibytes here, it gets done by something inside
David Gwynne
2015-06-29
enable vexpress
Jonathan Gray
2015-06-29
Implement membar_* for armv7 with the dmb instruction. The previous
Jonathan Gray
[next]