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
/
snmpd
/
proc.c
Age
Commit message (
Expand
)
Author
2015-12-07
Add imsg "peerid" to debug messages (only within -DDEBUG).
Reyk Floeter
2015-12-07
Sync proc.c, use proc_composev()
Reyk Floeter
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-23
Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).
Reyk Floeter
2015-11-23
Sync proc.c with iked
Reyk Floeter
2015-11-22
Update log.c: change fatal() and fatalx() into variadic functions,
Reyk Floeter
2015-10-14
sync with httpd - no functional change, just C99 types
Reyk Floeter
2014-12-16
Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@
Todd C. Miller
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-08-18
Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it
Reyk Floeter
2014-07-12
Sync msgbuf_write() changes from relayd.
Reyk Floeter
2014-05-08
Bring back restricted sockets, inadvertantly removed in
Bret Lambert
2014-05-06
no need to include rand.h now the RAND_seed() calls are gone.
Jonathan Gray
2014-05-04
With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,
Reyk Floeter
2014-04-21
Copy the updated proc.c from relayd to use the same file. Adjust
Reyk Floeter
2014-04-18
round up some enemy sympathizers found calling RAND_seed().
Ted Unangst
2014-04-14
Fix the following idiom in the following way:
Bret Lambert
2014-02-14
remove unused function that distracts from cleaning up the imsg_flush() mess
Florian Obser
2013-11-13
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-10-17
Update snmpd(8) to use the proc.c privsep style from iked and relayd.
Reyk Floeter