summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-02Use static local variables instead of global variables whenever possible.Renato Westphal
2016-09-02Merge the recv_packet_v[46] functions into one.Renato Westphal
2016-09-02Simplify handling of multicast addresses.Renato Westphal
2016-09-02Pledge earlier on eigrpe.Renato Westphal
2016-09-02Remove superfluous includes and follow style(9).Renato Westphal
2016-09-02Fix broken pipe teardown.Renato Westphal
2016-09-02Move event handling to separate threadStefan Kempf
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Move snmp options into struct relayd_config and delay start of theReyk Floeter
2016-09-02Simplify shutdown process.Renato Westphal
2016-09-02Close connections when msgbuf_write() returns 0.Renato Westphal
2016-09-02Don't fatal if the imsg pipe is closed, this is often triggered in theRenato Westphal
2016-09-02Split "struct relayd" into two structs: "struct relayd" and "structReyk Floeter
2016-09-02proc_id has been replaced by ps->ps_instance.Reyk Floeter
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02use imsg_read_nofd() implementation from bgpd.Eric Faurot
2016-09-02use imsg_read_nofd() implementation from bgpd.Eric Faurot
2016-09-02As done in httpd, (re-)initialize ps_what in all processes. This isReyk Floeter
2016-09-02move links from http to https://www.openbsd.org/Theo Buehler
2016-09-02style nit as done in httpdReyk Floeter
2016-09-02As done in httpd, remove ps_ninstances and p_instance.Reyk Floeter
2016-09-02Terminate relayd using the socket status instead of watching SIGCHLDReyk Floeter
2016-09-02proc.c tweaks: Rename proc_listento() to proc_accept() as it is theReyk Floeter
2016-09-02turn server preference for ciphers on by defaultGilles Chehade
2016-09-01normalize some function namesMike Larkin
2016-09-01fix a merge collision, and add some retval checking on various pthread_*Mike Larkin
2016-09-01change some log_warn to log_warnx and convert some integer literals toMike Larkin
2016-09-01The fork+exec diff broke "what?!", the ps_what field determines theReyk Floeter
2016-09-01Make vcpu_reset_regs use new writeregs codeStefan Kempf
2016-09-01forgot during previous commit, thanks stefan@Mike Larkin
2016-09-01zap dead codeEric Faurot
2016-09-01Don't print "lost child" if the child process exited okay. This isReyk Floeter
2016-09-01Add a set of emulated legacy devices (PIT, PIC, RTC)Mike Larkin
2016-09-01Get rid of the custom msgbuf_write2() function adapted from libutil.Eric Faurot
2016-09-01Use b64_ntop instead of adding yet another base implementation of base64Theo Buehler
2016-09-01update usage(); pointed out by jmc@Florian Obser
2016-09-01tidy up the list;Jason McIntyre
2016-09-01no more sparc; ok tedu kettenisJason McIntyre
2016-09-01Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.Mike Larkin
2016-09-01Implement table driven selection to which ACME authorities we canFlorian Obser
2016-09-01struct client starts to become the kitchen sink. Move fastcgi data toFlorian Obser
2016-09-01spacingReyk Floeter
2016-09-01naming a union 'sockthing' was a bit silly. sockun will do for now.Ted Unangst
2016-09-01Adjust log message, use process title now that it works againReyk Floeter
2016-09-01print regular messages to stdout, not errTed Unangst
2016-09-01scan responses for minimum ttl, and cache for min(ttl, 300) instead ofTed Unangst