bde ff6b6a564b 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
..
1997-04-03 06:08:28 +00:00
1998-01-12 18:29:02 +00:00
1998-01-16 13:41:28 +00:00
1997-02-22 15:12:41 +00:00
1997-07-13 14:26:00 +00:00
1997-04-13 01:16:58 +00:00
1997-02-22 15:12:41 +00:00
1997-04-13 01:16:58 +00:00
1997-11-27 20:52:28 +00:00
1997-02-22 15:12:41 +00:00
1997-10-22 23:12:27 +00:00
1997-09-25 23:24:35 +00:00
1997-02-22 15:12:41 +00:00
1998-01-15 23:28:18 +00:00