Go to file
ozaki-r b79bd95d27 Use ether_ifattach in carp_clone_create instead of C&P code
carp_clone_destroy calls ether_ifdetach so not calling ether_ifattach is
inconsistent. If we add something pair of initialization and destruction
to ether_ifattach and ether_ifdetach (e.g., mutex_init/mutex_destroy),
ether_ifdetach of carp_clone_destroy won't work. So use ether_ifattach.

In order to do so, make ether_ifattach accept the 2nd argument (lla) as
NULL to allow carp to initialize its link level address by itself.
2016-12-28 07:26:24 +00:00
bin simplify logic; there must be no CPU usage when p_swtime is zero 2016-12-26 20:52:39 +00:00
common Set *endptr in all paths out of strtoul and family. 2016-11-05 21:11:30 +00:00
compat for 64 bit mips platforms where we built userland largely as n32 by 2016-12-23 10:19:57 +00:00
crypto merge conflicts 2016-12-25 00:07:46 +00:00
dist/pf
distrib bump libssh 2016-12-25 00:09:20 +00:00
doc Add new entry in TODO.ptrace 2016-12-26 08:43:55 +00:00
etc Add blacklistd.conf so it gets backed up, too. 2016-12-27 17:13:45 +00:00
external Fix the date (setting the date to the same as the date on which this version was imported). 2016-12-27 06:50:03 +00:00
extsrc
games
gnu
include scandir/alphasort take "const struct dirent **" not "const void *" in 2016-12-16 04:45:04 +00:00
lib Fix typos. 2016-12-27 21:25:12 +00:00
libexec When testing non-verbosely, show diff on failure. ok mrg@ 2016-12-27 12:09:19 +00:00
regress Purge dummy Makefiles 2016-11-24 04:20:10 +00:00
rescue
sbin for 64 bit mips platforms where we built userland largely as n32 by 2016-12-23 10:19:57 +00:00
share Use ether_ifattach in carp_clone_create instead of C&P code 2016-12-28 07:26:24 +00:00
sys Use ether_ifattach in carp_clone_create instead of C&P code 2016-12-28 07:26:24 +00:00
tests Fix typo 2016-12-26 01:26:25 +00:00
tools
usr.bin teach lint __attribute__((__unused__)) 2016-12-27 21:52:35 +00:00
usr.sbin starts running 2016-12-28 03:02:54 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING
build.sh add a trailing / to force symlink resolution. 2016-12-18 19:39:05 +00:00