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-11-26
Use rtalloc(9) to look for a local address (RTF_LOCAL) in ip_setmoptions().
Martin Pieuchot
2015-11-26
init pat_default to 0 as it may potentially be used uninitialised
Jonathan Gray
2015-11-26
Automatically start vmm(4) when the first VM is created and after the
Reyk Floeter
2015-11-25
Don't bother keeping track of the resident count for the kernel pmap.
Mark Kettenis
2015-11-25
permit kern.maxpartitions
Theo de Raadt
2015-11-25
Simplify the setup of gather segments.
Visa Hankala
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
Small fixes related to the IFF_OACTIVE removal.
Martin Pieuchot
2015-11-25
add size to free
Ted Unangst
2015-11-25
trim unused variable
David Gwynne
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag
Theo de Raadt
2015-11-24
sync
Theo de Raadt
2015-11-24
Add sendsyslog2... this has an additional flags variable to permit
Theo de Raadt
2015-11-24
regen
Mark Kettenis
2015-11-24
Add a few missing devices found on recent Apple hardware.
Mark Kettenis
2015-11-24
Fix inverted condition in previous.
Mark Kettenis
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
You need <netinet/ip.h> if you use "struct ip" for hw checksum.
Martin Pieuchot
2015-11-24
Merge three #ifdef _KERNEL blocks into one.
Martin Pieuchot
2015-11-24
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
Martin Pieuchot
2015-11-24
No need for <net/ethertypes.h> it is part of <netinet/if_ether.h>
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
No need for <net/if_types.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-24
in art_insert, if at_default on the first table is set then return the
David Gwynne
2015-11-24
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Martin Pieuchot
2015-11-24
Provide art_free(), a method to release unused routing table heads.
Martin Pieuchot
2015-11-24
Double the delay between the PHY reset and the status check for
Martin Pieuchot
2015-11-24
fix tx ring accounting in myx_start.
David Gwynne
2015-11-24
Don't loop forever trying to handle NP faults in certain failure cases.
Mike Larkin
2015-11-24
regen
Daniel Dickman
2015-11-24
Add some intel 6th gen and 100 series ids.
Daniel Dickman
2015-11-23
you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.
David Gwynne
2015-11-23
No longer need 'option VMM', declaring the vmm0 device is sufficient.
Theo de Raadt
2015-11-23
sync to GENERIC
Theo de Raadt
2015-11-23
the "getpw" test for /dev/tty is only needed for readpassphrase(3),
Theo de Raadt
2015-11-23
downfalls -> pitfalls
mmcc
2015-11-23
downfalls -> pitfalls
mmcc
2015-11-23
Use if_get() rather than rt_ifp.
Martin Pieuchot
2015-11-23
There's no longer a need to include <net/hfsc.h> in <net/if_var.h>
Martin Pieuchot
2015-11-23
if_start needs splnet. help/ok dlg@
Stuart Henderson
2015-11-23
Do not include <sys/atomic.h> inside <sys/refcnt.h>.
Martin Pieuchot
2015-11-23
Include <sys/atomic.h> when atomic operations are used.
Martin Pieuchot
2015-11-23
Attaches zs(4) as "zs" not "zsc".
Martin Pieuchot
2015-11-23
need sys/device.h
Theo de Raadt
2015-11-23
Back out the CRITICAL change, turn it back from 10% to 25%. Some
Reyk Floeter
2015-11-22
too many arguments to function 'ifq_deq_begin'
David Gwynne
2015-11-22
regen
Mark Kettenis
2015-11-22
Unknown device in a MacBookPro9,2. Almost certainly the first generation
Mark Kettenis
[next]