Commit Graph

34 Commits

Author SHA1 Message Date
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