NetBSD/sbin/fsck_lfs
jnemeth 13eb323a11 Coverity CID 3447: Add extraneous checks to shut up Coverity. 2006-05-23 22:35:20 +00:00
..
Makefile Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
bufcache.c "struct ucred" should not be exposed to userland. Instead make it a "void *" 2006-04-19 15:52:58 +00:00
bufcache.h define dummy NOCRED by ourselves, rather than assuming that kernel headers 2006-05-03 15:04:51 +00:00
dir.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
extern.h constify 2005-06-27 02:48:28 +00:00
fsck.h constify 2005-06-27 02:48:28 +00:00
fsck_lfs.8
fsck_vars.h constify 2005-06-27 02:48:28 +00:00
inode.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
lfs.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
lfs_user.h rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
main.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
pass0.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
pass1.c Check for allocation failures in malloc, calloc, realloc, asprintf, and 2006-03-17 15:53:46 +00:00
pass2.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass3.c
pass4.c rename lfs.h to lfs_user.h so that it does not conflict. 2005-09-13 04:14:17 +00:00
pass5.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
pass6.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
segwrite.c Coverity CID 3447: Add extraneous checks to shut up Coverity. 2006-05-23 22:35:20 +00:00
segwrite.h
setup.c Avoid a core dump if ginode() returns NULL. Correct an error message 2006-04-28 00:07:54 +00:00
utilities.c Avoid a core dump if ginode() returns NULL. Correct an error message 2006-04-28 00:07:54 +00:00
vars.c constify 2005-06-27 02:48:28 +00:00
vnode.c Coverity CID 2551: Don't use LIST_FOREACH() if you are going to free the 2006-03-20 01:20:55 +00:00
vnode.h