summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Expand)Author
2025-12-16rtsold: Validate entries in domain search listsMark Johnston
2025-12-08rtsold: Fix a buffer leak if we fail to read the default router sysctlMark Johnston
2025-01-24rtsold: Further usage message updatesMark Johnston
2025-01-17rtsold: Add -i to the usage messageMark Johnston
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner 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 patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-02rtsol: introduce an 'always' scriptKristof Provost
2022-02-25rtsold: fix memory leak in script executionEric van Gyzen
2022-02-25rtsold: Use correct error in llflags_get()Eric van Gyzen
2021-12-14rtsold: Note network interfaces changing index when removed/insertedWarner Losh
2021-11-16rtsol/rtsold: Add option to skip random delayColin Percival
2021-08-19rtsold: make it work on if_vlan interfacesLuiz Otavio O Souza
2021-08-14rtsold: pass sending router address to other and managed scriptFranco Fitchner
2021-08-14rtsold: auto-probe point to point interfacesFranco Fitchner
2021-03-21rtsold: Fix validation of RDNSS optionsMark Johnston
2021-03-08Simplify using nvlist_append_string_array().Hajimu UMEMOTO
2020-12-02rtsold: Fix bugs reported by CoverityMark Johnston
2020-12-01rtsold: Fix multiple buffer overflowsMark Johnston
2020-11-27fix casper initialization for setting scripts.Hajimu UMEMOTO
2020-10-23rtsold: Remove an incorrect __unused annotationMark Johnston
2020-08-25rtsol(d): add script for "M bit"Bjoern A. Zeeb
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-11-21Avoid relying on pollution from libcasper.h.Mark Johnston
2019-02-27rtsol: Use vwarnx(3) to log messages to standard error.Mark Johnston
2019-01-05Capsicumize rtsol(8) and rtsold(8).Mark Johnston
2018-10-25Minor style fixes around script execution.Mark Johnston
2018-10-25Clarify the description of the -u option.Mark Johnston
2018-10-24Always free dynamically allocated memory before returning.Mark Johnston
2018-10-20Fix a dead store.Mark Johnston
2018-10-20Remove dead code.Mark Johnston
2018-10-20Staticize a couple of functions.Mark Johnston
2018-10-20Remove some obsolete compatibility code.Mark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-01-28Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk
2016-10-02rtsold: Log messages about unexpected RAs at LOG_DEBUG.Mark Johnston
2016-05-15Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis
2016-02-18Use the _SAFE loop variant, since the loop body may remove queue entries.Mark Johnston
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-10-30Fix rtsold's usage messageEnji Cooper
2015-10-21Fix a ton of speelling errorsEitan Adler
2015-10-06Now that we own the code, use arc4random(3) unconditionallyXin LI
2015-09-10- Remove #ifdef HAVE_POLL_H.Hiroki Sato
2015-08-10Remove bad call to shutdown().Ed Schouten
2015-06-13Add META_MODE support.Simon J. Gerraty