CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/26 07:56:08
Modified files:
usr.bin/tmux : imsg-buffer.c imsg.c imsg.h
usr.sbin/bgpctl: bgpctl.c
usr.sbin/bgpd : buffer.c imsg.c imsg.h mrt.c rde.c rde.h
rde_attr.c session.c session.h
usr.sbin/dvmrpd: ask_nbrs2.c buffer.c dvmrpe.c dvmrpe.h graft.c
graft_ack.c igmp.c imsg.c imsg.h kmroute.c
nbrs2.c packet.c probe.c prune.c report.c
usr.sbin/ldpd : address.c buffer.c hello.c imsg.c imsg.h init.c
keepalive.c labelmapping.c ldpd.c ldpd.h ldpe.c
ldpe.h neighbor.c notification.c packet.c
usr.sbin/ntpd : buffer.c imsg.c imsg.h ntp_dns.c ntpd.c
usr.sbin/ospf6d: buffer.c database.c hello.c imsg.c imsg.h
lsack.c lsreq.c lsupdate.c ospfe.c ospfe.h
packet.c
usr.sbin/ospfd : auth.c buffer.c database.c hello.c imsg.c
imsg.h lsack.c lsreq.c lsupdate.c ospfe.c
ospfe.h packet.c rde.c
usr.sbin/relayd: buffer.c check_tcp.c imsg.c imsg.h relay.c
relay_udp.c relayd.h ssl.c
usr.sbin/ripd : auth.c buffer.c imsg.c imsg.h message.c
packet.c ripe.c ripe.h
usr.sbin/smtpd : buffer.c client.c client.h imsg.c imsg.h mda.c
ssl.c
usr.sbin/snmpd : buffer.c imsg.c imsg.h
usr.sbin/ypldap: buffer.c imsg.c imsg.h ypldap_dns.c
Log message:
Rename some imsg bits to make namespace collisions less likely buf to
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE.
ok henning gilles claudio jacekm deraadt