summaryrefslogtreecommitdiffstats
path: root/sbin/rtsol
Commit message (Collapse)AuthorAgeFilesLines
* MFC r288963:delphij2015-10-291-1/+1
| | | | | Now that we own the code, use arc4random(3) unconditionally and remove the corresponding HAVE_ARC4RANDOM conditions.
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Add dump.c to the rtsol build. It is needed now that sec2str is non-staticken2011-06-081-1/+1
| | | | and used in rtsold.c.
* rtsol(8)/rtsold(8): make WARNS=3 cleanuqs2010-02-271-1/+1
| | | | | | It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor)
* Add eye candy while I'm here: a blank line betweenyar2006-07-271-0/+1
| | | | the license and the $FreeBSD$ line.
* INET6 has no effect on rtsol, it's an IPv6-only tool with itsyar2006-07-271-7/+0
| | | | | | | | code independent of the macro. This utility is just omitted from the build as a whole by ../Makefile if MK_INET6 is set to false. Pointed out by: ume Tested with: cmp(1)
* Obey MK_INET6_SUPPORT.yar2006-07-271-4/+10
| | | | This is also a good chance to apply style.Makefile(5) in some cases.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* -DSMALL will remove the need of dump.c (for rtsol)ume2004-01-141-2/+2
| | | | Obtained from: KAME
* use arc4random.ume2003-08-221-1/+1
| | | | MFC after: 3 days
* support poll(2).ume2003-08-141-1/+1
| | | | | Obtained from: KAME MFC after: 1 week
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Sync with recent KAME.ume2001-06-111-3/+1
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* Correct style bugs in previous commitkris2000-07-061-2/+2
|
* Sync with KAMEkris2000-07-051-1/+1
| | | | Obtained from: KAME
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+29
Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud