index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsdb
/
Makefile
Age
Commit message (
Expand
)
Author
2023-06-03
bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
lukem
2021-04-15
vax vs gcc: fsdb.c loses. also build this with -O0.
mrg
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2019-10-28
inode.c needs -O0 for vax
christos
2016-03-23
-O0 for pass1.c and vax
christos
2015-04-15
remove various HAVE_GCC=45 fragments.
mrg
2013-11-09
vax specific gcc 4.8.1 hacks
christos
2013-11-09
put instruction generation bug for the vax for 4.8 too
christos
2012-08-10
Don't depend on HAVE_GCC being always defined.
joerg
2011-08-15
Remove redundant WARNS=4
dholland
2011-08-14
remove gcc-4.5 hacks.
christos
2011-07-03
apply some -O0 with gcc 4.5 and vax.
mrg
2011-06-22
apply some -Wno-error and/or -fno-strict-aliasing.
mrg
2011-06-20
remove most of the remaining HAVE_GCC tests that are always true in
mrg
2011-03-06
merge the bouyer-quota2 branch. This adds a new on-disk format
bouyer
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2009-06-06
Add proplib to list of libraries, ifx fsdb build after my getdiskinfo change.
haad
2009-04-11
Enable WARNS=4 by default except for:
lukem
2008-08-29
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...
gmcgarry
2008-07-31
Merge the simonb-wapbl branch. From the original branch commit:
simonb
2008-05-04
There is only one more file which requires HACKS for m68000,
tsutsui
2008-02-09
make all sun2 use -O0 and move most of the hacks out into just 3 files.
mrg
2006-08-27
need getdiskinfo.
christos
2006-06-24
work around some GCC4 internal problems on m68000 platform.
mrg
2006-05-11
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
mrg
2005-01-20
WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)
xtraeme
2005-01-19
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
xtraeme
2004-01-03
add -F option, similar to fsck/newfs/dumpfs
dbj
2002-09-28
Add support for the Apple UFS variation on ffs
dbj
2002-08-19
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
lukem
1999-01-15
#include machine/bswap.h and remove -lutil.
bouyer
1998-03-18
Add support for non-native byteorder FFS.
bouyer
1997-10-13
We don't need the -I. . Pointed out by enami tsugutomo.
veego
1997-10-11
Add the missing . for -I
veego
1997-10-10
CFLAGS->CPPFLAGS
christos
1997-05-08
Back out the .PATH.c changes. The .depend problem (and others)
gwr
1997-05-06
Use .PATH.c: ...
gwr
1996-10-11
Fix a couple of glitches:
thorpej
1996-09-28
Make this work after the fsck changes.
christos
1996-04-08
Add to DPADD for each library in LDADD; Reported by Mike Long <mike.long@anal...
jtc
1996-04-05
deal with the fact that fsck has moved
cgd
1995-10-08
FFS debugging/editing tool, from John Kohl.
thorpej