fvdl
a905c40444
Changes for softdep code.
1999-11-15 19:18:24 +00:00
bouyer
9aaa32d9a7
Add support for non-native byteorder FFS, and converting byteorder.
...
Also, be a bit more conservative with the clean flag: don't mark the FS
clean when we know there may still be errors (user anserwed 'n' to
a question, or fsck says "you must rerun fsck").
1998-03-18 17:01:23 +00:00
lukem
af479c48b8
- don't indiscriminately include <stdlib.h> and <unistd.h> in "fsck.h"
...
- explicitly pull in <stdio.h>, <stdlib.h> and <unistd.h> in *.c as necessary
1997-09-20 06:16:23 +00:00
lukem
e111111128
resolve conflicts from lite-2 merge.
1997-09-16 16:44:43 +00:00
lukem
b1db038303
* cleanup for WARNS=1
...
* deprecate register
* cleanup manpage
* remove unused docheck() func
* prefix hex numbers with '0x'
* getopt returns -1 not EOF
1997-09-14 14:36:29 +00:00
mrg
b6daab9f37
lost+found directories are mode -1700
1997-04-21 11:34:37 +00:00
christos
c5d8ca200f
- util.h -> fsutil.h
1996-09-27 22:45:10 +00:00
christos
5528d37484
- fixed all printf formats [there were a lot of %l? <-> %? mistakes]
...
- added missing prototypes, and made local functions static
- removed parallel preening code; this is part of fsck(8)
- use printing utilities from fsck(8)
- Makefile does not make links to fsck and fsck.8
- removed -l maxparallel option. It has no meaning anymore.
1996-09-23 16:18:31 +00:00
mycroft
96dea9e6ca
Use a different tree-walking algorithm in propagate().
1996-06-11 07:07:52 +00:00
cgd
0114e805ce
convert to new RCS Id conventions; reduce my headache
1995-03-18 14:54:19 +00:00
mycroft
0826920c54
Mostly sync with CSRG.
1994-12-28 00:03:49 +00:00
cgd
5eeab43e28
more cleanups from Jim Jegers, passed over by me.
1994-12-05 20:15:31 +00:00
mycroft
195d1d6f4e
On a recursive call to fsck_readdir() through getpathname(), don't attempt to
...
fix a problem that's already being fixed.
1994-10-28 16:53:13 +00:00
mycroft
c10923f665
dircheck() shouldn't be looking at d_type or d_namlen in blank entries
...
*at all*. Not only is it wrong, but it causes a serious problem on
little-endian machines, since after -c2 conversion, d_type will often
be > 15.
1994-10-06 14:24:17 +00:00
mycroft
4922d725cf
Remove some more uses of obsolete functions.
1994-09-23 23:48:10 +00:00
mycroft
ea7b5d4ec6
Eliminate uses of some obsolete functions.
1994-09-23 14:26:58 +00:00
mycroft
815971855a
A correct fix for the byte order problem when reconnecting.
1994-09-20 23:31:39 +00:00
mycroft
1466993ef3
Fix oversight in last patch.
1994-07-29 02:31:50 +00:00
mycroft
08d1c5cc81
Fix byte-order problem with directory entry creation.
1994-07-28 00:25:17 +00:00
mycroft
ccfa3742b5
Update from 4.4-Lite, with local changes.
1994-06-08 18:57:30 +00:00
cgd
e82c231da3
need <sys/time.h>
1994-04-25 18:23:19 +00:00
mycroft
0af4689100
Patch from Bruce Evans to deal with file names with NULs in them.
1993-11-05 23:32:06 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
cgd
06be60083d
changed "Id" to "Header" for rcsids
1993-03-23 00:22:59 +00:00
cgd
346aa5dd48
added rcs ids to all files
1993-03-22 08:04:00 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00