History log of /dragonfly/etc/rc.d/vkernel (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ce083385 27-Feb-2024 Aaron LI <aly@aaronly.me>

rc.d: Clean up and tweak dependencies

- Don't use real entries in the dummy scripts; instead, use the dummy
entries in the real rc scripts. This makes the dummy entries clean.

- Use dummy entrie

rc.d: Clean up and tweak dependencies

- Don't use real entries in the dummy scripts; instead, use the dummy
entries in the real rc scripts. This makes the dummy entries clean.

- Use dummy entries instead of one/multiple real entries (such as 'root')
wherever appropriate.

- Use 'REQUIRE' instead of 'BEFORE' wherever appropriate, which makes it
clearer to understand.

- Simplify and clean up various dependencies; remove unnecessary
requires.

- Tweak dependencies of some scripts to make the startup order more
sensible. For example, make 'hostname' and 'ip6addrctl' run a bit
later, after 'FILESYSTEMS' but before 'NETWORKING'.

Referred to FreeBSD for some changes.

show more ...


# e54c8dc8 27-Feb-2024 Aaron LI <aly@aaronly.me>

rc.d: Various style and whitespace cleanups

No functional changes.


Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.2.0, 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, 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, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 4ade232d 01-Mar-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

rc.d - Add an option to specify memimg file for vkernels

- This option defaults to /var/vkernel/memimg.xxxxxx when not specified
and it tries to provide a memimg file automatically even when non-p

rc.d - Add an option to specify memimg file for vkernels

- This option defaults to /var/vkernel/memimg.xxxxxx when not specified
and it tries to provide a memimg file automatically even when non-privileged
users run vkernels.

- The default directory for memimg files (/var/vkernel) is created if it doesn't
exist and set to 1777 mode.

show more ...


# 32733d8d 24-Feb-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

rc.d - Allow vkernel to run as non-root


# 2b1d5679 24-Feb-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

rc.d - Follow up previous commit

- unset all variables that could be potentially reused
- Use lowercase in a warn message


# e9597fea 24-Feb-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

rc.d - Make sure rootimgs are empty for every vkernel


Revision tags: 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, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, 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, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, 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.


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
# ef42da70 18-Oct-2010 Sascha Wildner <saw@online.de>

Fix a typo in the vkernel rc script.

Submitted-by: Rumko


Revision tags: v2.8.0, v2.9.0
# db511d28 10-Oct-2010 Rumko <rumcic@gmail.com>

rc.d/vkernel: pidfile related enhancements

Fix a typo when checking for the pid file when starting a vkernel.
Better checking if the vkernel being started is already running.


# 7c53feed 10-Oct-2010 Rumko <rumcic@gmail.com>

rc.d: completely stop the vkernels

When stopping the vkernel, after a set timeout if the vkernel is still
alive, send a SIGKILL.
Also redirect STDIN when starting the vkernels.


# 2214b591 10-Oct-2010 Rumko <rumcic@gmail.com>

vkernel: rc improvements

Add a vkernel_bin var that contains the default path to the binary,
for all the vkernels without a vkernel specific entry.
Also the root image is no longer required (diskles

vkernel: rc improvements

Add a vkernel_bin var that contains the default path to the binary,
for all the vkernels without a vkernel specific entry.
Also the root image is no longer required (diskless vkernels have no
use for a root image).
And when stopping a vkernel a pidfile is required so we don't kill
innocent bystanders.

show more ...


Revision tags: v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1
# 2feb07f7 08-Apr-2010 Sascha Wildner <saw@online.de>

Add an rc script for starting vkernels upon boot.

I'm committing this for now since it works OK here and seems to be a
good thing.

Should anyone come up with better ideas for connecting to the vker

Add an rc script for starting vkernels upon boot.

I'm committing this for now since it works OK here and seems to be a
good thing.

Should anyone come up with better ideas for connecting to the vkernels'
consoles (as suggested by Matt and Nuno), that can go in later.

Dragonfly-bug: <http://bugs.dragonflybsd.org/issue697>

show more ...