Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-17Remove obsolete compatibility code from rtadvd.Mark Johnston
2019-04-30Retry upon NET_RT_IFLIST sysctl failure.Mark Johnston
2018-11-03Update the "flag" for draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb
2018-10-30Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb
2018-05-11Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-01Renumber copyright clause 4Warner Losh
2017-02-23rtadvd(8): double assignment.Pedro F. Giffuni
2016-11-05Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.Hiroki Sato
2016-11-02In rtadvd, interface lookup calls if_indextoname() many times in a loop,Fabien Thomas
2016-05-16Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis
2016-05-12rtadvd(8): Fix use-after-close in cm_handler_clientConrad Meyer
2016-05-12rtadvd(8): Don't use-after-freeConrad Meyer
2016-05-12rtadvd(8): Fix a typo in full msg receive logicConrad Meyer
2016-05-01usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni
2015-10-30Use strlcpy().Xin LI
2015-10-22- Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters fromHiroki Sato
2015-10-07Now that we own the code, use arc4random(3) unconditionallyXin LI
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.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-12-27mdoc: sort SEE ALSO.Joel Dahl
2014-11-25Convert usr.sbin to LIBADDBaptiste Daroussin
2014-11-23Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-12Check buffer length more strictly.Hiroki Sato
2014-10-12Fix off-by-one.Hiroki Sato
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-06Merge from headSimon J. Gerraty
2013-09-03Ignore if the interface is not IPv6-capable.Hiroki Sato
2013-08-27Fix a crash when reloading the configuration file.Hiroki Sato
2013-08-23Set the back pointer from the prefix to the interface before addingDag-Erling Smørgrav
2013-08-06Fix build on arm and mips.Hiroki Sato
2013-08-06- Use time_uptime instead of time_second in data structures forHiroki Sato
2013-07-09- Add missing "static" keywords.Hiroki Sato
2013-07-09Add a missing white space.Hiroki Sato
2013-05-06Fix a typo in an error message.Eitan Adler
2013-04-13sync from headSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-03-06Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.Hiroki Sato
2013-02-25- Implement and use usage().Dag-Erling Smørgrav
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-24Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2012-03-27mdoc: correct .Bd/.Bl arguments.Joel Dahl