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-16
Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.
Theo de Raadt
2015-11-16
In getdevvp() set the VISTTY flag on a vnode to indicate the underlying
Theo de Raadt
2015-11-16
brk/sbrk's use case is way too narrow to be a default stdio pledge.
Pascal Stumpf
2015-11-16
Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()
Mark Kettenis
2015-11-16
pvbus_types isnt full on i386 cos the openbsd vmm entry is only set
David Gwynne
2015-11-16
Some minor tweaks:
Martin Pieuchot
2015-11-16
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-16
rework vge_start to avoid IFQ_POLL
David Gwynne
2015-11-15
everyting -> everything
Miod Vallat
2015-11-15
Make sure every mtmsr instruction disabling external interrupts is immediately
Miod Vallat
2015-11-15
virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...
Theo de Raadt
2015-11-15
Add support for 11n mode to the rate adaptation (AMRR) code.
Stefan Sperling
2015-11-15
Expose 11n mode to the ifmedia layer and introduce the concept of MCS.
Stefan Sperling
2015-11-15
Parse 11n HT capabilities and operational info from association response
Stefan Sperling
2015-11-15
IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that
Stefan Sperling
2015-11-15
Extend struct ieee80211_node with fields for 11n STA HT capabilities and
Stefan Sperling
2015-11-15
Declare macros for antenna flags. Lifted from Linux iwlwifi.
Stefan Sperling
2015-11-15
Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS
Stefan Sperling
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-11-15
Add ifmedia definitions for 802.11n.
Stefan Sperling
2015-11-14
Add pathconf() to pledge "rpath"; ok guenther
Theo de Raadt
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-11-14
Add missing header found while removing <sys/srp.h> from <sys/param.h>
Martin Pieuchot
2015-11-14
No need to include <net/bpfdesc.h>
Martin Pieuchot
2015-11-14
Remove mrtdebug and reduce differences with the v6 version.
Martin Pieuchot
2015-11-14
Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking
Martin Pieuchot
2015-11-14
mutli -> multi
Miod Vallat
2015-11-14
Various *syncron* -> *synchron* typos.
Miod Vallat
2015-11-14
For pledge "stdio", allow the break(2) system call which backends the brk/sbrk
Theo de Raadt
2015-11-14
Fix a missing unlock.
Mike Larkin
2015-11-13
vmm is i386 only for now
Theo de Raadt
2015-11-13
All setsockopt IPPROTO_IPV6 IPV6_TCLASS (v4 calls this IP_TOS)
Theo de Raadt
2015-11-13
remove unused ARC4 support; ok mikeb@
Christian Weisgerber
2015-11-13
Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.
Visa Hankala
2015-11-13
regen
Stefan Sperling
2015-11-13
Add USB device ID found in an RTL8192EU device.
Stefan Sperling
2015-11-13
Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy
Mike Belopuhov
2015-11-13
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-13
Do not cast malloc(9) results.
Martin Pieuchot
2015-11-13
Kill another tunnel leftover and keep PIM stuff inside #ifdef PIM.
Martin Pieuchot
2015-11-13
Sore the index of the interface used for revarp instead of a pointer to
Martin Pieuchot
2015-11-13
Use ph_ prefix for tag-related fields.
Martin Pieuchot
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-11-12
Revert 1.372, reported to cause regressions on some models.
Miod Vallat
2015-11-12
Kill another leftover from the tunnel support removal and add more PIM.
Martin Pieuchot
2015-11-12
Do not try to guess if there's still an IPv4 multicast routing daemon
Martin Pieuchot
2015-11-12
Unbreak adding a MIFF_REGISTER interface.
Martin Pieuchot
2015-11-12
unidef MRT6DEBUG
Martin Pieuchot
2015-11-12
More PIM love. Reduce differences with ip_mroute.c and dynamically
Martin Pieuchot
2015-11-12
Sync headers and get rid of #ifdef MROUTING.
Martin Pieuchot
[next]