Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/lib/librumpuser
Module Name: src
Committed By: martin
Date: Wed Sep 11 16:09:32 UTC 2024
Modified Files:
src/lib/librumpuser [netbsd-10]: rumpuser_daemonize.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #824):
lib/librumpuser/rumpuser_daemonize.c: revision 1.9
lib/librumpuser/rumpuser_daemonize.c: revision 1.10
rumpuser(3): New RUMP_STDOUT, RUMP_STDERR environment variables.
If set, then when rump daemonizes, it opens the path in RUMP_STDOUT
and redirects fd 1 to that (which mostly gets the kernel console
output), and opens the path in RUMP_STDERR and redirects fd 2 to that
(no idea what this gets but it's probably good to record if it ever
gets anything).
This will allow tests that rely on rump_server daemons to stash the
output for diagnostics in case, e.g., the rump kernel crashes.
PR bin/58112
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.26.1 src/lib/librumpuser/rumpuser_daemonize.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index