summaryrefslogtreecommitdiff
path: root/com32/include/klibc
Commit message (Collapse)AuthorAgeFilesLines
* Constructed data objects can't be common; hack derivative_infoH. Peter Anvin2009-02-181-0/+4
| | | | | | | | | - Constructed data objects can't be common. Earlier version of gcc didn't if the objects were explicitly listed extern, but newer ones need an explicit __attribute__((nocommon)) or -fno-common. - Make syslinux_derivative_info() save the entire reply.
* klibc/compiler.h: add __weak macrofor-3.72H. Peter Anvin2008-07-231-0/+3
| | | | Add a macro for weak symbols.
* klibc/compiler.h: booleanize likely/unlikelyH. Peter Anvin2008-07-231-4/+4
| | | | | __likely() and __unlikely() should explicitly booleanize their arguments.
* Add __aligned() and __alignas() macrosH. Peter Anvin2008-02-141-0/+4
| | | | | Add macros __aligned() (which takes a byte count), and __alignas() (which takes a type or expression whose type is used, same as sizeof).
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-0/+38
| | | | | A bunch of glibc header files were bogusly included. We should not depend on having a 32-bit glibc installed, since we don't use it.
* PXE header support; higher-level function for PXE GET_CACHED_INFOH. Peter Anvin2007-03-151-0/+3
| | | | | Beginnings of higher-level functions for PXE support. For now, only pxe_get_cached_info() is actually supported.
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-0/+19
|
* Division error handlinghpa2004-11-231-0/+4
|
* Very first cut at a klibc-derived C library for com32hpa2004-11-103-0/+163