History log of /dflybsd-src/test/vkernel/Makefile (Results 1 – 25 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1
# fc3c0f63 15-Feb-2020 Sascha Wildner <saw@online.de>

Stop passing "-s labels" to vnconfig(4).

The option is deprecated and has no effect.


Revision tags: v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# 661515fb 04-Dec-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Add hammer2 support

- Fix fstab and loader.conf settings.


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1
# b47d9d6f 30-Mar-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Add MAKE_JOBS


Revision tags: v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0
# dd7331fe 20-Jun-2015 Sascha Wildner <saw@online.de>

i386 removal, part 2/x: Remove i386 specific kernel config files.

Which are: GENERIC, LINT, SOEKRIS, VKERNEL


Revision tags: v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2
# e40bbe15 28-Dec-2014 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - Add 'fsck' target to build

* Add an fsck target to the /usr/src/test/vkernel Makefile. This will
fsck the rootfs image.


Revision tags: v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0
# 2ca90112 12-Nov-2013 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - Minor adjustments to test/vkernel

* Minor adjustments to the Makefile


Revision tags: v3.7.1, v3.6.0rc
# a6a0267c 05-Sep-2013 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Fix build.


# afd53cd6 03-Sep-2013 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Allow using HAMMER filesystem as vkernel root.


# c427fd15 30-Aug-2013 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Additions to leaf target

* Add nameservers to resolv.conf


Revision tags: v3.4.3
# 086a8efc 16-Aug-2013 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - Module loading for vkernel64

* Fix a missing vm_object_drop() in the kldload error path.

* Load modules using sbrk()'d memory (for now).

* Hack rtld to accept a new environment variable,

vkernel - Module loading for vkernel64

* Fix a missing vm_object_drop() in the kldload error path.

* Load modules using sbrk()'d memory (for now).

* Hack rtld to accept a new environment variable, LD_SHAREDLIB_BASE,
which forces shared libraries to be mmap()'d at the specified address.

* Hack the vkernel64 binary to re-exec itself in order to set
LD_SHAREDLIB_BASE to low memory. This forces shared libraries into
low memory which the KLD module loader can relocate against, instead
of high memory which it can't.

* test/vkernel/Makefile now builds and installs modules by default

With-fixes-from: tuxillo

show more ...


Revision tags: v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2
# b3badcb0 28-Oct-2012 John Marino <draco@marino.st>

Random makefile cleanup prior to bmake import

Bmake does not like to encounter "exit 0" or "exit 1". It fails using the
exec command. Replace instances of "exit 1" with /usr/bin/false. There
was

Random makefile cleanup prior to bmake import

Bmake does not like to encounter "exit 0" or "exit 1". It fails using the
exec command. Replace instances of "exit 1" with /usr/bin/false. There
was one instance of "exit 0" but it was at the end the target and thus
unnecessary.

The groff/tmac makefile was improved by providing a cd command for
every installed file.

Finally, one of the test makefiles was missing a single quote in one of
the targets.

show more ...


Revision tags: v3.2.1
# 5ad623e7 13-Oct-2012 Matthew Dillon <dillon@apollo.backplane.com>

Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2


# e7cba7ea 13-Oct-2012 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - Adjust parameters for vkernel test build

* Increase root partition from 512M to 2G to accomodate DEBUG_FLAGS=-g
kernels.

* Increase default memory from 128M to 256M

* Create the /var/v

vkernel - Adjust parameters for vkernel test build

* Increase root partition from 512M to 2G to accomodate DEBUG_FLAGS=-g
kernels.

* Increase default memory from 128M to 256M

* Create the /var/vkernel directory if necessary.

show more ...


Revision tags: v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


# 5b3a7ef3 10-Nov-2011 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - Add leaf customization target

* Add a convenience target


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0
# 227ebb69 07-Aug-2009 Matthew Dillon <dillon@apollo.backplane.com>

vkernel build suite - change -I network from /dev/vknet to /var/run/vknet


Revision tags: v2.3.2
# 5a4a2d7b 07-Jul-2009 Matthew Dillon <dillon@apollo.backplane.com>

VKERNEL - vkernel test build, build SMP

* Vkernel is built SMP by default, set default number of cpus to 2.

* Provide environment or make variable overrides for NCPUS and PHYSMEM.

* Change network

VKERNEL - vkernel test build, build SMP

* Vkernel is built SMP by default, set default number of cpus to 2.

* Provide environment or make variable overrides for NCPUS and PHYSMEM.

* Change network default to /dev/vknet (for use w/ DHCP) instead of
hardwiring 10.3.1.1.

show more ...


# 2a2493da 08-Jun-2009 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

Merge branch 'master' of /home/aggelos/devel/dfly/dfly.git/


# 2a7d6ab4 21-May-2009 Jordan Gordeev <jgordeev@dir.bg>

Merge branch 'master' into amd64


# daa7f6a5 20-May-2009 Matthew Dillon <dillon@apollo.backplane.com>

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly


# a5674e2a 19-May-2009 Sepherosa Ziehau <sephe@dragonflybsd.org>

vkernel, not qemu


# 58fa5cdf 15-May-2009 Matthew Dillon <dillon@apollo.backplane.com>

Add a vkernel test environment build

Create a vkernel test environment build directory in /usr/src/test/vkernel
with a Makefile which does all the dirty work required to build a vkernel
environment.


# 05b2f51c 24-Mar-2011 Matthew Dillon <dillon@apollo.backplane.com>

vkernel - test/vkernel 'scratch' target missing root build

* Add the 'root' target to the 'scratch' target at the appropriate
place, it was missing.


# 2443e96e 07-Feb-2011 Justin C. Sherrill <justin@leaf.dragonflybsd.org>

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

Conflicts:
UPDATING


# 2f4159e1 14-Oct-2010 Antonio Huete Jimenez <tuxillo@quantumachine.net>

test/vkernel - Include ROOTSIZE environment variable in Makefile's help


12