summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-22Disable COFF and Mach-O for OpenBSD to reduce build dependencies.Patrick Wildt
2017-01-22Add build infrastructure for lld.Patrick Wildt
2017-01-22tedu@ didn't take the getcode() prototype with the getcode() implementation.Kenneth R Westerback
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2017-01-22Add support for DT_RUNPATH and DT_FLAGSPhilip Guenther
2017-01-22set the TOS/ECN field to Internetwork Control, since that is exactlyPeter Hessler
2017-01-22Clean up ssl3_new() - in particular, we do not need to zero fields thatJoel Sing
2017-01-22There is no point in setting struct fields to zero, when you've alreadyJoel Sing
2017-01-21use BN_div_nonct where it is safe to do so.Bob Beck
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2017-01-21Use MD disklabel position.Martin Natano
2017-01-21tweak previous;Jason McIntyre
2017-01-21Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.Visa Hankala
2017-01-21syncVisa Hankala
2017-01-21find the first authority works better this way, now that we use a tailqSebastian Benoit
2017-01-21move config data structures mostly to TAILQs, because that way weSebastian Benoit
2017-01-21it is ok to only specify a full chain certificateFlorian Obser
2017-01-21updated include paths for recently moved virtio stuffMike Larkin
2017-01-21Only build gcc4 libs if COMPILER_VERSION is gcc4.Jonathan Gray
2017-01-21Dedup prototype for really_kill().Martin Natano
2017-01-21Use errno to make the debug message more descriptive.Martin Natano
2017-01-21Expose the close-on-exec flag near the R/W flags.Theo de Raadt
2017-01-21dont print config if its brokenSebastian Benoit
2017-01-21non-PCI virtio files have been moved to sys/dev/pvReyk Floeter
2017-01-21it's chain certificate not certificate chainFlorian Obser
2017-01-21Enforce minimum config in the parser.Florian Obser
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2017-01-21Stop calling out to sudo/doas to kill processes. Reliance on systemTheo de Raadt
2017-01-21Switch include of virtio header from dev/pci/to dev/pv/Reyk Floeter
2017-01-21Move vmmci.c to sys/dev/pv/vmmci.cReyk Floeter
2017-01-21Move virtiovar.h to sys/dev/pv/virtiovar.hReyk Floeter
2017-01-21Move virtioreg.h to sys/dev/pv/virtioreg.hReyk Floeter
2017-01-21Move virtio.c to sys/dev/pv/virtio.cReyk Floeter
2017-01-21Move vioscsireg.h to sys/dev/pv/vioscsireg.hReyk Floeter
2017-01-21Move vioscsi.c to sys/dev/pv/vioscsi.cReyk Floeter
2017-01-21Move viornd.c to sys/dev/pv/viornd.cReyk Floeter
2017-01-21Move viomb.c to sys/dev/pv/viomb.cReyk Floeter
2017-01-21Move viocon.c to sys/dev/pv/viocon.cReyk Floeter
2017-01-21Move vioblkreg.h to sys/dev/pv/vioblkreg.hReyk Floeter
2017-01-21Move vioblk.c to sys/dev/pv/vioblk.cReyk Floeter
2017-01-21In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead ofStefan Sperling
2017-01-21Move if_vio.c to sys/dev/pv/if_vio.cReyk Floeter
2017-01-21Add an explicit syntax() call to indicate that no binary op wasKenneth R Westerback
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-21Split out BN_div and BN_mod into ct and nonct versions for Internal use.Bob Beck
2017-01-21Having a 'case 256:' in a switch (<uchar>) {} is bad on principleKenneth R Westerback
2017-01-21sockets tell us the size of their data. since we want one udp packet,Peter Hessler