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