summaryrefslogtreecommitdiff
path: root/sbin/fsdb
AgeCommit message (Expand)Author
2021-05-29Add birthtime support and make time 64 bit.christos
2021-04-15vax vs gcc: fsdb.c loses. also build this with -O0.mrg
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-04-05Fix depenency on common symbols in sbin.joerg
2019-10-28inode.c needs -O0 for vaxchristos
2017-08-05Fix punctuation markup.wiz
2017-08-04add a "saveblks <file>" command that saves the data blocks of the currentmrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-07-28From Michael Plass:martin
2016-03-23-O0 for pass1.c and vaxchristos
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2014-03-03Correct usage of clri.blymn
2013-11-09vax specific gcc 4.8.1 hackschristos
2013-11-09put instruction generation bug for the vax for 4.8 toochristos
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-03-20Convert to C89 function definitionsmatt
2011-08-29Use __deadjoerg
2011-08-15Remove redundant WARNS=4dholland
2011-08-14remove gcc-4.5 hacks.christos
2011-07-03apply some -O0 with gcc 4.5 and vax.mrg
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-06-09fix compilation.christos
2011-06-09share more code.christos
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-06-06Add proplib to list of libraries, ifx fsdb build after my getdiskinfo change.haad
2009-04-11Enable WARNS=4 by default except for:lukem
2009-04-11fix sign-compare issueslukem
2008-12-29cast arguments for changed printf formatmlelstv
2008-12-28fix printf formats.christos
2008-08-30Add fss(4) snapshot support to fsck_ffs(8) (via -x or -X options, likebouyer
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-31Merge the simonb-wapbl branch. From the original branch commit:simonb
2008-07-08No need to print "0x0x" before a hex number, one "0x" should be enough.simonb
2008-05-04There is only one more file which requires HACKS for m68000,tsutsui
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-09make all sun2 use -O0 and move most of the hacks out into just 3 files.mrg
2007-03-10Remove unused ctype.hhubertf
2006-10-16c99 initializerchristos
2006-08-27need getdiskinfo.christos
2006-06-24work around some GCC4 internal problems on m68000 platform.mrg
2006-05-19Coverity CID 3656,3655: Plug memory leak.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-21Don't use cast expressions as lvalues as newer versions of gcc warn.skrll