summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-07sync with vmdReyk Floeter
2015-12-07Skip the "fatal in" message prefix when aborting with fatal() - whenReyk Floeter
2015-12-07Remove NULL-checks before free(). No functional change.mmcc
2015-12-06Prevent running a VM with the same name multiple times - multipleReyk Floeter
2015-12-06remove some now-unused enumsMike Larkin
2015-12-06un-needed extern which was removed a while backMike Larkin
2015-12-06multicast_{host,router} -> multicast.Martin Pieuchot
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06spacingReyk Floeter
2015-12-06Print the TTY in the vmctl status output.Reyk Floeter
2015-12-06When a new vm is created with VMM_IOC_CREATE, the kernel assigns aReyk Floeter
2015-12-06Check errno from config_getvm() correctlyReyk Floeter
2015-12-06Report errno from config_getvm() correctlyReyk Floeter
2015-12-06Terminate all running VMs on startup: we're not able to pick up stateReyk Floeter
2015-12-05use argument names consistently.Igor Sobrado
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-05Remove a few NULL-checks before free().mmcc
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