This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sbin
/
fsck_ffs
History
christos
9fe740f63c
ndb is daddr_t which is 64 bits, by truncating it to j which is an int, it
...
can get negative causing segmentation faults. Check against this.
2005-12-05 23:59:43 +00:00
..
SMM.doc
…
dir.c
…
extern.h
…
fsck_ffs.8
…
fsck.h
…
inode.c
…
main.c
Apply the NFS exports list rototill patch:
2005-09-23 12:10:31 +00:00
Makefile
…
pass1.c
ndb is daddr_t which is 64 bits, by truncating it to j which is an int, it
2005-12-05 23:59:43 +00:00
pass1b.c
…
pass2.c
…
pass3.c
…
pass4.c
…
pass5.c
…
setup.c
…
utilities.c
…