* Corrected some code that caused klogd to dump core when receiving some
special messages from 2.1.78. Thanks to Chu-yeon Park
<kokids@doit.ajou.ac.kr> for informing me.
* Fixed bug that caused klogd to die if there is no System.map
available.
* Added -x switch to omit EIP translation and System.map evaluation.
Thanks to Florian La Roche <florian@knorke.saar.de>.
* Fixed small bugs in F_FORW_UNKN meachanism. Thanks to Torsten Neumann
<torsten@londo.rhein-main.de> for pointing me to it.
* Fixed problem with klogd not being able to be built on a kernel newer
than 2.1.18. Worked in a patch from Alessandro Suardi <asuardi@uninetcom.it>
This commit is contained in:
4
klogd.8
4
klogd.8
@@ -26,6 +26,7 @@ klogd \- kernel log daemon.
|
||||
.I fname
|
||||
]
|
||||
.RB [ " \-v " ]
|
||||
.RB [ " \-x " ]
|
||||
.LP
|
||||
.SH DESCRIPTION
|
||||
.B klogd
|
||||
@@ -76,6 +77,9 @@ Use the specified file as the source of kernel symbol information.
|
||||
.TP
|
||||
.B "\-v"
|
||||
Print version and exit.
|
||||
.TP
|
||||
.B "\-x"
|
||||
Omits EIP translation and there doesn't read the System.map.
|
||||
.LP
|
||||
.SH OVERVIEW
|
||||
The functionality of klogd has been typically incorporated into other
|
||||
|
||||
Reference in New Issue
Block a user