freebsd-src/lib/libkvm
Poul-Henning Kamp f3732fd15b Second half of the dev_t cleanup.
The big lines are:
	NODEV -> NULL
	NOUDEV -> NODEV
	udev_t -> dev_t
	udev2dev() -> findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
2004-06-17 17:16:53 +00:00
..
kvm.3 Document that libkvm also uses /dev/kmem, to access KVM. 2004-03-26 08:03:53 +00:00
kvm.c Avoid assignments to cast expressions. 2004-06-08 13:08:19 +00:00
kvm.h Fixed some style bugs in the removal of __P(()). Blind removal of 2003-10-13 04:44:55 +00:00
kvm_alpha.c
kvm_amd64.c Implement crashdump decoding for AMD64 as well, now that I have finally 2004-05-19 18:24:13 +00:00
kvm_arm.c Import libkvm MD file for arm. 2004-05-14 12:24:03 +00:00
kvm_file.c
kvm_geterr.3
kvm_getfiles.3
kvm_getloadavg.3
kvm_getloadavg.c
kvm_getprocs.3 Update man page to reflect additional flag to allow selection of threads. 2004-02-22 18:12:56 +00:00
kvm_getswapinfo.3
kvm_getswapinfo.c
kvm_i386.c
kvm_ia64.c
kvm_nlist.3
kvm_open.3 Document that kvm_open(3) also accepts "/dev/null" as a special 2004-03-26 08:05:39 +00:00
kvm_powerpc.c
kvm_private.h
kvm_proc.c Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
kvm_read.3
kvm_sparc.c
kvm_sparc64.c
Makefile