Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/23/1997 18:30:02
thorpej
Wed Jul 23 11:20:50 PDT 1997
Update of /cvsroot/src/usr.sbin/trsp
In directory netbsd1:/var/slash-tmp/cvs-serv16475

Modified Files:
	Makefile trsp.8 trsp.c 
Log Message:
- Rewrite this program to use libkvm, not grovel /dev/kmem manually.  Now
  works on crash dumps, as well as live kernels.
- Fix a few 64-bit bugs.
- Add prototypes.
- Fix compiler warnings.
- Fix potential bad pointer arithmetic interaction with sort comparison
  function.
- Build with WARNS.
- Update copyright.


thorpej
Wed Jul 23 11:22:16 PDT 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv16576

Modified Files:
	CHANGES 
Log Message:
Note that trsp(8) now uses libkvm.