summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/control_server.c
AgeCommit message (Expand)Author
2024-04-28rtadvd: 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
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
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