aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
Commit message (Expand)AuthorAgeFilesLines
* makefs: Ensure that FFS superblocks are reproducibleMark Johnston2025-05-081-2/+10
* Standardize the definition of a UFS dinode.Kirk McKusick2025-01-281-43/+38
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-276-12/+0
* makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers2023-05-301-3/+23
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-151-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* makefs: call brelse from breadEd Maste2023-04-161-10/+15
* makefs: use %s and __func__ in printf messagesEd Maste2023-04-111-6/+7
* makefs: use size_t or ssize_t where appropriateEd Maste2023-04-101-3/+3
* makefs(8): do not print comma after the last super-blockChristos Margiolis2023-04-051-2/+3
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-141-2/+0
* makefs: Ignore some sign comparison warnings from GCC.John Baldwin2022-11-231-0/+2
* makefs: whitespace cleanup (remove space before tab)Ed Maste2022-09-201-1/+1
* makefs(8): Fix a few typos in source code commentsGordon Bergling2022-02-061-3/+3
* ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke2022-01-021-2/+2
* makefs: Cast daddr_t to off_t before multiplicationNathaniel Filardo2021-06-152-4/+4
* Allocate extra inodes in makefs when leaving free space in UFS images.Nathan Whitehorn2021-04-061-1/+17
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-215-55/+67
* Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson2021-01-072-2/+3
* Allocate an fs_summary_info structure when creating a UFS filesystemKirk McKusick2020-06-191-0/+1
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-211-0/+1
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-211-1/+1
* makefs: use FreeBSD brelse function signatureEd Maste2018-07-264-25/+25
* makefs: ANSIfyEd Maste2018-05-161-16/+4
* makefs: tidy up reach-over sourceEd Maste2018-04-201-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-5/+15
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-6/+20
* makefs: rename variable for NetBSD diff reductionEd Maste2017-06-031-2/+2
* makefs: add -O (offset) optionEd Maste2017-05-262-7/+5
* makefs: make buf genericEd Maste2017-05-255-41/+36
* makefs: Add soft-updates optionEmmanuel Vadot2017-05-181-0/+2
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-183-12/+14
* Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper2017-05-081-4/+4
* makefs: clean up warningsEd Maste2017-05-032-13/+15
* makefs: make buf genericEd Maste2017-05-032-19/+8
* makefs: use emalloc and friendsEd Maste2017-04-062-15/+7
* makefs: zero memoryEd Maste2017-04-061-0/+2
* makefs: improve error messagesEd Maste2017-03-152-19/+20
* makefs: don't print pointers in debugging messagesEd Maste2017-03-151-8/+6
* makefs: remove unused variableEd Maste2017-03-141-2/+1
* makefs: remove clause 3 & 4 from Manuel Bouyer licenseEd Maste2017-03-022-10/+0
* makefs: remove archaic __P prototypes from ufs_bswap.hEd Maste2017-03-021-4/+0
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-154-28/+29
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-114-60/+76