summaryrefslogtreecommitdiff
path: root/sys/include/bio.h
AgeCommit message (Collapse)Author
2020-11-01libbio: add aux pointer to bioOri Bernstein
This allows us to attach additional context to the biobuf so can read from some sort of data structure without a global variable.
2017-05-04bio: add support for custom I/O handler via Biofnaiju
2014-12-14bio: add Bfdopen() from plan9portcinap_lenrek
2014-05-03bio.h: add varargck argpos pragma for Berrorftrvxmtrx
2013-05-04bio: use UTFmax for Bungetsize and fix libmach to include <libc.h> before ↵cinap_lenrek
<bio.h> (from sources)
2012-12-25bio: remove useless Breadn() as it does the same as Bread()cinap_lenrek
Bread() always reads exactly nbytes of data if it can. only when it reaches end of file or an error it will return less. so the Breadn() function that was introduced has been removed. sorry for the confusion.
2011-10-06libbio: add Breadncinap_lenrek
2011-07-12added Blethal to libbioaiju
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/includeTaru Karttunen