| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -1/+1 |
* | pkgbase: Put ufs related tools and lib in their own package | Emmanuel Vadot | 2022-10-26 | 1 | -1/+1 |
* | Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. | Kirk McKusick | 2022-07-31 | 1 | -4/+4 |
* | Filesystem utilities that modify the filesystem (growfs(8), tunefs(8), | Kirk McKusick | 2020-10-25 | 1 | -0/+6 |
* | fsirand(8): Just use arc4random(3) | Conrad Meyer | 2019-12-13 | 1 | -3/+1 |
* | Continuing efforts to provide hardening of FFS. This change adds a | Kirk McKusick | 2018-12-11 | 1 | -0/+1 |
* | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick | 2018-12-06 | 1 | -1/+1 |
* | In preparation for adding inode check-hashes, clean up and | Kirk McKusick | 2018-11-13 | 1 | -16/+17 |
* | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 2 | -82/+12 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 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/+18 |
|\ |
|
| * | 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 | -11/+0 |
| |\
| |/
|/| |
|
| * | Updated/new dependencies | Simon J. Gerraty | 2014-11-19 | 1 | -1/+0 |
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -2/+0 |
| |\ |
|
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | 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 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+20 |
* | | | | | Remove old ioctl use and support, once and for all. | Warner Losh | 2015-01-06 | 1 | -11/+0 |
| |_|_|/
|/| | | |
|
* | | | | fsirand does not actually use libutil | Baptiste Daroussin | 2014-11-05 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | use .Mt to mark up email addresses consistently (part1) | Baptiste Daroussin | 2014-06-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix sbin/ build with a 64-bit ino_t. | Matthew D Fleming | 2012-09-27 | 1 | -2/+2 |
|/ |
|
* | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | Ed Schouten | 2011-11-04 | 1 | -1/+1 |
* | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -2/+2 |
* | mdoc: make pages render with mandoc | Ulrich Spörlein | 2010-10-21 | 1 | -1/+1 |
* | fsirand(8): make WARNS=3 clean | Ulrich Spörlein | 2010-05-14 | 2 | -18/+23 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | Ulrich Spörlein | 2010-05-13 | 1 | -6/+6 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+3 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+2 |
* | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 1 | -1/+1 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -2/+1 |
* | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 2 | -12/+12 |
* | mdoc(7) police: Removed redundant .Ns calls. | Ruslan Ermilov | 2002-08-13 | 1 | -1/+1 |
* | The .Nm utility | Philippe Charnier | 2002-07-06 | 1 | -6/+8 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | Kirk McKusick | 2002-06-21 | 1 | -47/+70 |
* | o __P removal. | Warner Losh | 2002-03-21 | 1 | -8/+5 |
* | Default to WARNS=2. | David E. O'Brien | 2001-12-04 | 1 | -0/+1 |
* | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-18 | 1 | -0/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |