index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-22
Disable COFF and Mach-O for OpenBSD to reduce build dependencies.
Patrick Wildt
2017-01-22
Add build infrastructure for lld.
Patrick Wildt
2017-01-22
tedu@ didn't take the getcode() prototype with the getcode() implementation.
Kenneth R Westerback
2017-01-22
Mark the .peheader section as "a". Makes it possible to link with lld.
Mark Kettenis
2017-01-22
Add support for DT_RUNPATH and DT_FLAGS
Philip Guenther
2017-01-22
set the TOS/ECN field to Internetwork Control, since that is exactly
Peter Hessler
2017-01-22
Clean up ssl3_new() - in particular, we do not need to zero fields that
Joel Sing
2017-01-22
There is no point in setting struct fields to zero, when you've already
Joel Sing
2017-01-21
use BN_div_nonct where it is safe to do so.
Bob Beck
2017-01-14
Import LLVM 3.9.1 including clang and lld.
Patrick Wildt
2017-01-21
Use MD disklabel position.
Martin Natano
2017-01-21
tweak previous;
Jason McIntyre
2017-01-21
Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.
Visa Hankala
2017-01-21
sync
Visa Hankala
2017-01-21
find the first authority works better this way, now that we use a tailq
Sebastian Benoit
2017-01-21
move config data structures mostly to TAILQs, because that way we
Sebastian Benoit
2017-01-21
it is ok to only specify a full chain certificate
Florian Obser
2017-01-21
updated include paths for recently moved virtio stuff
Mike Larkin
2017-01-21
Only build gcc4 libs if COMPILER_VERSION is gcc4.
Jonathan Gray
2017-01-21
Dedup prototype for really_kill().
Martin Natano
2017-01-21
Use errno to make the debug message more descriptive.
Martin Natano
2017-01-21
Expose the close-on-exec flag near the R/W flags.
Theo de Raadt
2017-01-21
dont print config if its broken
Sebastian Benoit
2017-01-21
non-PCI virtio files have been moved to sys/dev/pv
Reyk Floeter
2017-01-21
it's chain certificate not certificate chain
Florian Obser
2017-01-21
Enforce minimum config in the parser.
Florian Obser
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
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
Philip Guenther
2017-01-21
Stop calling out to sudo/doas to kill processes. Reliance on system
Theo de Raadt
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
Add an explicit syntax() call to indicate that no binary op was
Kenneth R Westerback
2017-01-21
Add ct and nonct versions of BN_mod_inverse for internal use
Bob Beck
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-21
Split out BN_div and BN_mod into ct and nonct versions for Internal use.
Bob Beck
2017-01-21
Having a 'case 256:' in a switch (<uchar>) {} is bad on principle
Kenneth R Westerback
2017-01-21
sockets tell us the size of their data. since we want one udp packet,
Peter Hessler
[next]