aboutsummaryrefslogtreecommitdiff
path: root/src/libbio
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross4-4/+3
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2019-12-19libbio: report Bflush/close error from BtermRuss Cox1-3/+5
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2-2/+2
http://codereview.appspot.com/116075
2008-05-31mergeRuss Cox4-8/+14
2006-07-02return number of bytes outputrsc1-3/+2
2006-05-27missed this onersc1-0/+1
2005-01-07sunos fixesrsc1-1/+0
2005-01-06use fmtvprint to avoid needingrsc1-2/+1
to copy the arguments. (stupid va_copy).
2004-12-28check against plan 9rsc4-22/+19
2004-12-28add bvprintrsc1-0/+39
2004-12-28fix Bprint yet againrsc3-53/+7
2004-12-28fix bug in bprint. fmtprint => fmtvprintrsc1-1/+1
2004-12-28add va_start/va_end.rsc1-0/+2
2004-12-28use fmtprint to avoid va_copyrsc1-5/+1
2004-12-27porting changesrsc1-6/+9
2004-12-26add portdatersc1-0/+18
2004-08-22PowerPC Linux support from ericvh.rsc1-1/+2
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
2004-06-16do a better job with 64-bit filesrsc1-7/+11
2004-06-16probably fix bug in seekrsc1-1/+1
2004-05-14Crsc1-1/+1
little bugs . wq VS: ----------------------------------------------------------------------
2004-04-25do flush properlyrsc2-1/+7
2004-04-25flushing a little much.rsc1-2/+0
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-03-26Sometimes it's amazing these haven't been turnedrsc1-1/+1
up by other compilers.
2004-03-01Empty changelogrsc2-34/+0
2004-02-29more tweaks.rsc1-0/+0
2003-12-11More files related to user-level file servers.rsc1-0/+12
Also add acme!
2003-12-03add bfmt.rsc1-0/+37
2003-12-03Various fixes.rsc3-20/+17
B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
2003-11-23make -> mk.rsc2-9/+20
add Bfdopen.
2003-10-11Use new directory structure.rsc1-5/+5
2003-10-11Licensing and various tweaks.rsc1-258/+0
2003-09-30Fix path to bio.h.rsc1-1/+1
2003-09-30Reorgrsc15-656/+4
2003-09-30Initial revisionrsc36-0/+1818