aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/ffs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* makefs(8): Fix a few typos in source code commentsGordon Bergling2022-02-061-3/+3
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-8/+8
* makefs: use FreeBSD brelse function signatureEd Maste2018-07-261-5/+5
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* makefs: make buf genericEd Maste2017-05-251-4/+2
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-181-7/+7
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-2/+2
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-111-9/+11
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-15/+12
* import netbsd makefs toolSam Leffler2008-12-191-0/+683