| Commit message (Expand) | Author | Age | Files | Lines |
| * | Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 | Kirk McKusick | 2025-02-06 | 1 | -11/+11 |
| * | makefs: warn that ffs sectorsize other than 512 may not work | Ed Maste | 2024-03-22 | 1 | -0/+3 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | makefs: call brelse from bread | Ed Maste | 2023-04-16 | 1 | -1/+0 |
| * | makefs: do not pass mode to open() call lacking O_CREAT | Ed Maste | 2023-03-30 | 1 | -1/+1 |
| * | makefs: whitespace cleanup (remove space before tab) | Ed Maste | 2022-09-20 | 1 | -2/+2 |
| * | makefs: fix calculation of file sizes | Alan Somers | 2022-05-16 | 1 | -20/+30 |
| * | makefs: Fix warnings and reset WARNS to the default | Mark Johnston | 2022-05-10 | 1 | -1/+1 |
| * | ufs: Rework shortlink handling to avoid subobject overflows | Jessica Clarke | 2022-01-02 | 1 | -2/+2 |
| * | Allocate extra inodes in makefs when leaving free space in UFS images. | Nathan Whitehorn | 2021-04-06 | 1 | -1/+7 |
| * | Remove #define _KERNEL hacks from libprocstat | Konstantin Belousov | 2021-02-21 | 1 | -7/+7 |
| * | makefs: Also set UFS di_birthtime when building on Linux | Alex Richardson | 2019-11-15 | 1 | -2/+9 |
| * | Improve error handling: bail out if one of the files scheduled | Maxim Sobolev | 2019-02-25 | 1 | -4/+1 |
| * | makefs: use FreeBSD brelse function signature | Ed Maste | 2018-07-26 | 1 | -1/+1 |
| * | makefs: sync fragment and block size with newfs | Ed Maste | 2018-03-30 | 1 | -2/+2 |
| * | Allow xinstall and makefs to be crossbuilt on Linux and Mac | Alex Richardson | 2018-01-16 | 1 | -1/+5 |
| * | Fix a logic bug in makefs lazy inode initialization. | Mark Johnston | 2017-12-16 | 1 | -1/+1 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -1/+3 |
| * | makefs: free buf in case of error | Ed Maste | 2017-05-31 | 1 | -0/+1 |
| * | makefs: add -O (offset) option | Ed Maste | 2017-05-26 | 1 | -1/+10 |
| * | makefs: make buf generic | Ed Maste | 2017-05-25 | 1 | -6/+4 |
| * | makefs: Add soft-updates option | Emmanuel Vadot | 2017-05-18 | 1 | -0/+3 |
| * | makefs: clean up signedness warnings and bump WARNS to 3 | Ed Maste | 2017-05-18 | 1 | -2/+3 |
| * | Restore `sectorsize` global to unbreak makefs after r317744 | Enji Cooper | 2017-05-08 | 1 | -1/+3 |
| * | makefs: cast snprintf return value to size_t to clear warning | Ed Maste | 2017-05-08 | 1 | -2/+2 |
| * | makefs: use size_t as appropriate to clean up warnings | Ed Maste | 2017-05-08 | 1 | -3/+3 |
| * | makefs: make buf generic | Ed Maste | 2017-05-03 | 1 | -3/+0 |
| * | makefs: use emalloc and friends | Ed Maste | 2017-04-06 | 1 | -16/+6 |
| * | makefs: improve error messages | Ed Maste | 2017-03-15 | 1 | -1/+1 |
| * | makefs: sync option parsing with NetBSD | Ed Maste | 2017-03-15 | 1 | -53/+50 |
| * | prefix UFS symbols with UFS_ to reduce namespace pollution | Ed Maste | 2017-02-15 | 1 | -8/+8 |
| * | makefs: make the buffer functions look exactly like the kernel ones | Ed Maste | 2017-02-11 | 1 | -1/+1 |
| * | Assign a random number to di_gen (for FFS), instead of extracting it | Marcel Moolenaar | 2016-11-05 | 1 | -6/+2 |
| * | makefs: sync NetBSD IDs with upstream for changes that we already have | Ed Maste | 2016-07-19 | 1 | -1/+1 |
| * | makefs: Provide a -T option to set timestamps to a consistent value | Ed Maste | 2016-06-14 | 1 | -26/+34 |
| * | makefs(8): Clarify the comment concerning seeding. | Pedro F. Giffuni | 2016-05-18 | 1 | -1/+4 |
| * | makefs(1): use all the random(3) range. | Pedro F. Giffuni | 2016-05-17 | 1 | -1/+2 |
| * | makefs: introduce a new option to specify what to round the resulting | Adrian Chadd | 2015-10-13 | 1 | -0/+4 |
| * | Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf. | Christian Brueffer | 2015-01-12 | 1 | -1/+1 |
| * | r258695 introduces a sanity check for makefs in order to verify that | Davide Italiano | 2014-09-18 | 1 | -1/+2 |
| * | Provide a helpful diagnostic when the minimum size rounded to the block size | Juli Mallett | 2013-11-27 | 1 | -0/+7 |
| * | Add -p flag to create the image as a sparse file. | Hiroki Sato | 2012-08-22 | 1 | -8/+21 |
| * | Allow contents of multiple directories to be merged to the current image. | Jung-uk Kim | 2012-01-31 | 1 | -2/+2 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
| * | Add support to makefs(8) to add UFS labels to images. | Nathan Whitehorn | 2011-10-09 | 1 | -0/+3 |
| * | Add support for using mtree(5) manifest files to define the image | Marcel Moolenaar | 2011-06-19 | 1 | -4/+7 |
| * | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities | Kirk McKusick | 2011-01-24 | 1 | -0/+1 |
| * | Sync with the latest version from NetBSD. It notably addds ISO9660 support. | Olivier Houchard | 2010-11-07 | 1 | -94/+142 |
| * | fix 64-bit build | Sam Leffler | 2008-12-19 | 1 | -1/+1 |
| * | import netbsd makefs tool | Sam Leffler | 2008-12-19 | 1 | -0/+1093 |