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
/
vmd
/
proc.c
Age
Commit message (
Expand
)
Author
2018-09-10
During the fork+exec implementation, daemon(3) was moved after
Alexander Bluhm
2018-08-05
Remove cpath pledge(2) promise. We decided that not deleting the unix control
Ricardo Mestre
2017-11-04
Remove a debug message that has outlived its usefulness.
Mike Larkin
2017-09-08
vmd: add more explanatory log_debug messages
Mike Larkin
2017-05-29
sync proc.c changes from relayd/httpd
Sebastian Benoit
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2016-11-16
Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync
Rafael Zalamena
2016-10-11
Sync proc.c file vmd(8) and switchd(8).
Rafael Zalamena
2016-10-05
Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd
Rafael Zalamena
2016-10-05
Call setsid() to create a new session for the executed processes.
Reyk Floeter
2016-10-04
Add a new "priv" process that is responsible for ioctls and restricted
Reyk Floeter
2016-09-29
Implement fork+exec for vmd, using the same framework from httpd etc.
Reyk Floeter
2015-12-07
Add imsg "peerid" to debug messages (only within -DDEBUG).
Reyk Floeter
2015-12-05
Another imsg_read user I did miss in my EAGAIN rampage.
Claudio Jeker
2015-12-02
Sync with relayd, fix previous use of proc_compose*_imsg()
Reyk Floeter
2015-12-02
Add back the "peerid" to the proc_compose*() functions: in relayd, I
Reyk Floeter
2015-12-02
Start tweaking vmd's privsep and daemon model by splitting the main
Reyk Floeter