summaryrefslogtreecommitdiff
path: root/com32/lib/sys/entry.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-291-1/+1
|\
| * com32: export the filename of a com32 module to the module itselfH. Peter Anvin2010-03-291-1/+1
* | core: add a direct 32-bit APIH. Peter Anvin2010-02-231-1/+1
* | com32r: properly pass the command line string to __parse_argvH. Peter Anvin2009-05-241-1/+1
* | com32: make com32 modules self-relocating (COM32R)H. Peter Anvin2009-05-241-17/+41
|/
* com32: make memory beyond the core HighMem available to mallocH. Peter Anvin2009-04-011-1/+1
* Older binutils wants parens around macrosDag Wieers2008-10-141-1/+1
* Remove line-leading gas-style comments in files compiled with -std=gnu99H. Peter Anvin2008-09-261-36/+38
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+1
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
* Add support for thunking cdecl/stdcall-style real-mode codeH. Peter Anvin2007-11-201-4/+6
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
* Fix argv parsinghpa2004-12-211-1/+1
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-171-3/+10
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+83