#
69553 |
| 19-May-1995 |
mckusick |
give marked clean message rather than modified if that is the only change |
#
69319 |
| 09-May-1995 |
mckusick |
check and act on the clean flag |
#
68992 |
| 28-Apr-1995 |
bostic |
prettiness police; From: Charles Hannum <mycroft@NetBSD.ORG> |
#
68908 |
| 27-Apr-1995 |
mckusick |
add function prototypes |
#
68548 |
| 21-Mar-1995 |
mckusick |
daddr_t => ufs_daddr_t |
#
61492 |
| 05-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61110 |
| 04-Jun-1993 |
bostic |
rename devname to cdevname, devname(3) now in the C library |
#
60638 |
| 31-May-1993 |
mckusick |
calculate lseek offset in 64-bit precision |
#
59877 |
| 10-May-1993 |
mckusick |
delete bogus lseek definition |
#
56809 |
| 15-Nov-1992 |
mckusick |
avoid core dumps and panics when interrupting fsck early |
#
54600 |
| 02-Jul-1992 |
mckusick |
print name of ROOTINO properly; don't write superblock if aborting conversion |
#
53703 |
| 27-May-1992 |
mckusick |
add <sys/time.h> for dinode.h |
#
51532 |
| 04-Nov-1991 |
bostic |
break FFS into UFS/FFS/LFS |
#
50572 |
| 26-Jul-1991 |
mckusick |
give as much of partial pathnames as possible |
#
44999 |
| 27-Jul-1990 |
mckusick |
check I/O size against requested I/O size for errors; avoid recursion in getpathname; handle IGNORE state |
#
44934 |
| 20-Jul-1990 |
mckusick |
lint (from Torek) |
#
42943 |
| 06-Jun-1990 |
mckusick |
add FIFO as file type |
#
42702 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
40649 |
| 27-Mar-1990 |
mckusick |
initialize inode and directory buffer pointers for each run |
#
40646 |
| 27-Mar-1990 |
mckusick |
use proper defined constant (from fuller@prisma.com) |
#
40019 |
| 07-Feb-1990 |
mckusick |
check correct variable; have to use slow but safe ginode when printing pathnames |
#
39980 |
| 01-Feb-1990 |
mckusick |
save block pointers of directories as they are encountered in pass1 so that they do not have to be reread when descending in pass2 |
#
39976 |
| 01-Feb-1990 |
mckusick |
convert to BSD only copyright |
#
39975 |
| 01-Feb-1990 |
mckusick |
eliminate last vestages of AT&T code |
#
39973 |
| 01-Feb-1990 |
mckusick |
lint and other aesthetic cleanups |