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
/
relayd
/
buffer.c
Age
Commit message (
Expand
)
Author
2008-10-03
Unify code between the various flavors of imsg buffer.c.
Eric Faurot
2008-05-22
- fix a bug in msgbuf_write() that caused a descriptor to stay in the fd
Gilles Chehade
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-06-12
put the fd passing from bgpd back in to hoststated's version of imsg,
Mathieu Sauve-Frankel
2007-02-07
remove unused functions and variables which have been copied from
Reyk Floeter
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-09
adapt to rename
Theo de Raadt
2007-01-08
do NOT use the regexp interface. it is way to complicated, error-prone
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter