summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/ffs_alloc.c
AgeCommit message (Expand)Author
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-13makefs: do not call brelse if bread returns an errorEd Maste
2022-02-06makefs(8): Fix a few typos in source code commentsGordon Bergling
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2018-07-26makefs: use FreeBSD brelse function signatureEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-25makefs: make buf genericEd Maste
2017-05-18makefs: clean up signedness warnings and bump WARNS to 3Ed 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
2012-09-27Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming
2010-11-07Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard
2008-12-19import netbsd makefs toolSam Leffler