summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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-05Print shorter error message if opening /dev/vmm failed.Reyk Floeter
2015-12-05Remove VERSION, whose contents were simply "3.4".mmcc
2015-12-05Add OpenBSD IdReyk Floeter
2015-12-05Remove two sets of NULL-checks before free().mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also removesmmcc
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-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-05#include <string.h> not strings.hClaudio Jeker
2015-12-05Pass the pppx_hdr when sending packets through the pppx device and use theYASUOKA Masahiko
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some codeClaudio Jeker
2015-12-05all the signal ignoring can be done in one placeTed Unangst
2015-12-05don't attempt to process AgentX packets when a short read is encounteredBret Lambert
2015-12-05pull the config file opening up considerably earlier to fail fast.Ted Unangst
2015-12-05Remove NULL-checks before free()mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning.mmcc
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-12-05strings.h -> string.h as necessary to prevent implicit declarationmmcc
2015-12-05Don't check for NULL before free()mmcc
2015-12-05strings.h -> string.h so that memcpy is declared. ok deraadtmmcc
2015-12-05vmctl has no need to change the socket that talks to vmd.Theo de Raadt
2015-12-04macro args in previous were the wrong way round;Jason McIntyre
2015-12-04Make the NOPRIV_USER match that is actually intended to be used forSebastian Reitenbach
2015-12-04refine some logging and error messages. errors will now always go to stderrTed Unangst
2015-12-04push daemon call a little later so if the address is in use we see theTed Unangst
2015-12-04Add -c option to "vmctl start" to automatically connect to the VMReyk Floeter
2015-12-04pledge the relay (layer 7 proxy) children, they can do with "stdioSebastian Benoit
2015-12-04Fix typo in #include line.YASUOKA Masahiko
2015-12-04Remove files which had been unused.YASUOKA Masahiko
2015-12-04one signal.h should sufficeTed Unangst
2015-12-04A VM has to run with at least 1 CPU.Reyk Floeter
2015-12-04ignore SIGPIPE. i don't see any way for it to happen, but nevertheless weTed Unangst
2015-12-04sort flags.Igor Sobrado
2015-12-04- sync usageGleydson Soares
2015-12-03Re-add the "load" and "reload" commands to vmctl: Instead of parsingReyk Floeter
2015-12-03sort SEE ALSO;Jason McIntyre
2015-12-03new sentence, new line;Jason McIntyre
2015-12-03Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.Reyk Floeter
2015-12-03remove trailing whitespaceJoerg Jung
2015-12-03introduce limit session keyword replacing fixed valuesJoerg Jung
2015-12-03if_indextoname() was fixed a while back, do not need to pledge "route"Theo de Raadt