summaryrefslogtreecommitdiff
path: root/sbin/fsdb
AgeCommit message (Expand)Author
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-25Add quitclean command to fsdb(8) to request a filesystem not be marked dirty.Kirk McKusick
2023-07-25Have fsdb(8) only mark a filesystem dirty when it is modified.Kirk McKusick
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-18Add `chdb' command to fsdb(8) to set direct block numbers.Kirk McKusick
2023-03-29Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick
2022-10-26pkgbase: Put ufs related tools and lib in their own packageEmmanuel Vadot
2022-08-13Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick
2022-02-23Update fsdb(8) to reflect new structure of fsck_ffs(8).Kirk McKusick
2022-01-02ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke
2021-05-28Revert "fsdb: add missing bufinit() call"Robert Wing
2021-05-25fsdb: add missing bufinit() callChuck Silvers
2021-01-07Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick
2020-10-03fsdb(8): Fix an issue reported by mandocGordon Bergling
2020-09-19The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, soKirk McKusick
2020-03-29fsck_ffs/fsdb: fix -fno-common buildKyle Evans
2019-02-25After a crash, a file that extends into indirect blocks may end upKirk McKusick
2018-10-31In preparation for adding inode check-hashes, change the fsck_ffsKirk McKusick
2018-04-08When using the fsdb `blocks' command, replace the long and ugly list ofKirk McKusick
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2018-01-17Fix buildworld after r328075, by also renaming cgget to cglookup inDimitry Andric
2017-12-29The fix in r327273 turns a memory leak into freeing wild pointer.Xin LI
2017-12-28Plug memory leak by freeing wantedblk{32,64}.Warner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-22Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick
2017-03-04sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-10-02Document which version of BSD first showed up in and add the version infoSevan Janiyan
2016-07-30Use nitems() from sys/param.h.Marcelo Araujo
2016-04-18Use NULL instead of 0 for pointers.Marcelo Araujo
2016-02-09Explicitly add more files to the 'runtime' package.Glen Barber
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert sbin/ to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-17Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2013-12-30Add globs.c to the build now that it's a separate file.Scott Long
2013-04-12sync from headSimon J. Gerraty
2013-03-23Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick
2013-03-23Revert r248639 to fix build failure on head/Glen Barber