More fixes to the extlinux installer; change back to writable types
[profile/ivi/syslinux.git] / com32 /
2004-12-19 hpaUpdate with fixed version from the dos directory
2004-12-18 hpaFix handling of alignment issues
2004-12-17 hpaAdditional fixes for the proper argc/argv parsing
2004-12-17 hpaMore regparmization
2004-12-17 hpaAdd code to parse argc, argv; REGPARM-ize assembly...
2004-12-16 hpaCompile with regparm turned on.
2004-12-16 hpamalloc.h is internal; put in lib/
2004-12-14 hpaTry getting the RPM to do the right thing for the com32...
2004-12-14 hpaMake "make install" do the right thing for the com32...
2004-12-14 hpaUpdate copyright headers.
2004-12-14 hpaFix the spelling of "Boston"
2004-12-08 hpaUpdate
2004-12-08 hpaSeparate modules (intended to be production code used...
2004-12-08 hpaCorrect the spelling of __stack_size
2004-12-08 hpaAdd stack.o to the list of library objects.
2004-12-07 hpaRemove residual exception-handling stuff (not supported)
2004-12-03 hpalibcom32-ize the chain loader; add LICENCE file
2004-12-01 hpaUse extended keyboard interface, properly this time
2004-12-01 hpagetkey() demo
2004-12-01 hpaLibrary to decode console codes; demo program
2004-12-01 hpaUtility library which can be compiled either for Linux...
2004-12-01 hpaMake the console behave the same as com32 when compilin...
2004-12-01 hpaAllow compiling for both Linux and COM32: Makefile...
2004-12-01 hpaIgnore incoming LF, so that having Enter -> CR LF on...
2004-12-01 hpaUse auto CRNL; compile demo for Linux too
2004-11-30 hpaAdd a few more options, including the very useful autoc...
2004-11-30 hpaActually working ANSI device; add demo
2004-11-30 hpaA version of ansicon_write which compiles, and just...
2004-11-24 hpaSerial port and ANSI write support
2004-11-23 hpaEnable debugging symbols to be included in the .elf...
2004-11-23 hpaSplit input and output sides of the device model
2004-11-23 hpaDivision error handling
2004-11-23 hpaAdd fopendev()
2004-11-17 hpaUse libgcc files from klibc
2004-11-17 hpaLinker script for com32 files
2004-11-17 hpaUpdate Makefile to handle subdirectories cleaner; fix...
2004-11-17 hpaSeparate rawcon and stdcon; actually make input work
2004-11-17 hpaVery basic operations now work; need to handle line...
2004-11-10 hpaVery first cut at a klibc-derived C library for com32
2004-01-24 hpaAdd explicit defines for the various flags
2003-12-10 hpaAdd "const" to things which are not to be changed...
2003-07-01 hpaCOM32: Try to support both farcall and intcall
2003-04-16 hpaAdd <stdbool.h>
2002-11-19 hpaAdd second hello world sample
2002-11-18 hpaFix the COM32 sample program
2002-06-12 hpaAdd <stdint.h>
2002-06-12 hpaMove com32.h to a subdirectory; we expect to have more...