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-06-03
Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.
Theo de Raadt
2017-06-03
".section .bss" is portable to more platforms than plain ".bss"
Theo de Raadt
2017-06-03
use .balign instead of .align, it is portable to more architectures
Theo de Raadt
2017-06-03
Add a few sizes to free().
Theo Buehler
2017-06-03
Add missing NET_LOCK().
Martin Pieuchot
2017-06-03
Explicitly zero out the wepseed for TKIP and WEP.
Theo Buehler
2017-06-03
vioblk/virtio: Re-arrange some struct members
Stefan Fritsch
2017-06-03
Avoid printing garbage when aborting a program that tries to use a
Theo Buehler
2017-06-02
Perform grant table page allocation outside of the table mutex
Mike Belopuhov
2017-06-02
regen
Mark Kettenis
2017-06-02
Intel HD Graphics 510.
Mark Kettenis
2017-06-02
Scale the missed beacon counter threshold to the AP's beacon interval.
Stefan Sperling
2017-06-02
Remove a bogus run_read() call about getting MAC version.
Kevin Lo
2017-06-02
typo; meant to say locore0.S
Theo de Raadt
2017-06-02
When iwm(4) firmware reports missed beacons, send a probe request only
Stefan Sperling
2017-06-02
When iwn(4) firmware reports missed beacons, send a probe request only
Stefan Sperling
2017-06-02
Attach the xhci(4) FDT driver to the generic-xhci compatible as well.
Patrick Wildt
2017-06-02
handle 64bit dva in the tx path as well as the rx path.
David Gwynne
2017-06-02
only update the tx descriptors high address if it changes.
David Gwynne
2017-06-02
be less tricky about when ifq_free is handled.
David Gwynne
2017-06-01
reorder ops in sk_start to avoid possibly rolling back ifq_deq.
David Gwynne
2017-06-01
reorder ops in sk_start to avoid possibly rolling back ifq_deq.
David Gwynne
2017-06-01
Pass the correct dma tag to the load buffer function. Passing t only
Patrick Wildt
2017-06-01
Return time_uptime as value for when pf was enabled instead of
Patrick Wildt
2017-06-01
Don't panic when we cannot locate a handle for the Serial IO protocol.
Patrick Wildt
2017-06-01
Sync with amd64 and allow building the i386 bootstrap with clang:
Christian Weisgerber
2017-06-01
Defering some processing to the soft-interrupt handler introduced a
Martin Pieuchot
2017-05-31
Split early startup code out of locore.S into locore0.S. Adjust link
Theo de Raadt
2017-05-31
Implement support for missed beacon notifications in iwn(4).
Stefan Sperling
2017-05-31
Add support for EV_RECEIPT and EV_DISPATCH flags
Mike Belopuhov
2017-05-31
another place to use ieee80211_min_basic_rate() to select the minimum tx rate
Peter Hessler
2017-05-31
Use mbuf_queue to properly serialize access to pflow output queue.
Visa Hankala
2017-05-31
add ieee80211_min_basic_rate() to iwm(4), to select the lowest available
Peter Hessler
2017-05-31
Block IPv6 packets in pf(4) that have hop-by-hop options header or
Alexander Bluhm
2017-05-31
The net80211 stack was providing a 'beacon miss timeout' value (in ms)
Stefan Sperling
2017-05-31
virtio_pci: Support IPL_MPSAFE interrupt handlers
Stefan Fritsch
2017-05-31
new socketoption SO_ZEROIZE: zero out all mbufs sent over socket
Markus Friedl
2017-05-31
Add serial console support for efiboot.
YASUOKA Masahiko
2017-05-31
Add missing function prototype for iwm_rx_bmiss().
Stefan Sperling
2017-05-31
Disable "machine boot" and "machine comaddr" from efiboot.
YASUOKA Masahiko
2017-05-31
Implement support for iwm(4) firmware's missed beacon notification.
Stefan Sperling
2017-05-31
Optimize virtio_enqueue_trim() a bit by nuking unneeded
Kenneth R Westerback
2017-05-31
make a copy of the first EV_SET argument to prevent multiple evaluation.
Ted Unangst
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-31
add some details relating to SATA device power management
Jonathan Matthew
2017-05-31
fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits
Jonathan Matthew
2017-05-31
make vlan use their parents lladdr all the time, not just when theyre up.
David Gwynne
2017-05-31
avoid going outside array bounds
Jonathan Gray
2017-05-31
Add support for Ralink RT5360. From Kevin Lo who tested with a
Jonathan Gray
2017-05-31
regen
Jonathan Gray
[next]