aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/posix_fallocate.2
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-301-1/+3
* posix_fallocate: push vnop implementation into the fileop layerKyle Evans2020-01-081-2/+3
* posix_fallocate.2: add an EINVAL errno caseEd Maste2017-11-051-3/+4
* allow posix_fallocate in capability modeEd Maste2017-10-121-1/+5
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
* The posix_madvise(3) and posix_fadvise(2) should return error onKonstantin Belousov2014-01-301-3/+2
* The posix_fallocate(2) syscall should return error number on error,Konstantin Belousov2014-01-231-2/+2
* Update EINVAL description.Sergey Kandaurov2014-01-231-2/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Add the posix_fallocate(2) syscall. The default implementation inMatthew D Fleming2011-04-181-0/+146