summaryrefslogtreecommitdiff
path: root/com32/lib/sys/fileread.c
Commit message (Expand)AuthorAgeFilesLines
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-5/+5
* core: add a direct 32-bit APIH. Peter Anvin2010-02-231-22/+27
* Run Nindent on com32/lib/sys/fileread.cH. Peter Anvin2009-05-291-38/+38
* Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-291-18/+26
* Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-271-1/+1
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* fileread: new file descriptor should be from oreg, not iregH. Peter Anvin2007-02-071-1/+1
* fileread: ES:BX -> buffer, not ES:SIH. Peter Anvin2007-02-071-1/+1
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
* Split input and output sides of the device modelhpa2004-11-231-13/+13
* Very basic operations now work; need to handle line-orientedhpa2004-11-171-0/+86