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-23
Kill unecessary splsoftnet()/splx() dances, what's protecting radix
Martin Pieuchot
2017-01-23
Add Raspberry Pi 3 drivers to RAMDISK as well.
Jonathan Gray
2017-01-23
remove #defines present in MI conf.h; ok kettenis
Theo de Raadt
2017-01-23
Avoid mapping memory outside kernel VA space. This happens on machines
Mark Kettenis
2017-01-23
Remove final align as it confuses lld.
Mark Kettenis
2017-01-23
Add drivers for the Raspberry Pi 3.
Mark Kettenis
2017-01-23
i botched the copyout to ifr->ifr_data in SIOCGIFDATA.
David Gwynne
2017-01-23
No need to explicitly use config_activate_children in the cfattach struct.
Mark Kettenis
2017-01-23
Backwards compat for pledge "ioctl" for about a week
Theo de Raadt
2017-01-23
rework how we address physical disks on the second scsibus.
David Gwynne
2017-01-23
Only allow change-setting ioctls when FWRITE is set on the descriptor.
Theo de Raadt
2017-01-23
store the full 64bits of the sense bufers dva.
David Gwynne
2017-01-23
Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only
Theo de Raadt
2017-01-23
add the mfii opcode for passthru commands
David Gwynne
2017-01-23
whitespace
Theo de Raadt
2017-01-23
Add gpio(4) and switch(4) to cdevsw.
Jonathan Gray
2017-01-23
merge the ifnet and ifqueue stats together when userland wants them.
David Gwynne
2017-01-23
massage some event related details.
David Gwynne
2017-01-23
represent the mbox layout with union instead of an array of bytes.
David Gwynne
2017-01-23
Move static function to the bottom of the file, to the only user
Patrick Wildt
2017-01-23
Make the art interface a bit more generic by not depending on sockaddr
Claudio Jeker
2017-01-23
Build firmware for usb devices on arm64.
Jonathan Gray
2017-01-23
Add comment above rtm_type #define's.
Kenneth R Westerback
2017-01-23
Add RAMDISK config for arm64. While there, clean up spaces in
Patrick Wildt
2017-01-23
Add comment above rtm_flags #define's.
Kenneth R Westerback
2017-01-23
Typo in comment. It's 'rtm_addrs', not 'rtm_addr'
Kenneth R Westerback
2017-01-23
Zap some bad whitespace.
Kenneth R Westerback
2017-01-22
define virtio in conf/files
Reyk Floeter
2017-01-22
Remove sony8x16 and sony12x24 fonts.
Frederic Cambus
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-22
white space fixes. no functional change.
David Gwynne
2017-01-22
Cleanup error handling. Do not use 'goto flush' early on since the message
Claudio Jeker
2017-01-22
Increment the right loop variable.
Mark Kettenis
2017-01-22
Zap some bad whitespace.
Kenneth R Westerback
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
[next]