summaryrefslogtreecommitdiff
path: root/com32/lib/sys/open.c
Commit message (Expand)AuthorAgeFilesLines
* sys/open.c: Fix building warnings from missing prototypeMatt Fleming2012-04-171-0/+1
* Merge remote-tracking branch 'zytor/master' into elflink-mergeMatt Fleming2011-04-041-1/+5
|\
| * com32: fix a ffile descriptor leak on open() of a nonexistent fileH. Peter Anvin2010-12-061-2/+4
* | elflink: remove all __com32.cs_pm from com32/Feng Tang2010-08-261-2/+1
* | elflink: make malloc worksFeng Tang2010-07-201-1/+1
* | 0613 temp debugFeng Tang2010-07-201-0/+2
|/
* Add 32-bit versions of open file/close fileH. Peter Anvin2010-03-061-26/+3
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-3/+8
* Merge branch 'master' into fscH. Peter Anvin2009-12-221-1/+2
|\
| * open: close the file descriptor if the file fails to openH. Peter Anvin2009-11-191-1/+2
* | Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-091-3/+3
|/
* Run Nindent on com32/lib/sys/open.cH. Peter Anvin2009-05-291-32/+32
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-311-1/+2
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-6/+6
* Split input and output sides of the device modelhpa2004-11-231-9/+8
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-1/+0
* Very basic operations now work; need to handle line-orientedhpa2004-11-171-19/+32
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+79