Re: [PATCH] Pseudo-console for capture and redirection of console output

2010-04-14 Thread David VomLehn
Mike Frysinger wrote: On Mon, Apr 12, 2010 at 02:35, David VomLehn wrote: Provide functions for capturing console output for storage. The primary user is likely to be embedded systems that don't have the storage for core dumps but do have a need to log kernel panic information for later

[PATCH] Pseudo-console for capture and redirection of console output

2010-04-12 Thread David VomLehn
Provide functions for capturing console output for storage. The primary user is likely to be embedded systems that don't have the storage for core dumps but do have a need to log kernel panic information for later evaluation. It offers two main areas of functionality: o It can maintain a

Re: [PATCH] Pseudo-console for capture and redirection of console output

2010-04-12 Thread Mike Frysinger
On Mon, Apr 12, 2010 at 02:35, David VomLehn wrote: Provide functions for capturing console output for storage. The primary user is likely to be embedded systems that don't have the storage for core dumps but do have a need to log kernel panic information for later evaluation. It offers two

Re: [PATCH] Pseudo-console for capture and redirection of console output

2010-04-12 Thread Marco Stornelli
2010/4/12 David VomLehn dvoml...@cisco.com: Provide functions for capturing console output for storage. The primary user is likely to be embedded systems that don't have the storage for core dumps but do have a need to log kernel panic information for later evaluation. It offers two main areas