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 Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages. 1997-08-17 17:42:59 +00:00
kvm_file.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
kvm_geterr.3 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
kvm_getfiles.3 Sort cross references. 1997-01-20 23:23:22 +00:00
kvm_getloadavg.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
kvm_getloadavg.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
kvm_getprocs.3 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
kvm_hp300.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
kvm_i386.c Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages. 1997-08-17 17:42:59 +00:00
kvm_mips.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
kvm_nlist.3 Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
kvm_open.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:10:05 +00:00
kvm_private.h Updates to read the extra indirection in ps_strings. Note that any 1995-12-09 04:42:51 +00:00
kvm_proc.c Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All 1998-01-16 16:45:05 +00:00
kvm_read.3 Fixed #include and/or prototype bugs in synopsis. 1997-04-13 14:10:05 +00:00
kvm_sparc.c Remove trailing whitespace. 1995-05-30 05:51:47 +00:00
kvm.3 Another round of spelling fixes. 1996-01-30 18:13:11 +00:00
kvm.c kvm_malloc: 1996-11-11 08:28:47 +00:00
kvm.h Comment out declaration of kvm_uread until it can be fixed correctly. 1995-03-20 16:35:11 +00:00
Makefile -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. 1997-08-26 14:13:02 +00:00