Commit Graph

49 Commits

Author SHA1 Message Date
bad
62a168f97a Remove libelf from "usr" list. Deleted 2015-09-30. 2019-09-27 11:57:42 +00:00
bad
c0a44e83e0 Exclude sys/external/{gpl2/dts,bsd/drm*}.
Saves some 100MB in the src-netbsd repo.
2019-09-27 11:53:42 +00:00
bad
604f5fbb67 rtadvd needs expandm.[hc] from libwrap. 2019-09-26 22:43:36 +00:00
bad
6551e0cc8c revert r1.35-r1.40 of sys/rump/listsrcdirs.
addressed differently in tools/Makefile r1.204.
2019-09-26 22:39:55 +00:00
bad
10596c0d1e typo: ARCH_EXTRA -> ARCHS_EXTRA 2019-09-12 21:37:06 +00:00
bad
f079d6d375 Add ews4800mips and sh3 heads only listed in src/tools/Makefile.nbincludes. 2019-09-12 21:10:19 +00:00
bad
bd3d17d9c3 Make include_headerlist ignore files in already exported directories.
Invoke include_headerlist after exporting the ARCHS directories.
2019-09-12 20:10:00 +00:00
bad
bc4d18d525 Summary: export the files from headerlist before the ARCHS's includes.
Or else cvs export will complain about them being in the way.
2019-09-12 18:28:05 +00:00
bad
f86b98ed53 Summary: add the files from src/tools/headerlist to the output. 2019-09-12 17:35:58 +00:00
bad
db28717fb4 Summary: pax needs pack_dev.h from mknod. move mknod to sys sources 2019-09-12 15:17:08 +00:00
bad
24626c2518 Summary: ammend previous. remove pax from userspace sources.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
CVS:
CVS: Please evaluate your changes and consider the following.
CVS: Abort checkin if you answer no.
CVS: => For all changes:
CVS: Do the changed files compile?
CVS: Has the change been tested?
CVS: => If you are not completely familiar with the changed components:
CVS: Has the change been posted for review?
CVS: Have you allowed enough time for feedback?
CVS: => If the change is major:
CVS: => If the change adds files to, or removes files from $DESTDIR:
CVS: => If you are changing a library or kernel interface:
CVS: Have you successfully run "./build.sh release"?
2019-09-12 00:56:05 +00:00
bad
03c90d02ab Summary: add grep and stat.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
CVS:
CVS: Please evaluate your changes and consider the following.
CVS: Abort checkin if you answer no.
CVS: => For all changes:
CVS: Do the changed files compile?
CVS: Has the change been tested?
CVS: => If you are not completely familiar with the changed components:
CVS: Has the change been posted for review?
CVS: Have you allowed enough time for feedback?
CVS: => If the change is major:
CVS: => If the change adds files to, or removes files from $DESTDIR:
CVS: => If you are changing a library or kernel interface:
CVS: Have you successfully run "./build.sh release"?
2019-09-12 00:17:03 +00:00
bad
dd3d5d3fbe add src/external/public-domain/xz. 2019-09-11 22:30:16 +00:00
bad
6605f04590 npfctl needs externalbsd/libnv. 2019-02-17 23:50:53 +00:00
ryo
fe33aa2786 Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
2018-04-01 04:35:01 +00:00
justin
d17e40e2f5 Add uname to rump sources 2015-07-07 12:40:13 +00:00
pooka
dda5ec9669 add brconfig to userland utils 2015-06-29 08:40:52 +00:00
pooka
fb308390f9 add mixerctl to userland utils 2015-06-15 11:20:18 +00:00
pooka
a240365213 Add libkvm to list of userspace libraries.
Even though kvm per se isn't support by rump kernels at least for now,
libkvm contains methods such as kvm_getproc2() which can be necessary for
compiling existing applications with kvm awareness as rumprun unikernels.
2015-04-25 08:48:06 +00:00
pooka
46b4bd4192 include sockstat in list of utilities 2015-04-17 13:04:19 +00:00
justin
7b6e31cdaa Add risc-v to checked out rump architectures 2015-03-07 22:00:07 +00:00
pooka
16ea0ea222 add libc++ 2015-02-13 00:31:42 +00:00
justin
01c483dd39 Add rtadvd to rump user sources 2015-02-08 20:22:01 +00:00
justin
0d02d6e5ad Add fdisk to rump listsrcdirs 2014-12-24 21:21:18 +00:00
justin
86336f8d9d Add mdconfig to rump listsrcdirs 2014-12-23 13:23:47 +00:00
pooka
1572824f8c include lib/i18n_module in user sources
It's used by the libc build to determine the citrus module version,
so including it will give us consistent results both with a full
NetBSD checkout and a rumprun things only checkout.
2014-12-10 16:54:58 +00:00
pooka
5121db8ab2 Add genassym
It's not reeeaaallly required currently, but libc build for some archs
(e.g. arm) wants to run it, and genassym is small enough for it to be
simplest to just include it.
2014-12-05 01:49:51 +00:00
justin
88f8b8fb5f Add libelf to rump directories 2014-10-29 21:16:06 +00:00
pooka
28b6ad5803 Perform internal consistency check automatically. 2014-10-29 19:59:32 +00:00
justin
539cfda85b Revert, zfs was already elsewhere in list 2014-10-29 19:35:29 +00:00
justin
d924940d40 Add zfs files to rump userspace sources 2014-10-29 17:36:07 +00:00
justin
a1754a3d77 Add aarch64 to rump srcdirs 2014-08-11 22:13:56 +00:00
pooka
6af5cda4c9 Make the file system utility list consistent between fsck, mount and newfs.
For now, include ext2, ffs and msdosfs (and as a "special case", mount_tmpfs).
2014-07-09 12:20:32 +00:00
pooka
11d88b3d02 split "sys" further into "sys" and "posix", per comments from justin 2014-07-09 12:14:47 +00:00
pooka
b82b9c8f7f In addition to kernel/tools sources, include another selection of sources
useful for running application stacks on rump kernels.
2014-07-08 14:30:21 +00:00
pooka
bb567b2891 Add cat, rpcgen and stat to TOOLS_BUILDRUMP. They're useful for
installing headers for the app stack cases that need it done, and small
enough to not matter for the kernel-only cases that don't.
2014-06-15 14:36:57 +00:00
pooka
0c98ef9a00 +rump_wmd 2014-02-24 19:22:14 +00:00
pooka
6971bddad3 include shmif_dumpbus 2013-12-20 10:13:24 +00:00
pooka
08030c27cb Add MIPS. Requested by Justin Cormack. 2013-10-29 16:19:28 +00:00
pooka
f04b573a14 Maintain arch list in a separate variable.
no functional change
2013-10-29 16:18:42 +00:00
pooka
fa25181c5c Pull in all of sys/dev (i.e. don't skip pci/ and microcode/). 2013-09-19 16:16:03 +00:00
pooka
6a483aa182 +rump_server 2013-09-10 17:08:57 +00:00
pooka
6bf92a7490 building ARM rump kernels now requires sys/arch/arm/arm32 2013-08-12 10:25:05 +00:00
pooka
19cb1115a0 Include powerpc+evbpcc. Allows the buildrump.sh checkout to work on
powerpc machines.  Tested on Linux/ppc64 by Justin Cormack.
2013-08-11 09:10:47 +00:00
pooka
08699b4b40 Include Makefiles under sys/arch.
This makes it easy to install the set of kernel headers that were used
by buildrump.sh.  Requested by Justin Cormack for ljsyscall (Lua interface
definitions).
2013-07-30 09:29:34 +00:00
pooka
ea6c5ef319 add librumphijack to the list 2013-03-18 15:55:43 +00:00
pooka
eacf5f75c5 Add -c, which produces cvs syntax output for the necessary subset
of src/sys.
2013-03-10 14:15:54 +00:00
pooka
dbf909e4a9 Avoid dependency on curlybrace expansion. 2013-03-10 09:18:50 +00:00
pooka
40cc713320 Move the list of source directories required by TOOLS_BUILDRUMP=yes from
the buildrump.sh repo to here.  While I don't expect the list to change
often, it's a function of the NetBSD source tree -r/-D and therefore
easier to maintain here.
2013-02-13 18:45:20 +00:00