aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/bread.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp2007-12-161-8/+21
| | | | | | | of the disk. Notes: svn path=/head/; revision=174668
* Markup fixes.Ruslan Ermilov2004-07-051-5/+8
| | | | Notes: svn path=/head/; revision=131609
* Fixed spelling of the document date.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131468
* Remove unneccessary include of sys/types.h in the SYNOPSISHiten Pandya2003-10-091-1/+0
| | | | | | | | | | | | header. Sys/param.h includes sys/types.h internally unless LOCORE is defined. Approved by: des (mentor) Notes: svn path=/head/; revision=120934
* Various cleanups of careless mistakes/omissions.Juli Mallett2003-06-101-3/+3
| | | | | | | | PR: 53149 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> Notes: svn path=/head/; revision=116165
* Left out the critical part of my "public domain" template, a notice sayingJuli Mallett2003-06-101-0/+2
| | | | | | | | | that this file is (these files are) in the public domain. PR: 53149 Notes: svn path=/head/; revision=116163
* Commit rudimentary libufs manual pages, except for that forJuli Mallett2003-06-091-0/+82
getino(3)/putino(3), inode.c has been reworked in Perforce to the point where a manual page may not be accurate. Certainly putino(3) has not even been merged back yet. These will need a lot of improvement for most applications, but they document the API enough to get someone on their feet, most likely. The best documentation still exists in the form of libufs(3) consumers in the base system. Notes: svn path=/head/; revision=116087