summaryrefslogtreecommitdiff
path: root/lib/libufs/block.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-17Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-12-08Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.Robert Millan
2009-04-02Bail out when memory allocation is failed, rather than referencingXin LI
2007-12-16Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp
2003-10-07Add XXX'ed temporary bounce-buffering.Poul-Henning Kamp
2003-06-09Reduce diffs with code in Perforce:Juli Mallett
2003-03-30MFp4: Fix copy&paste English error.Juli Mallett
2003-02-19Clean up error reporting in block.c, so that it gives honest error stringsJuli Mallett
2003-01-29API for opening (and tracking) writable file descriptors per disk.Juli Mallett
2003-01-23bwrite, not sbwrite, needs to open for writing and write.Juli Mallett
2003-01-19Don't crash when utilities are dumb and try to read less than the disk blockJuli Mallett
2003-01-18Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett
2002-10-22Add the concept of a per-disk error string, and a function which prints itJuli Mallett
2002-07-01Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett