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
Age
Commit message (
Expand
)
Author
21 hours
simpler ifaliasreq sockaddr filling
Klemens Nanni
4 days
Handle radiusd and npppd, they are different but nothing stands out.
Claudio Jeker
4 days
sasyncd is another unexpected imsg user that is in the end not that special
Claudio Jeker
4 days
In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c
Claudio Jeker
4 days
Convert vmd over to check for imsgbuf_init failure and sprinkle a lot of
Claudio Jeker
4 days
ldapd is also different to other imsg daemons.
Claudio Jeker
4 days
Convert various reyk proc.c daemons over to new imsgbuf_init and
Claudio Jeker
4 days
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
4 days
At least make this rotting version of lpd compile again.
Claudio Jeker
4 days
Convert session.c to use the new msgbuf reader API.
Claudio Jeker
4 days
Teach mrt_dump_bgp_msg() to use ibufs
Claudio Jeker
4 days
Pass the message to bgp_fsm as argument instead of stashing it in rptr.
Claudio Jeker
4 days
Kill the bgp_msg struct and instead pass the type to session_sendmsg()
Claudio Jeker
4 days
Convert rtr_proto to use new msgbuf reader API.
Claudio Jeker
4 days
Rewrite the rpki-client io read handling using the new ibuf_read API.
Claudio Jeker
4 days
Remove the imsgbuf_read_nofd() hack since the imsgbuf API
Claudio Jeker
4 days
Replace imsgbuf_read_nofd() hack with the new imsgbuf API.
Claudio Jeker
4 days
Adjust rpki-client to new msgbuf API
Claudio Jeker
4 days
Adjust bgpd to the new msgbuf API
Claudio Jeker
4 days
Adjust ldpd to the msgbuf change that turns the struct opaque
Claudio Jeker
4 days
Adjust rpki-client to the new msgbuf_write api
Claudio Jeker
4 days
Adjust bgpd to the new msgbuf_write / ibuf_write API
Claudio Jeker
4 days
Adjust to new msgbuf_write/ibuf_write API and use ibuf_write since
Claudio Jeker
4 days
Do not abuse struct ibuf_read instead define local struct with the same fields.
Claudio Jeker
4 days
Do not abuse struct ibuf_read for internal bits. Just define an own struct.
Claudio Jeker
4 days
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
4 days
Unify error reporting in various control programs.
Claudio Jeker
4 days
Only ldapd tried to handle fd exhaustion during imsg fd passing.
Claudio Jeker
4 days
Convert vmd over to new imsgbuf_read behaviour and fix some lurking
Claudio Jeker
4 days
Try to handle the dumpster fire called constraint.c a bit better.
Claudio Jeker
4 days
Simple bits of converting ntpd over to the new imsgbuf_read behaviour.
Claudio Jeker
4 days
Convert radiusd to new imsgbuf_read behaviour.
Claudio Jeker
4 days
Convert npppd and npppctl over to new imsgbuf_read behaviour.
Claudio Jeker
4 days
No need to handle EAGAIN anymore.
Claudio Jeker
4 days
bgpd and smtpd include their own imsgbuf_read_nofd() implementation.
Claudio Jeker
4 days
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
4 days
Use msgbuf_queuelen() where approriate
Claudio Jeker
4 days
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
4 days
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
4 days
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
4 days
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
4 days
Convert ibuf_write() callers to new simplified return logic.
Claudio Jeker
4 days
Convert msgbuf_write() callers to the new return logic.
Claudio Jeker
4 days
Use ibuf_write() to send BGP messages to peers instead of msgbuf_write().
Claudio Jeker
4 days
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
4 days
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
4 days
imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.
Claudio Jeker
4 days
ibuf_get_string() was added to the ibuf API, remove local version
Claudio Jeker
11 days
rpki-client: use macros for skipping rather than hardcoded numbers
Theo Buehler
12 days
Take into account how long the dns probe takes before decding to
Otto Moerbeek
[next]