From 6fc45c222dff3daed6a202d247ccab1061532d9c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 30 Oct 2025 11:16:29 +0000 Subject: [PATCH] Add vendor area --- vendor/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/README.md 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 -- 2.47.3