index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-05
Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code
Claudio Jeker
2015-12-05
all the signal ignoring can be done in one place
Ted Unangst
2015-12-05
don't attempt to process AgentX packets when a short read is encountered
Bret Lambert
2015-12-05
pull the config file opening up considerably earlier to fail fast.
Ted Unangst
2015-12-05
Remove NULL-checks before free()
mmcc
2015-12-05
strings.h -> string.h to prevent an implicit declaration warning.
mmcc
2015-12-05
strings.h -> string.h to prevent an implicit declaration warning. Also
mmcc
2015-12-05
strings.h -> string.h as necessary to prevent implicit declaration
mmcc
2015-12-05
Don't check for NULL before free()
mmcc
2015-12-05
strings.h -> string.h so that memcpy is declared. ok deraadt
mmcc
2015-12-05
vmctl has no need to change the socket that talks to vmd.
Theo de Raadt
2015-12-04
macro args in previous were the wrong way round;
Jason McIntyre
2015-12-04
Make the NOPRIV_USER match that is actually intended to be used for
Sebastian Reitenbach
2015-12-04
refine some logging and error messages. errors will now always go to stderr
Ted Unangst
2015-12-04
push daemon call a little later so if the address is in use we see the
Ted Unangst
2015-12-04
Add -c option to "vmctl start" to automatically connect to the VM
Reyk Floeter
2015-12-04
pledge the relay (layer 7 proxy) children, they can do with "stdio
Sebastian Benoit
2015-12-04
Fix typo in #include line.
YASUOKA Masahiko
2015-12-04
Remove files which had been unused.
YASUOKA Masahiko
2015-12-04
one signal.h should suffice
Ted Unangst
2015-12-04
A VM has to run with at least 1 CPU.
Reyk Floeter
2015-12-04
ignore SIGPIPE. i don't see any way for it to happen, but nevertheless we
Ted Unangst
2015-12-04
sort flags.
Igor Sobrado
2015-12-04
- sync usage
Gleydson Soares
2015-12-03
Re-add the "load" and "reload" commands to vmctl: Instead of parsing
Reyk Floeter
2015-12-03
sort SEE ALSO;
Jason McIntyre
2015-12-03
new sentence, new line;
Jason McIntyre
2015-12-03
Replace vmmctl with vmctl. Also remove parse.y from the "new" vmctl.
Reyk Floeter
2015-12-03
remove trailing whitespace
Joerg Jung
2015-12-03
introduce limit session keyword replacing fixed values
Joerg Jung
2015-12-03
if_indextoname() was fixed a while back, do not need to pledge "route"
Theo de Raadt
2015-12-03
Add and document -D and -f flags to vmd.
Reyk Floeter
2015-12-03
mlarkin's code has been moved to vmm.c, so it is ok to claim the copyright.
Reyk Floeter
2015-12-03
quick removal of all host-related entries in the related relayd anchor
Sebastian Benoit
2015-12-03
Add support for an optional vm.conf(5) file in vmd. This will replace
Reyk Floeter
2015-12-03
prepare config_getvm() for parse.y
Reyk Floeter
2015-12-03
Use PEERCRED to obtain the user id of the vmmctl user. This is used to
Reyk Floeter
2015-12-03
Remove unnecessary NULL checks before free().
Reyk Floeter
2015-12-03
Another imsg_read EAGAIN check. OK benno@
Claudio Jeker
2015-12-03
imsg_read will return EAGAIN in some cases so prep code for it.
Claudio Jeker
2015-12-03
claudio questioned the need for pledge(unix) in the rde, and i think
Sebastian Benoit
2015-12-03
spacing
Reyk Floeter
2015-12-03
spacing
Reyk Floeter
2015-12-03
when running on a machine without net, rebound will still receive queries
Ted Unangst
2015-12-03
the grammar can prompt DNS lookups, so pledge "dns" also.
Theo de Raadt
2015-12-02
send the tty name to vmmctl and print it as a result.
Reyk Floeter
2015-12-02
Split the fully privileged parent into two processes "parent" and
Reyk Floeter
2015-12-02
relayd (when running relays) can distribute client sessions over hosts
Sebastian Benoit
[next]