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-01-22
Introduce the KEEPKERNELS variable: if this is set either in mk.conf or
Theo Buehler
2017-01-22
Mark the .peheader section as "a". Makes it possible to link with lld.
Mark Kettenis
2017-01-22
set the TOS/ECN field to Internetwork Control, since that is exactly
Peter Hessler
2017-01-21
Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.
Visa Hankala
2017-01-21
non-PCI virtio files have been moved to sys/dev/pv
Reyk Floeter
2017-01-21
Switch include of virtio header from dev/pci/ to dev/pv/
Reyk Floeter
2017-01-21
Switch include of virtio header from dev/pci/to dev/pv/
Reyk Floeter
2017-01-21
Move vmmci.c to sys/dev/pv/vmmci.c
Reyk Floeter
2017-01-21
Move virtiovar.h to sys/dev/pv/virtiovar.h
Reyk Floeter
2017-01-21
Move virtioreg.h to sys/dev/pv/virtioreg.h
Reyk Floeter
2017-01-21
Move virtio.c to sys/dev/pv/virtio.c
Reyk Floeter
2017-01-21
Move vioscsireg.h to sys/dev/pv/vioscsireg.h
Reyk Floeter
2017-01-21
Move vioscsi.c to sys/dev/pv/vioscsi.c
Reyk Floeter
2017-01-21
Move viornd.c to sys/dev/pv/viornd.c
Reyk Floeter
2017-01-21
Move viomb.c to sys/dev/pv/viomb.c
Reyk Floeter
2017-01-21
Move viocon.c to sys/dev/pv/viocon.c
Reyk Floeter
2017-01-21
Move vioblkreg.h to sys/dev/pv/vioblkreg.h
Reyk Floeter
2017-01-21
Move vioblk.c to sys/dev/pv/vioblk.c
Reyk Floeter
2017-01-21
In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead of
Stefan Sperling
2017-01-21
Move if_vio.c to sys/dev/pv/if_vio.c
Reyk Floeter
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-21
sockets tell us the size of their data. since we want one udp packet,
Peter Hessler
2017-01-21
Add missing spl0() call.
Patrick Wildt
2017-01-21
Only switch the pagetable if we were asked to switch to a user
Patrick Wildt
2017-01-21
Add Allwinner A64 devices to OpenBSD/arm64. This means we can run
Patrick Wildt
2017-01-21
arm64 does not make use of constab but instead uses the same
Patrick Wildt
2017-01-21
be more explict with the size of bfd packets we send and receive
Peter Hessler
2017-01-21
Add support for the Allwinner A64 PIO controller clock.
Patrick Wildt
2017-01-21
Move Allwinner drivers that will soon be used by OpenBSD/arm64
Patrick Wildt
2017-01-21
Add support for the Allwinner A64 (sun50i-a64).
Mark Kettenis
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-21
remove some extra whitespace.
David Gwynne
2017-01-21
Match on the Allwinner A64 ehci compatible as well.
Patrick Wildt
2017-01-21
Implement EHCI and MMC clock support for the Allwinner A64 SoC.
Patrick Wildt
2017-01-21
Split out the Allwinner H3 specific clock code into its own functions and
Mark Kettenis
2017-01-21
Change route_input to a non-variadic function and just pass the address
Claudio Jeker
2017-01-21
Make the if_flags member unsigned. This was prompted by clang
Patrick Wildt
2017-01-20
Merge two conditional expressions
Mike Belopuhov
2017-01-20
if a route is not valid, set down instead of admindown
Peter Hessler
2017-01-20
fix typo
Peter Hessler
2017-01-20
don't increase the error counter in the not-down case, in general
Peter Hessler
2017-01-20
only increase the error counter if we are in a not-down state
Peter Hessler
2017-01-20
correctly set our rx timer to be the required minimum, not the bare
Peter Hessler
2017-01-20
use per-cpu counters for rtstat.
David Gwynne
2017-01-20
Exterminate comcnspeed and comcnmode which were uninitialized and
Patrick Wildt
2017-01-20
Stop using pfsockaddr_union outside of pf so that we can remove its usage
Claudio Jeker
2017-01-20
Kill recursive splsofnet()/splx() dances.
Martin Pieuchot
2017-01-20
pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a
Martin Pieuchot
2017-01-20
keep output packet counters on the ifq structure.
David Gwynne
2017-01-20
Fix (currently unused) GUID definitions to match the EFI_GUID struct.
Jonathan Gray
[next]