Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adapt log buffer code to support Linux 2.6 | Igor Lisitsin | 2007-06-22 | -1/+25 |
| | | | | | | | | | A new environment variable, "logversion", selects the log buffer behaviour. If it is not set or set to a value other than 2, then the old, Linux 2.4.4, behaviour is selected. Signed-off-by: Igor Lisitsin <igor@emcraft.com> -- | |||
* | * Improve log buffer code; use "loglevel" to decide which messages | wdenk | 2002-12-08 | -1/+7 |
| | | | | to log on the console, too (like in Linux); get rid of "logstart" | |||
* | * Add support for log buffer which can be passed to Linux kernel's | wdenk | 2002-11-05 | -0/+36 |
syslog mechanism; used especially for POST results. * Patch by Klaus Heydeck, 31 Oct 2002: Add initial support for kup4k board |