summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvctl/rtadvctl.c
AgeCommit message (Expand)Author
2024-04-28rtadvctl: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-01-01usr.sbin/rtadvctl: Remove support for FreeBSD 9.x.Xin LI
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-04-06Stop including if_var.h from userland.Gleb Smirnoff
2013-08-05- Use time_uptime instead of time_second in data structures forHiroki Sato
2011-09-12- Fix a bug that can lead to displaying an incorrect value. (r224210)Hiroki Sato
2011-07-17- Improve interface list handling. The rtadvd(8) now supports dynamically-Hiroki Sato