summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-06Check errno from config_getvm() correctlyReyk Floeter
2015-12-06Report errno from config_getvm() correctlyReyk Floeter
2015-12-06syncTheo de Raadt
2015-12-06Terminate all running VMs on startup: we're not able to pick up stateReyk Floeter
2015-12-05Fix previous by using the right argument name.mmcc
2015-12-05use argument names consistently.Igor Sobrado
2015-12-05Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, soKenneth R Westerback
2015-12-05Send bad whitespace to the attic.Kenneth R Westerback
2015-12-05Multiple cleanups.Martin Pieuchot
2015-12-05Silence gcc whining about using 'serrno' uninitialized by initializingKenneth R Westerback
2015-12-05Implement the .inst assembler directive for arm.Tobias Ulmer
2015-12-05Remove ancient and no longer valid installation instructions.mmcc
2015-12-05Remove LBL-specific stuff and a reference to CHANGES.mmcc
2015-12-05multicast_{host,router} is now just multicast;Jason McIntyre
2015-12-05Remove a few NULL-checks before free().mmcc
2015-12-05g/c unneeded af (address family) params to pf_change_ap and _icmpHenning Brauer
2015-12-05Remove a bunch of NULL-checks before free().mmcc
2015-12-05initialize host, to get rid of gcc warning, the conditions are correct.Sebastian Benoit
2015-12-05Make sure we use the same cpu numbering for the kern.cptime2 sysctl as weMark Kettenis
2015-12-05prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@Markus Friedl
2015-12-05Print shorter error message if opening /dev/vmm failed.Reyk Floeter
2015-12-05adjust to newer tls_read/_write semantics.Henning Brauer
2015-12-05Update termtypes.master to upstream terminfo-20151128.Nicholas Marriott
2015-12-05Remove VERSION, whose contents were simply "3.4".mmcc
2015-12-05Add OpenBSD IdReyk Floeter
2015-12-05vioblk: Don't send flush ops if flush feature not presentStefan Fritsch
2015-12-05make vioblk_scsi_cmd more normalStefan Fritsch
2015-12-05Remove some more pdksh-specific stuff and references to files that nommcc
2015-12-05Make virtio_enqueue_commit return voidStefan Fritsch
2015-12-05document that virtio supports the 0.9.5 spec, not 1.0Stefan Fritsch
2015-12-05Remove two sets of NULL-checks before free().mmcc
2015-12-05Study of kernel code complete. Permit ioctl SIOCGIFMEDIA for pledgeTheo de Raadt
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also removesmmcc
2015-12-05avoid an ugly wrap in a commentTheo de Raadt
2015-12-05Remove a log of changes from 1991 to 1998.mmcc
2015-12-05Align columns to printed output in "vmctl status"Mike Larkin
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also remove ammcc
2015-12-05It does not make sense to insert a specific route for 224/4 when theMartin Pieuchot
2015-12-05yet another feof check, just to be sure.Marc Espie
2015-12-05cleanup some log messages with wrong function names etc.Sebastian Benoit
2015-12-05Another imsg_read user I did miss in my EAGAIN rampage.Claudio Jeker
2015-12-05syncTheo de Raadt
2015-12-05Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicantMartin Pieuchot
2015-12-05#include <string.h> not strings.hClaudio Jeker
2015-12-05Keep kernel definitions under _KERNEL to unbreak ports that includeMartin Pieuchot
2015-12-05Make the bnx interrupt handler mpsafe, and perform rx and tx completionJonathan Matthew
2015-12-05Pass the pppx_hdr when sending packets through the pppx device and use theYASUOKA Masahiko
2015-12-05Make pppx pass packets with npppd through the device. This makes pppx workYASUOKA Masahiko
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-12-05pass a pointer to pf_test()'s reason to pf_test_rule instead of using aHenning Brauer