summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/ffs/buf.c
AgeCommit message (Expand)Author
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner 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
2021-06-15makefs: Cast daddr_t to off_t before multiplicationNathaniel Filardo
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2018-07-26makefs: use FreeBSD brelse function signatureEd Maste
2017-11-27various: general 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-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-02-11makefs: make the buffer functions look exactly like the kernel onesEd Maste
2010-11-07Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard
2008-12-19import netbsd makefs toolSam Leffler