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-05-15
clang warns on unused static const variables. Remove one such unused
Jonathan Gray
2017-05-15
Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8)
Mike Belopuhov
2017-05-15
Use splraise() rather than splsoftnet() which is going away.
Martin Pieuchot
2017-05-15
Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).
Martin Pieuchot
2017-05-15
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-14
Align vioscsi's bus_dma* dancing with vioblk. Eliminates
Kenneth R Westerback
2017-05-13
Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address.
Alexander Bluhm
2017-05-13
Check for mapped addesses in rip6_output() like it is done in
Alexander Bluhm
2017-05-13
Do not check for locally bound mapped addresses in in6_pcbconnect(),
Alexander Bluhm
2017-05-13
Do not check for mapped addresses in tcp_usrreq(PRU_CONNECT),
Alexander Bluhm
2017-05-13
Handle drive strength.
Mark Kettenis
2017-05-12
IPsec packets were passed through ip_input() a second time after
Alexander Bluhm
2017-05-12
Unify duplicate code from address family switch in bridge_ipsec().
Alexander Bluhm
2017-05-12
subtract one sector from the disk size before passing it back to the
Joshua Stein
2017-05-12
Use the common switch(af) construct for address family specific
Alexander Bluhm
2017-05-12
Make copyin(9) and copyout(9) atomic for naturally aligned 32-bit words.
Mark Kettenis
2017-05-12
Export delay statistics instead of bucket information
Mike Belopuhov
2017-05-12
Instead of printing a debug message at the end of processing, panic
Alexander Bluhm
2017-05-12
Use the IPsec policy check from ipv4_input() also when forwarding
Alexander Bluhm
2017-05-12
Make a kernel with switch(4) but without INET6 compile again.
Alexander Bluhm
2017-05-12
Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-11
Remove a leftover from the ifq_mfreeml conversion
Mike Belopuhov
2017-05-11
The device_to_pa routine really isn't needed. We always have physical
Visa Hankala
2017-05-11
Set up IPI handling on the primary CPU before booting secondary CPUs.
Visa Hankala
2017-05-11
No need to go through a remove/insert cycle when there's a single route
Martin Pieuchot
2017-05-11
Add pf queue configuration glue for FQ-CoDel
Mike Belopuhov
2017-05-11
IPv6 IPsec transport mode did not work if pf is enabled. The
Alexander Bluhm
2017-05-11
Fix white spaces and wrap long line. No binary change.
Alexander Bluhm
2017-05-11
Increment drop counter on the enqueue failure
Mike Belopuhov
2017-05-11
panic doesn't need \n.
Mike Larkin
2017-05-11
unbreak PMAP_DIRECT archs.
David Gwynne
2017-05-11
Casting int is required for passing uint64 value to "%u" since we don't
YASUOKA Masahiko
2017-05-11
reorder uvm init to avoid use before initialisation.
David Gwynne
2017-05-10
Remove pmep_pa_is_mem(). Instead create write-back cachable mappings by
Mark Kettenis
2017-05-10
Declare struct m_hdr as __aligned(8). This forces the compiler to pad out to
Mark Kettenis
2017-05-10
Adapt the filter parameters to the X/Y ratio.
Ulf Brosziewski
2017-05-10
It is unsafe to dereference ``xfer'' after calling the callback as it
Martin Pieuchot
2017-05-10
Hook up HPET as a timecounter.
Visa Hankala
2017-05-10
Revert r1.61 and partially 1.60. The resulting logic is currently a
Martin Pieuchot
2017-05-10
Add a PCI attach hook mechanism for htb(4), similar to the one
Visa Hankala
2017-05-10
The setting of the cpu feature flags for PCLMUL and AES-NI was guarded with
Theo Buehler
2017-05-10
Make this compile with HIDKBD_DEBUG defined.
Martin Pieuchot
2017-05-09
Enable dwge(4). If the network hardware is initialized by U-Boot, the
Mark Kettenis
2017-05-09
Whitelist SMBus IO addresses to let the driver, piixpm(4), work again.
Visa Hankala
2017-05-09
Fix range check.
Visa Hankala
[next]