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
2014-11-10
Grab the pool mutex in sysctl_dopool(), but only for pools for which
Mark Kettenis
2014-11-10
Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The
Alexander Bluhm
2014-11-10
add an additional error check into the ixgbe_handle_msf
Mike Belopuhov
2014-11-10
remove pointless timeout_del/add dance in the interrupt handler
Mike Belopuhov
2014-11-10
Inadvertent ampersand has made the check to always yield truth
Mike Belopuhov
2014-11-10
Gather full statistics only when IX_DEBUG is defined
Mike Belopuhov
2014-11-10
don't try to update the link status every second
Mike Belopuhov
2014-11-10
remove ixgbe_sfp_probe since it's not called anyways
Mike Belopuhov
2014-11-10
Support USB 1.x devices below external hubs.
Martin Pieuchot
2014-11-10
Add some fields needed for TT support.
Martin Pieuchot
2014-11-10
Apparently xhci(4) also needs a hook to set the address of a device.
Martin Pieuchot
2014-11-10
Remove USB locators. They are currently unused and this wont change due
Martin Pieuchot
2014-11-10
Do not pass an ifa pointer when we already have a DAD descriptor.
Martin Pieuchot
2014-11-10
Plug a rtentry leak and change the name of the pool to something
Martin Pieuchot
2014-11-09
To implement transparent relays for connectionless protocols, the
Alexander Bluhm
2014-11-09
typo
Miod Vallat
2014-11-09
When a pipe is closed, clear the memory of the corresponding enpoint
Martin Pieuchot
2014-11-09
remove commented entries for tedu'd bluetooth drivers
Jonathan Gray
2014-11-08
Delete commented out 'romtty' device configuration.
Kenji Aoyama
2014-11-08
some systems install sensors where numbering introduces a gap which
Jasper Lievisse Adriaanse
2014-11-08
No need to keep the temporary mappings for the MMU pages for the resume
Mike Larkin
2014-11-08
If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to
Mike Larkin
2014-11-08
Kill #if 0'ed code for boot args that we don't care about on amd64.
Philip Guenther
2014-11-07
Wrong comment - NX is handled later (for now), not in locore. No functional
Mike Larkin
2014-11-07
Enable xhci(4). Most of the features are here, USB 1.x devices only work
Martin Pieuchot
2014-11-07
Document how the Slot States transitions described in section 4.5.3 of
Martin Pieuchot
2014-11-07
Prevent a race when submitting a command by using the appropriate spl
Martin Pieuchot
2014-11-07
Give Super-Speed hubs a chance to route USB 3.0 transfers.
Martin Pieuchot
2014-11-07
Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64
Mike Larkin
2014-11-06
printf debugging worked! figured out the bug (in free()) just after
Ted Unangst
2014-11-06
need to calculate correct size before doing the free checks. the biggest
Ted Unangst
2014-11-06
Make better use of the value of psectionslen instead of recomputing
Todd C. Miller
2014-11-06
resort to printf debugging hints until we can figure this out. ok deraadt
Ted Unangst
2014-11-06
fix mac address selection with unnumbered carpdevs
Henning Brauer
2014-11-06
Let's just call a rdomain a rdomain.
Martin Pieuchot
2014-11-06
mix the rtable into the hash for tcp sequence number generation.
David Gwynne
2014-11-06
Cleanup whitespace and add 5 series comments.
Doug Hogan
2014-11-06
Add the required includes for the conditional parts of
Jonathan Gray
2014-11-06
Remove unneeded netinet6/ip6_divert.h include.
Lawrence Teo
2014-11-06
let ramdisks compile
Theo de Raadt
2014-11-05
need to move lock up to prevent more than one malloc. ok guenther
Ted Unangst
2014-11-05
don't use loop variable (i) for not loop things. use a new var.
Ted Unangst
2014-11-05
use memname to print string of type. stolen from deraadt
Ted Unangst
2014-11-05
also print type when free size is wrong
Ted Unangst
2014-11-05
Implement yet another workaround for the k1 em(4)'s. This time for
Claudio Jeker
2014-11-05
Did you ever wonder why loopback's ifas have a destination address?
Martin Pieuchot
2014-11-05
Kill in_iawithaddr() and use ifa_ifwithaddr() directly.
Martin Pieuchot
2014-11-05
remove uneeded bpf includes
Jonathan Gray
2014-11-05
No reason to have things like the hibernate allocation area and chunk
Mike Larkin
2014-11-05
Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt.
Mike Larkin
[next]