summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* Use jiffies() to implement times(); create <core/*.h> namespaceH. Peter Anvin2009-09-022-45/+1
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-0210-2091/+253
|\
| * Merge branch 'master' into fscH. Peter Anvin2009-08-315-1998/+208
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux ...erwan2009-08-194-1906/+1
| | |\
| | | * zlib: remove unused sample programsH. Peter Anvin2009-08-102-888/+0
| | | * zlib: kill gzio.cH. Peter Anvin2009-08-092-1018/+1
| | * | Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-04189-6475/+6763
| | |\ \ | | | |/
| | * | pci: prevent modules.alias to destroy modules.pcimap contentErwan Velu2009-04-271-2/+4
| | * | pci: Adding get_module_name_from_alias()Erwan Velu2009-04-271-0/+125
| | * | pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinuxErwan Velu2009-04-153-43/+56
| | |\ \
| | * | | PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-141-22/+11
| * | | | Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-283-18/+18
| * | | | Core: vfs-dir stuff re-implementedLiu Aleaxander2009-08-283-17/+10
| * | | | Core: opendir/readdir/closedir stuff addedLiu Aleaxander2009-08-273-56/+30
| * | | | com32: remove strpcpy() - we already have stpcpy()H. Peter Anvin2009-08-122-21/+1
| * | | | MCONFIG: update GCCOPTH. Peter Anvin2009-08-101-0/+5
* | | | | Merge branch 'dynamic' into elflinkH. Peter Anvin2009-08-257-10/+118
|\ \ \ \ \
| * | | | | read: handle the case of partial data from unreaddynamicH. Peter Anvin2009-08-102-6/+10
| * | | | | lib: add unread() syscall; use it to implement ungetc()H. Peter Anvin2009-08-097-7/+110
* | | | | | Merge commit 'klausm/klausm' into elflinkH. Peter Anvin2009-08-259-1665/+200
|\ \ \ \ \ \
| * | | | | | Functional .c32 loading with modules dependency fileprofkhaos2009-08-212-0/+42
| * | | | | | CLI with history and c32 smart loadingprofkhaos2009-08-206-1625/+107
| * | | | | | ansi: add support for no-wrap mode, cleanupsH. Peter Anvin2009-08-132-40/+51
* | | | | | | Merge branch 'dynamic' into elflinkH. Peter Anvin2009-08-086-13/+48
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Add --hash-style=gnu to the relevant LDFLAGSH. Peter Anvin2009-08-021-1/+1
| * | | | | file: clear fp->i.buf when the buffer is freedH. Peter Anvin2009-08-022-0/+2
| * | | | | file: use malloc/free to allocate and free buffersH. Peter Anvin2009-08-025-12/+45
| |/ / / /
* | | | | Functional config file parser and menuprofkhaos2009-08-061-2/+2
* | | | | Process entry and exit pacthes appliedprofkhaos2009-08-0612-228/+131
* | | | | Fixed undefined symbols problem and added config file parser to coreprofkhaos2009-08-031-4/+4
* | | | | Issue concerning entry.oprofkhaos2009-07-271-2/+5
* | | | | Code revision on integrating parser into coreprofkhaos2009-07-258-28/+1677
* | | | | Merged core32 branch into elflin branchprofkhaos2009-07-111-9/+0
* | | | | Merge commit 'origin/core32' into elflinkprofkhaos2009-07-114-9/+78
|\ \ \ \ \ | |/ / / /
| * | | | com32: add openmem.o to the MakefileH. Peter Anvin2009-07-091-0/+1
| * | | | Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-093-9/+69
* | | | | malloc: inline the tag accessor functionsH. Peter Anvin2009-07-051-13/+5
* | | | | elflink: allow small alignment to posix_memalign()H. Peter Anvin2009-07-051-0/+2
* | | | | elflink: fix functions with () instead of (void)H. Peter Anvin2009-07-052-8/+15
* | | | | elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-062-19/+7
* | | | | elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-052-26/+7
* | | | | Added support in shallow modules to offset symbols.Stefan Bucur2009-07-043-5/+32
* | | | | Fixed a merge issue with the previous commitStefan Bucur2009-07-033-2/+41
* | | | | Merged ELF linking from elflinkStefan Bucur2009-07-0314-214/+2127
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed the COM32 lib Makefile in order to keep up with the latest SYSLINUX ver...Stefan Bucur2009-03-151-5/+3
| * | | | Added source comments to some internal routines.Stefan Bucur2009-03-151-3/+34
| * | | | Moved the elfutils.h header in a private location.Stefan Bucur2009-03-156-8/+42
| * | | | Implemented the 'list' command in the CLI.Stefan Bucur2009-03-153-5/+25
| * | | | Exported the module list head + iterator defined.Stefan Bucur2009-03-154-11/+6