summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* com32: make _Exit just an ordinary symbolH. Peter Anvin2008-10-141-0/+7
* Older binutils wants parens around macrosDag Wieers2008-10-141-1/+1
* e820: pre-initialize bufferH. Peter Anvin2008-10-131-0/+2
* com32/lib: fix reversed test when looking for extattr in e820H. Peter Anvin2008-10-131-1/+1
* Support "extended attributes" for INT 15h, AX=E820hH. Peter Anvin2008-10-131-1/+8
* Remove line-leading gas-style comments in files compiled with -std=gnu99H. Peter Anvin2008-09-263-45/+47
* setjmp.S: use C-style commentsH. Peter Anvin2008-09-261-15/+15
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-4/+2
* com32/lib: fix "make clean" by proper parens for "find"H. Peter Anvin2008-09-251-1/+1
* ansicon, vesacon: beep on ^GH. Peter Anvin2008-09-094-0/+16
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-2/+2
* pci: fix pci_scan()Sebastian Herbszt2008-08-121-2/+4
* pci: cosmetic fixesSebastian Herbszt2008-08-121-34/+34
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-121-179/+183
* com32: compile with -std=gnu99H. Peter Anvin2008-08-121-1/+3
* Fix lrand48() and rand()H. Peter Anvin2008-08-111-1/+1
* com32/lib: add zalloc()H. Peter Anvin2008-08-013-9/+19
* pci: store device addressH. Peter Anvin2008-08-011-3/+7
* Default to \n -> \r\n in ANSI and xserialH. Peter Anvin2008-06-243-3/+6
* loadfile: make sure we don't trash errnoH. Peter Anvin2008-06-151-1/+6
* pci: fix off-by-one error and introduce MAX_PCI_FUNCSebastian Herbszt2008-06-131-7/+7
* Aligning memcpy/memmove/mempcpy/memset for libcom32H. Peter Anvin2008-06-065-80/+308
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-292-12/+4
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Merge commit 'origin/master' into gpxe-addedH. Peter Anvin2008-05-281-2/+2
|\
| * Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
| * syslinux 3.63: Use $(CC) for examining compiler optionsMaciej W. Rozycki2008-04-171-1/+1
* | Merge commit 'syslinux-3.63' into gpxe-addedsyslinux-3.70-pre9H. Peter Anvin2008-04-102-190/+269
|\ \ | |/
| * movebits: rewrite significant chunks of the algorithmsyslinux-3.63-pre5H. Peter Anvin2008-04-091-166/+246
| * zonelist.c: Fix the coalescing of identical rangesH. Peter Anvin2008-04-091-7/+6
| * movebits: use the memmap data structure for the freelistH. Peter Anvin2008-04-081-152/+80
| * movebits: handle the case of an upward overlap move with obstaclesH. Peter Anvin2008-04-081-115/+187
* | Add stpcpy() and implement version/derivative queriesH. Peter Anvin2008-03-284-2/+119
* | Merge commit 'syslinux-3.63-pre2' into nolensyslinux-3.70-pre5H. Peter Anvin2008-03-201-22/+20
|\ \ | |/
| * PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-201-22/+20
* | Merge commit 'origin/master' into nolensyslinux-3.70-pre4H. Peter Anvin2008-03-031-1/+2
|\ \ | |/
| * Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-1/+2
* | VESA: Simplify the lss16 decoderH. Peter Anvin2008-03-031-11/+6
* | Drop unnecessary CLD instructions.H. Peter Anvin2008-03-035-20/+6
* | VESA library: add support for reading lss16 imagesH. Peter Anvin2008-03-031-1/+130
* | Generic framework for reading compressed files using standard I/OH. Peter Anvin2008-02-298-95/+441
* | Un-inline fclose()H. Peter Anvin2008-02-272-1/+12
* | background.c: remove unused filesize() functionH. Peter Anvin2008-02-271-9/+0
* | realloc(): put an absolute upper limit on slackH. Peter Anvin2008-02-271-1/+2
* | Comboot/Com32 changes for unspecified file lengthsH. Peter Anvin2008-02-273-35/+72
* | fstat(): report files of unknown length as socketsH. Peter Anvin2008-02-221-2/+9
|/
* realloc(): try to protect a block in the path of a growing objectsyslinux-3.62-pre13H. Peter Anvin2008-02-211-4/+15
* realloc(): better implementation allowing in-place growthH. Peter Anvin2008-02-211-17/+55
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-198-26/+26
* Actually implement strnlen()H. Peter Anvin2008-02-192-0/+14