| Commit message (Expand) | Author | Age | Files | Lines |
* | pkgbase: Put ufs related tools and lib in their own package | Emmanuel Vadot | 2022-10-26 | 1 | -1/+1 |
* | Move the ability to search for alternate UFS superblocks from fsck_ffs(8) | Kirk McKusick | 2022-08-13 | 1 | -1/+1 |
* | Update fsdb(8) to reflect new structure of fsck_ffs(8). | Kirk McKusick | 2022-02-23 | 1 | -1/+1 |
* | ufs: Rework shortlink handling to avoid subobject overflows | Jessica Clarke | 2022-01-02 | 1 | -5/+2 |
* | Revert "fsdb: add missing bufinit() call" | Robert Wing | 2021-05-29 | 1 | -1/+0 |
* | fsdb: add missing bufinit() call | Chuck Silvers | 2021-05-25 | 1 | -0/+1 |
* | Rewrite the disk I/O management system in fsck_ffs(8). Other than | Kirk McKusick | 2021-01-07 | 2 | -43/+47 |
* | fsdb(8): Fix an issue reported by mandoc | Gordon Bergling | 2020-10-03 | 1 | -1/+1 |
* | The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, so | Kirk McKusick | 2020-09-19 | 2 | -2/+4 |
* | fsck_ffs/fsdb: fix -fno-common build | Kyle Evans | 2020-03-29 | 1 | -3/+0 |
* | After a crash, a file that extends into indirect blocks may end up | Kirk McKusick | 2019-02-25 | 1 | -0/+27 |
* | In preparation for adding inode check-hashes, change the fsck_ffs | Kirk McKusick | 2018-10-31 | 1 | -15/+15 |
* | When using the fsdb `blocks' command, replace the long and ugly list of | Kirk McKusick | 2018-04-08 | 2 | -127/+5 |
* | Revert r313780 (UFS_ prefix) | Ed Maste | 2018-03-17 | 2 | -29/+29 |
* | Prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2018-03-17 | 2 | -29/+29 |
* | Fix buildworld after r328075, by also renaming cgget to cglookup in | Dimitry Andric | 2018-01-17 | 1 | -1/+1 |
* | The fix in r327273 turns a memory leak into freeing wild pointer. | Xin LI | 2017-12-29 | 1 | -2/+4 |
* | Plug memory leak by freeing wantedblk{32,64}. | Warner Losh | 2017-12-28 | 1 | -0/+2 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 3 | -3/+9 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick | 2017-09-22 | 1 | -1/+1 |
* | sbin: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -2/+2 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 2 | -16/+16 |
* | Document which version of BSD first showed up in and add the version info | Sevan Janiyan | 2016-10-02 | 1 | -8/+9 |
* | Use nitems() from sys/param.h. | Marcelo Araujo | 2016-07-30 | 1 | -2/+2 |
* | Use NULL instead of 0 for pointers. | Marcelo Araujo | 2016-04-18 | 1 | -1/+1 |
* | Explicitly add more files to the 'runtime' package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -3/+3 |
| |\ |
|
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 2 | -6/+6 |
| |\ \ \ |
|
| * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -17/+22 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
* | | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Replace all uses of libncurses and libtermcap with their wide character | Brooks Davis | 2014-07-17 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Add globs.c to the build now that it's a separate file. | Scott Long | 2013-12-30 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Revert 248634 and 248643 (e.g., restoring 248625 and 248639). | Kirk McKusick | 2013-03-23 | 1 | -3/+4 |
* | | | Revert r248639 to fix build failure on head/ | Glen Barber | 2013-03-23 | 1 | -4/+3 |
* | | | Fix the build after addition of cylinder group cacheing (r248625) | Kirk McKusick | 2013-03-23 | 1 | -3/+4 |
* | | | Catch up with internal API changes for initbarea() and getdatablk() | Sergey Kandaurov | 2013-02-24 | 1 | -2/+2 |
* | | | Remove write only assignments and thus fix the build after struct bufarea | Sergey Kandaurov | 2013-02-15 | 1 | -1/+0 |
| |/
|/| |
|
* | | Fix sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 2 | -17/+22 |
|/ |
|
* | Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile, | Dimitry Andric | 2012-03-09 | 2 | -3/+1 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | Dimitry Andric | 2012-02-28 | 1 | -3/+1 |