NetBSD/sbin/fsck_lfs
perseant 7700866e01 Remove the free list ordering/disordering code, since the kernel now keeps
the list in order (ordering it on mount).

Regularize error messages: these are now all in ALL CAPS, with all hex
numbers (not reported in caps) prefixed by 0x.  (The non-fsck-specific
messages are an exception to this all-caps rule.)
2006-04-17 19:05:16 +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 Check for allocation failures in malloc, calloc, realloc, asprintf, and 2006-03-17 15:53:46 +00:00
bufcache.h Fail gracefully if we are asked to expand the buffer cache hash table size 2005-05-20 18:59:36 +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 Quote a word that would otherwise be interpreted as macro; 2005-04-14 21:29:29 +00:00
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 Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
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 Check for allocation failures in malloc, calloc, realloc, asprintf, and 2006-03-17 15:53:46 +00:00
segwrite.h
setup.c Remove the free list ordering/disordering code, since the kernel now keeps 2006-04-17 19:05:16 +00:00
utilities.c Don't update the superblock if we were run with -n, regardless of whether 2006-04-13 19:50:10 +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 Be more efficient with the hash tables for the buffer and vnode caches. 2005-04-11 23:19:24 +00:00