summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-051-4/+1
* sync proc.c changes from relayd/httpdbenno2017-05-291-5/+5
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.rzalamena2016-10-281-199/+393
* Add imsg "peerid" to debug messages (only within -DDEBUG).reyk2015-12-071-5/+7
* Sync proc.c, use proc_composev()reyk2015-12-071-6/+20
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).reyk2015-11-231-5/+3
* Sync proc.c with ikedreyk2015-11-231-4/+13
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-15/+12
* sync with httpd - no functional change, just C99 typesreyk2015-10-141-18/+19
* Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@millert2014-12-161-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itreyk2014-08-181-4/+5
* Sync msgbuf_write() changes from relayd.reyk2014-07-121-2/+2
* Bring back restricted sockets, inadvertantly removed inblambert2014-05-081-5/+12
* no need to include rand.h now the RAND_seed() calls are gone.jsg2014-05-061-2/+1
* With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,reyk2014-05-041-13/+1
* Copy the updated proc.c from relayd to use the same file. Adjustreyk2014-04-211-109/+309
* round up some enemy sympathizers found calling RAND_seed().tedu2014-04-181-6/+1
* Fix the following idiom in the following way:blambert2014-04-141-1/+2
* remove unused function that distracts from cleaning up the imsg_flush() messflorian2014-02-141-7/+1
* handle msgbuf_write() returning EAGAINbenno2013-11-131-2/+2
* Update snmpd(8) to use the proc.c privsep style from iked and relayd.reyk2013-10-171-0/+443