summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2025-08-07packages: move route(6)d to the rip packageLexi Winter
2025-07-07deprecate RIPLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-12-27route6d: Fix typo (triple S)Jose Luis Duran
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-01route6d: Fix typosElyes Haouas
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2018-08-08Use the right variable when updating interface routes.Mark Johnston
2018-05-11Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-16Fix userland tools that don't check the format of routing socketPatrick Kelsey
2017-01-13Purge varargs.h in favor of stdarg.h.Hiroki Sato
2017-01-13- Add static for functions and variables with internal linkage.Hiroki Sato
2017-01-12- Fix dereference of NULL pointer which could cause a crash [1]Hiroki Sato
2017-01-12Fix uninitialized variable CIDs in route6dAlan Somers
2017-01-09Use nitems(mib) instead of hardcoding mib's lengthEnji Cooper
2017-01-09Sort #includesEnji Cooper
2017-01-09Clean up trailing whitespaceEnji Cooper
2016-05-15Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis
2016-05-11route6d(8): Fix potential double-freeConrad Meyer
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-06Stop including if_var.h from userland.Gleb Smirnoff
2014-11-19Merge from head@274682Simon J. Gerraty
2014-08-20Recover sin6_scope_id of gateway addresses in riprecv() by using the if_indexHiroki Sato
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-03-23Remove unneeded fake _KERNEL definition.Gleb Smirnoff
2014-03-15Garbage collect long time obsoleted (or never used) stuff from routing API.Gleb Smirnoff
2013-11-05Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2012-11-18Minor mdoc fix.Joel Dahl
2012-11-18- Increase the number of retry for NET_RT_DUMP from 5 to 15.Hiroki Sato
2012-11-18Overhaul of route6d(8):Hiroki Sato
2012-11-18Use sin6_scope_id instead of KAME-specific embedded scope id.Hiroki Sato
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-12-18In usr.sbin/route6d/route6d.c, use the correct printf length modifierDimitry Andric
2010-01-02The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten
2008-12-15This main goals of this project are:Qing Li
2007-11-07Cleanup of userland __P useKevin Lo