freebsd-dev/lib/libkvm
Bruce Evans d7fb4b13b9 Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All
are in kvm_uread():
- the setting of errno before checking it in the lseek() was lost.
- EOF handling was lost.  kvm_uread() retried forever on EOF.  EOF is
  not really an error, but report it one as in rev.1.2.
- reporting of errno after a read error was lost.

Fixed style bugs in rev.1.3 and rev.1.12.

Not fixed: errno is not reported after lseek() failures.
1998-01-16 16:45:05 +00:00
..
kvm_amd64.c
kvm_file.c
kvm_geterr.3
kvm_getfiles.3
kvm_getloadavg.3
kvm_getloadavg.c
kvm_getprocs.3
kvm_hp300.c
kvm_i386.c
kvm_mips.c
kvm_nlist.3
kvm_open.3
kvm_private.h
kvm_proc.c
kvm_read.3
kvm_sparc.c
kvm.3
kvm.c
kvm.h
Makefile