tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
fsck_ffs
/
at
master
1 folder
15 files
SMM.doc
- syncs are done by a kernel thread, not update(8) - halting flushes the fs cache to disk, no need to run explicitly - other minor tweaks (grammar, punctuation, etc.)
21 years ago
Makefile
Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be able to operate with disklabel UIDs.
16 years ago
dir.c
dump/fsck_ffs: convert two function definitions to ansi, missed in previous passes some decades ago. Less noise from clang 15.
3 years ago
extern.h
Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) by passing a flag to setup().
9 years ago
fsck.h
shuffle externs (and definitions) around to satisfy -fno-common ok mortimer
5 years ago
fsck_ffs.8
man pages: add missing commas between subordinate and main clauses
4 years ago
inode.c
Both phase 1 and phase 5 need the cylinder group meta data, so save those in phase one to be used in phase 5, unless we're tight on memory. From FreeBSD; ok bket@
5 years ago
main.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
pass1.c
Both phase 1 and phase 5 need the cylinder group meta data, so save those in phase one to be used in phase 5, unless we're tight on memory. From FreeBSD; ok bket@
5 years ago
pass1b.c
With filesystem having many cylinder groups and many inodes per cg the ncg * ipg calcualtion can overflow if signed types are used. Move to uint32_t for the relevant values. Aligned with FreeBSD changes. Also make sure newfs refuses to create an fs with more that 2^32-1 inodes. ok millert@
5 years ago
pass2.c
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/param.h> if now possible ok guenther
11 years ago
pass3.c
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or delete <sys/param.h> if now possible ok guenther
11 years ago
pass4.c
With filesystem having many cylinder groups and many inodes per cg the ncg * ipg calcualtion can overflow if signed types are used. Move to uint32_t for the relevant values. Aligned with FreeBSD changes. Also make sure newfs refuses to create an fs with more that 2^32-1 inodes. ok millert@
5 years ago
pass5.c
Both phase 1 and phase 5 need the cylinder group meta data, so save those in phase one to be used in phase 5, unless we're tight on memory. From FreeBSD; ok bket@
5 years ago
setup.c
Nuke comment about not using d_sbsize.
3 years ago
utilities.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago