summaryrefslogtreecommitdiff
path: root/lib/libstand/write.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
| | | | Notes: svn path=/head/; revision=92913
* Back out my 'fix', resid is different for strategy than for writeAlfred Perlstein2001-11-301-2/+2
| | | | Notes: svn path=/head/; revision=87114
* Make the same fix for writes to RAW objects.Alfred Perlstein2001-11-301-2/+2
| | | | Notes: svn path=/head/; revision=87112
* write should return the number of bytes written, not 0 on success.Alfred Perlstein2001-11-301-1/+1
| | | | | | | | Submitted by: Jonathan Mini <mini@haikugeek.com> PR: kern/32350 Notes: svn path=/head/; revision=87111
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-0/+3
| | | | Notes: svn path=/head/; revision=84221
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+96
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451