summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs
AgeCommit message (Expand)Author
2025-05-08makefs: Ensure that FFS superblocks are reproducibleMark Johnston
2025-01-27Standardize the definition of a UFS dinode.Kirk McKusick
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16makefs: clean up some leftovers after $FreeBSD$ tag removalEd Maste
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-29ffs: restore backward compatibility of newfs and makefs with older binariesChuck Silvers
2023-05-15Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-04-16makefs: call brelse from breadEd Maste
2023-04-11makefs: use %s and __func__ in printf messagesEd Maste
2023-04-10makefs: use size_t or ssize_t where appropriateEd Maste
2023-04-05makefs(8): do not print comma after the last super-blockChristos Margiolis
2023-03-13makefs: do not call brelse if bread returns an errorEd Maste
2022-11-23makefs: Ignore some sign comparison warnings from GCC.John Baldwin
2022-09-20makefs: whitespace cleanup (remove space before tab)Ed Maste
2022-02-06makefs(8): Fix a few typos in source code commentsGordon Bergling
2022-01-02ufs: Rework shortlink handling to avoid subobject overflowsJessica Clarke
2021-06-15makefs: Cast daddr_t to off_t before multiplicationNathaniel Filardo
2021-04-06Allocate extra inodes in makefs when leaving free space in UFS images.Nathan Whitehorn
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2021-01-07Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson
2020-06-19Allocate an fs_summary_info structure when creating a UFS filesystemKirk McKusick
2019-08-21makefs: share denode.h between kernel msdosfs and makefsEd Maste
2019-08-21makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste
2018-07-26makefs: use FreeBSD brelse function signatureEd Maste
2018-05-16makefs: ANSIfyEd Maste
2018-04-20makefs: tidy up reach-over sourceEd Maste
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-03makefs: rename variable for NetBSD diff reductionEd Maste
2017-05-26makefs: add -O (offset) optionEd Maste
2017-05-25makefs: make buf genericEd Maste
2017-05-18makefs: Add soft-updates optionEmmanuel Vadot
2017-05-18makefs: clean up signedness warnings and bump WARNS to 3Ed Maste
2017-05-08Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper
2017-05-03makefs: clean up warningsEd Maste
2017-05-03makefs: make buf genericEd Maste
2017-04-06makefs: use emalloc and friendsEd Maste
2017-04-06makefs: zero memoryEd Maste
2017-03-15makefs: improve error messagesEd Maste
2017-03-15makefs: don't print pointers in debugging messagesEd Maste
2017-03-14makefs: remove unused variableEd Maste
2017-03-02makefs: remove clause 3 & 4 from Manuel Bouyer licenseEd Maste
2017-03-02makefs: remove archaic __P prototypes from ufs_bswap.hEd Maste
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2017-02-11makefs: make the buffer functions look exactly like the kernel onesEd Maste