]> git.ipfire.org Git - thirdparty/pciutils.git/commit - ChangeLog
Rewrote the pread/pwrite things once again. Use pread and pwrite only when we
authorMartin Mares <mj@ucw.cz>
Tue, 20 Jul 1999 12:13:38 +0000 (12:13 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:11 +0000 (14:10 +0200)
commitbc6346df8d89ece4814be7dff951ec1a7d259938
tree57e842ef1f8b8ecce4d65576221012d3223ead96
parent1ca42433d38003a9abacfb1807ee52d5f058df40
Rewrote the pread/pwrite things once again. Use pread and pwrite only when we
are certain it's safe (i.e., glibc 2.1 on all architectures or any libc on a
i386 where we really know how to use syscalls directly). In all other cases,
emulate it with lseek/read/write.
ChangeLog
Makefile
lib/pci.h
lib/proc.c