freebsd-src/sbin/dmesg
Ian Dowse ccdb237094 Further simplify the code for printing the message buffer:
- Ensure that the buffer ends with "\n\0" to avoid special cases
   and allow the use of strtol().
 - Use strvisx() on each complete line instead of character by
   character.

Submitted by:	bde
MFC after:	1 week
2004-02-08 23:08:53 +00:00
..
dmesg.8 s/filesystem/file system/g as discussed on -developers 2002-08-21 18:11:48 +00:00
dmesg.c Further simplify the code for printing the message buffer: 2004-02-08 23:08:53 +00:00
Makefile These are WARNS=2 clean, try to keep them that way. 2003-02-23 13:25:02 +00:00