summaryrefslogtreecommitdiffstats
path: root/lib/libstand/write.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r276079, r276087:ian2015-02-111-1/+1
| | | | | | | | Add a divisor parameter to twiddle() so that callers can request that output only happen on every Nth call. Add a new loader(8) variable, twiddle_divisor, allowing control over the output frequency of the "twiddle" IO progress indicator.
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
|
* Remove 'register' keyword.obrien2002-03-211-1/+1
|
* Back out my 'fix', resid is different for strategy than for writealfred2001-11-301-2/+2
|
* Make the same fix for writes to RAW objects.alfred2001-11-301-2/+2
|
* write should return the number of bytes written, not 0 on success.alfred2001-11-301-1/+1
| | | | | Submitted by: Jonathan Mini <mini@haikugeek.com> PR: kern/32350
* Add __FBSDID()s to libstanddillon2001-09-301-0/+3
|
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+96
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud