]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add vendor area
authorRoy Marples <roy@marples.name>
Thu, 30 Oct 2025 11:16:29 +0000 (11:16 +0000)
committerRoy Marples <roy@marples.name>
Thu, 30 Oct 2025 11:16:29 +0000 (11:16 +0000)
vendor/README.md [new file with mode: 0644]

diff --git a/vendor/README.md b/vendor/README.md
new file mode 100644 (file)
index 0000000..0627a5b
--- /dev/null
@@ -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