getaddrinfo.{1,3}: Cross-reference ip6addrctl(8)Reviewed by: imp, glebiusPull Request: https://github.com/freebsd/freebsd-src/pull/1375
usr.bin: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.R
usr.bin: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/Sponsored by: Netflix
show more ...
Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Update/fix Makefile.depend for userland
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Clean up Makefile.Prefer SRCTOP vs .CURDIR relative paths.Find libnetbsd using LIBADD infrastructure rather than manual hackery.Reviewed by: ngie, baptObtained from: CheriBSDMFC after: 1 week
Clean up Makefile.Prefer SRCTOP vs .CURDIR relative paths.Find libnetbsd using LIBADD infrastructure rather than manual hackery.Reviewed by: ngie, baptObtained from: CheriBSDMFC after: 1 weekSponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D10461
Port the getaddrinfo(1) utility from NetBSDSubmitted by: Lohith Bellad <lohithbsd@gmail.com>Reviewed by: hiren (earlier rev), aeObtained from: NetBSDMFC after: 1 weekRelnotes: yesSponsored by:
Port the getaddrinfo(1) utility from NetBSDSubmitted by: Lohith Bellad <lohithbsd@gmail.com>Reviewed by: hiren (earlier rev), aeObtained from: NetBSDMFC after: 1 weekRelnotes: yesSponsored by: Dell EMCDifferential Revision: https://reviews.freebsd.org/D9365