summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/sync.c
AgeCommit message (Expand)Author
2010-12-23Use the provided note() and warning() functions of dhcpd instead ofClaudio Jeker
2010-03-27malloc/strlcpy -> strdup. Use consistent idiom.Kenneth R Westerback
2010-01-03unused prototypeTheo de Raadt
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-05-30correct size of iov[]; ralf.horstmann@gmx.deTheo de Raadt
2008-05-11fix sync.c to not puke if sync_lease called without sync_init.Bob Beck
2008-05-08Insert pad blocks after sub-messages to keep the structures aligned toTheo de Raadt
2008-05-08this should really only be in one file.Bob Beck
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck