NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58112 CVS commit: src/lib/librumpuser



The following reply was made to PR bin/58112; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58112 CVS commit: src/lib/librumpuser
Date: Thu, 4 Apr 2024 17:27:23 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Apr  4 17:27:23 UTC 2024
 
 Modified Files:
 	src/lib/librumpuser: rumpuser_daemonize.c
 
 Log Message:
 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.8 -r1.9 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