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
/
fsdb
/
at
fan
5 files
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
fsdb.8
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
6 years ago
fsdb.c
fix use after free in debug path ok jan@ miod@
3 years ago
fsdb.h
Delete extern declarations for variables that don't exist (anymore?)
11 years ago
fsdbutil.c
dev_t is signed to permit passing -1 as an invalid condition, but the decomposition into major and minor is unsigned, so we should print them with %u instead of %d. ok guenther
7 years ago