<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.sbin/rtadvd/timer.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2017-11-20T19:49:47Z</updated>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Fix build on arm and mips.</title>
<updated>2013-08-06T15:49:18Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2013-08-06T15:49:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3774384085fa837a8dedbf763359fadacedd52c4'/>
<id>urn:sha1:3774384085fa837a8dedbf763359fadacedd52c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use time_uptime instead of time_second in data structures for</title>
<updated>2013-08-05T20:13:02Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2013-08-05T20:13:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7d26db17927ed2063fb108f1dffcb17b3eaee6db'/>
<id>urn:sha1:7d26db17927ed2063fb108f1dffcb17b3eaee6db</id>
<content type='text'>
  PF_INET6 in kernel.  This fixes various malfunction when the wall time
  clock is changed.  Bump __FreeBSD_version to 1000041.

- Use clock_gettime(CLOCK_MONOTONIC_FAST) in userland utilities.

MFC after:	1 month
</content>
</entry>
<entry>
<title>- Improve interface list handling.  The rtadvd(8) now supports dynamically-</title>
<updated>2011-07-17T19:24:54Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2011-07-17T19:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3724189620aaf6e91ee1fbad9d3b58289c6bde5b'/>
<id>urn:sha1:3724189620aaf6e91ee1fbad9d3b58289c6bde5b</id>
<content type='text'>
  added/removed interfaces in a more consistent manner and reloading the
  configuration file.

- Implement burst unsolicited RA sending into the internal RA timer framework
  when AdvSendAdvertisements and/or configuration entries are changed as
  described in RFC 4861 6.2.4.  This fixes issues that make termination of the
  rtadvd(8) daemon take very long time.

  An interface now has three internal states, UNCONFIGURED, TRANSITIVE, or
  CONFIGURED, and the burst unsolicited sending happens in TRANSITIVE.
  See rtadvd.h for the details.

- rtadvd(8) now accepts non-existent interfaces as well in the command line.

- Add control socket support and rtadvctl(8) utility to show the RA information
  in rtadvd(8).  Dumping by SIGUSR1 has been removed in favor of it.
</content>
</entry>
<entry>
<title>- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement</title>
<updated>2011-06-06T03:06:43Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2011-06-06T03:06:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=db82af41db538fba5938d8585b2e2e2c206affb6'/>
<id>urn:sha1:db82af41db538fba5938d8585b2e2e2c206affb6</id>
<content type='text'>
  Options for DNS Configuration) into rtadvd(8) and rtsold(8).  DNS
  information received by rtsold(8) will go to resolv.conf(5) by
  resolvconf(8) script.  This is based on work by J.R. Oldroyd (kern/156259)
  but revised extensively[1].

- rtadvd(8) now supports "noifprefix" to disable gathering on-link prefixes
  from interfaces when no "addr" is specified[2].  An entry in rtadvd.conf
  with "noifprefix" + no "addr" generates an RA message with no prefix
  information option.

- rtadvd(8) now supports RTM_IFANNOUNCE message to fix crashes when an
  interface is added or removed.

- Correct bogus ND_OPT_ROUTE_INFO value to one in RFC 4191.

Reviewed by:	bz[1]
PR:		kern/156259 [1]
PR:		bin/152458 [2]
</content>
</entry>
<entry>
<title>Cleanup of userland __P use</title>
<updated>2007-11-07T10:53:41Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-11-07T10:53:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b'/>
<id>urn:sha1:784bddbc5bca158d2fb57eed7c5e4ceebd49ff8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed compilation warning</title>
<updated>2004-10-22T07:31:12Z</updated>
<author>
<name>SUZUKI Shinsuke</name>
<email>suz@FreeBSD.org</email>
</author>
<published>2004-10-22T07:31:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=72286081d0d4c4eb5a3b3a221ecced497df445bc'/>
<id>urn:sha1:72286081d0d4c4eb5a3b3a221ecced497df445bc</id>
<content type='text'>
PR:	bin/71624
</content>
</entry>
<entry>
<title>reduce #ifdef.</title>
<updated>2003-08-11T15:51:54Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-11T15:51:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b6ed844ff253414fe7055582073bc69535c75936'/>
<id>urn:sha1:b6ed844ff253414fe7055582073bc69535c75936</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>KNF, correct typos and cleanup spaces.</title>
<updated>2003-08-08T16:56:01Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-08T16:56:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fa19f9be0400bf0b77b89ad6940eb0675235db1c'/>
<id>urn:sha1:fa19f9be0400bf0b77b89ad6940eb0675235db1c</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
<entry>
<title>__FUNCTION__ --&gt; __func__</title>
<updated>2003-08-08T16:38:23Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-08-08T16:38:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1533bed05b283f5fc29ff5e5d2d3be83c4d4dca6'/>
<id>urn:sha1:1533bed05b283f5fc29ff5e5d2d3be83c4d4dca6</id>
<content type='text'>
Obtained from:	KAME
MFC after:	1 week
</content>
</entry>
</feed>
