From: Roy Marples Date: Thu, 30 Oct 2025 11:16:29 +0000 (+0000) Subject: Add vendor area X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fc45c222dff3daed6a202d247ccab1061532d9c;p=thirdparty%2Fdhcpcd.git Add vendor area --- diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 00000000..0627a5be --- /dev/null +++ b/vendor/README.md @@ -0,0 +1,13 @@ +This area is for 3rd party software we include directly. +All imports should be made on a branch vendor/NAME (initially orphaned) and +merged into the master branch. + +Any local changes we need (ideally none) should be done directly +on the master branch where we handle any fallout. + +This makes updating vendor imports easy. + +Vendor sources are imported from these locations: +* queue.h - https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/queue.h +* rbtree.c - https://cvsweb.netbsd.org/bsdweb.cgi/src/common/lib/libc/gen/rbtree.c +* rbtree.h - https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/rbtree.h