#
69448 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget |
#
68158 |
| 09-Jan-1995 |
cgd |
strategy returns void, ioctl cmd is u_long |
#
67741 |
| 24-Aug-1994 |
mckusick |
return ENOTTY to keep disklabel happy (from cgd) |
#
66614 |
| 01-Apr-1994 |
hibler |
oops, forgot to update the Utah id |
#
66613 |
| 01-Apr-1994 |
hibler |
take advantage of contig block info returned from BMAP sigh...when will I learn, don't do IO to buffers on the stack! get rid of the "if 0"ed FSYNC call, it doesn't apply anymore anyway |
#
65266 |
| 30-Dec-1993 |
mckusick |
lint |
#
64902 |
| 16-Nov-1993 |
hibler |
b_un.b_addr -> b_data |
#
64661 |
| 27-Sep-1993 |
hibler |
return an error if file has a hole (VOP_BMAP returns blkno==-1) |
#
63145 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59342 |
| 27-Apr-1993 |
hibler |
add attach routine for Torek's autoconf code |
#
57301 |
| 27-Dec-1992 |
hibler |
init some needed buf fields |
#
56503 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
56453 |
| 07-Oct-1992 |
margo |
Add an argument to bmap. |
#
55159 |
| 13-Jul-1992 |
pendry |
bring up to date wrt vnode conventions |
#
53921 |
| 05-Jun-1992 |
hibler |
merge latest Utah hp300 code including 68040 support |
#
53517 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53487 |
| 13-May-1992 |
heideman |
minor syntax change before vnode interface conversion |
#
52761 |
| 29-Feb-1992 |
hibler |
sync with current vn_open interface |
#
51945 |
| 14-Dec-1991 |
mckusick |
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS) |
#
50115 |
| 21-Jun-1991 |
mckusick |
have to unlock after call to vn_open; use vn_close rather than vrele after vn_open |
#
49299 |
| 07-May-1991 |
hibler |
fd -> vn |
#
49131 |
| 04-May-1991 |
karels |
mark as broken |
#
45788 |
| 16-Dec-1990 |
bostic |
kernel reorg |
#
45485 |
| 04-Nov-1990 |
mckusick |
update from Mike Hibler |
#
41480 |
| 08-May-1990 |
mckusick |
merge in hp300 support from Utah |