#
58548 |
| 08-Mar-1993 |
bostic |
rename va_cflags -> va_vaflags |
#
58505 |
| 05-Mar-1993 |
bostic |
make utime(NULL) work for POSIX 1003.1 compatibility |
#
57793 |
| 02-Feb-1993 |
mckusick |
vinvalbuf takes two more parameters |
#
57047 |
| 09-Dec-1992 |
mckusick |
changes for allowing downgrade from RW to RO; reload root after fsck |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
56458 |
| 07-Oct-1992 |
margo |
Pass flag argument to vinvalbuf. |
#
56352 |
| 29-Sep-1992 |
mckusick |
ufs_bufstats becomes vfs_bufstats |
#
56339 |
| 24-Sep-1992 |
mckusick |
fix for LITTLE_ENDIAN code |
#
55451 |
| 20-Jul-1992 |
pendry |
added union mounts |
#
55009 |
| 12-Jul-1992 |
mckusick |
one more try at getting ogetdirentries right for LITTLE_ENDIAN |
#
54969 |
| 11-Jul-1992 |
mckusick |
fix LITTLE_ENDIAN code in ogetdirentries; getdirentries returns a long offset, not quad offset |
#
54916 |
| 10-Jul-1992 |
torek |
ANSIfy syscall args |
#
54863 |
| 09-Jul-1992 |
torek |
cleanup declaration of parameters; note required padding to align quad arguments to __lseek, __truncate, and __ftruncate |
#
54723 |
| 06-Jul-1992 |
mckusick |
fix bug in dupfdopen call to pass correct descriptor |
#
54643 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
54620 |
| 02-Jul-1992 |
mckusick |
add ogetdirentries |
#
54441 |
| 25-Jun-1992 |
mckusick |
new parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and VOP_READDIR |
#
54348 |
| 23-Jun-1992 |
mckusick |
merge in changes for Sparc |
#
54172 |
| 20-Jun-1992 |
mckusick |
zero out mount structure after allocation |
#
54100 |
| 19-Jun-1992 |
mckusick |
timeval => timespec in vattr and dinode |
#
53828 |
| 03-Jun-1992 |
pendry |
open now handles ENXIO in the same way as ENODEV. open ensures that dupfd is only negative during the call to vn_open. cross-device link and rename checks are now done in the vfs layer. |
#
53759 |
| 31-May-1992 |
mckusick |
qseek => __lseek; stat => ostat; qstat => stat; lstat => olstat; lqstat => lstat; qtruncate => __truncate; fqtruncate => __ftruncate |
#
53548 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53468 |
| 13-May-1992 |
mckusick |
add qseek, qstat, qlstat, qtruncate for 64-bit file sizes, 32-bit uid, gid, and dev's |
#
52821 |
| 03-Mar-1992 |
mckusick |
must have directory vnode as first op |