mycroft
|
21edb9924e
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
pk
|
e7356e6993
|
Use proc pointer passed in uio rather then curproc for credentials (should
perhaps be done for b_proc also).
|
1993-12-16 16:28:43 +00:00 |
pk
|
644f409712
|
Properly initialize the credentials fields in the buffer used in physio().
Actually use the credentials of `curproc' when doing IO (among other things,
this allows us to read /dev/drum when swapping on an NFS mounted file).
|
1993-12-07 23:46:13 +00:00 |
cgd
|
76dbc1192b
|
new specfs.h and fifo.h locations
|
1993-11-12 05:54:12 +00:00 |
cgd
|
98bb5ccd73
|
if mincnt returns 0 (i.e. off end of disk, or something), punt.
|
1993-07-08 10:53:40 +00:00 |
cgd
|
0ffdd71a7e
|
mark the buffer busy immediately when we acquire it,
also, sleep at a slightly higher priority (so says mw...)
|
1993-07-08 10:29:26 +00:00 |
andrew
|
0e6cb953ea
|
ANSIfications - removed all implicit function return types and argument
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
1993-06-27 06:01:27 +00:00 |
mycroft
|
0ee0a87c29
|
Fix uninitialized variable.
|
1993-06-24 21:34:54 +00:00 |
cgd
|
b2285d45d0
|
special case raw disk handling return values
|
1993-06-22 05:19:14 +00:00 |
cgd
|
0dde03704d
|
use/add new physio...
|
1993-06-16 22:06:33 +00:00 |