summaryrefslogtreecommitdiff
path: root/com32/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Use jiffies() to implement times(); create <core/*.h> namespaceH. Peter Anvin2009-09-021-3/+7
* core: elflink: clean up formattingH. Peter Anvin2009-09-021-1/+2
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-022-6/+36
|\
| * Merge branch 'master' into fscH. Peter Anvin2009-08-311-6/+6
| |\
| | * Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-049-224/+222
| | |\
| | * | pci: Adding get_module_name_from_alias()Erwan Velu2009-04-271-1/+3
| * | | Core: code clean -- re-style the unstyle codeLiu Aleaxander2009-08-281-1/+1
| * | | Core: vfs-dir stuff cleanedLiu Aleaxander2009-08-281-0/+30
* | | | Functional .c32 loading with modules dependency fileprofkhaos2009-08-212-0/+25
* | | | CLI with history and c32 smart loadingprofkhaos2009-08-202-0/+20
* | | | Process entry and exit pacthes appliedprofkhaos2009-08-061-3/+27
* | | | Code revision on integrating parser into coreprofkhaos2009-07-251-1/+1
* | | | Functional ELF dynamic modules loadingprofkhaos2009-07-161-2/+0
* | | | Elf Dynamic module loading code with corrected linker optionsprofkhaos2009-07-161-0/+2
* | | | ELF dynamic module loader ( work in progress )profkhaos2009-07-141-1/+1
* | | | elflink: fix functions with () instead of (void)H. Peter Anvin2009-07-051-2/+2
* | | | elf: Changed dynamic modules extension to .c32Stefan Bucur2009-07-062-11/+6
* | | | elf: Replaced symbol offsets with module base address.Stefan Bucur2009-07-052-2/+2
* | | | Added support in shallow modules to offset symbols.Stefan Bucur2009-07-042-2/+3
* | | | Merged ELF linking from elflinkStefan Bucur2009-07-033-27/+634
|\ \ \ \ | |/ / / |/| | |
| * | | Added source comments to some internal routines.Stefan Bucur2009-03-151-2/+12
| * | | Moved the elfutils.h header in a private location.Stefan Bucur2009-03-151-33/+0
| * | | Added source comments to the execution API header.Stefan Bucur2009-03-151-0/+64
| * | | Implemented the 'list' command in the CLI.Stefan Bucur2009-03-152-0/+6
| * | | Exported the module list head + iterator defined.Stefan Bucur2009-03-151-0/+11
| * | | Moved the execution layer API in klibc tree.Stefan Bucur2009-03-151-0/+48
| * | | Added a new execution API on top of the module API.Stefan Bucur2009-03-151-4/+9
| * | | Reorganized the module system in a consistent API.Stefan Bucur2009-03-152-0/+319
| * | | Moved the module loading code onto SYSLINUX, as a COM32 module.Stefan Bucur2009-03-151-26/+203
* | | | Merge branch 'master' into core32H. Peter Anvin2009-05-299-234/+229
|\ \ \ \ | | |_|/ | |/| |
| * | | Run Nindent on com32/include/sys/types.hH. Peter Anvin2009-05-291-3/+3
| * | | Run Nindent on com32/include/sys/times.hH. Peter Anvin2009-05-291-1/+1
| * | | Run Nindent on com32/include/sys/stat.hH. Peter Anvin2009-05-291-2/+2
| * | | Run Nindent on com32/include/sys/pci.hH. Peter Anvin2009-05-291-50/+53
| * | | Run Nindent on com32/include/sys/io.hH. Peter Anvin2009-05-291-12/+12
| * | | Run Nindent on com32/include/sys/elfcommon.hH. Peter Anvin2009-05-291-1/+1
| * | | Run Nindent on com32/include/sys/elf64.hH. Peter Anvin2009-05-291-52/+52
| * | | Run Nindent on com32/include/sys/elf32.hH. Peter Anvin2009-05-291-52/+52
| * | | Run Nindent on com32/include/sys/cpu.hH. Peter Anvin2009-05-291-49/+46
* | | | com32: make com32 modules self-relocating (COM32R)H. Peter Anvin2009-05-241-7/+21
|/ / /
* | | Global whitespace cleanup.H. Peter Anvin2009-04-202-8/+8
| |/ |/|
* | pci: add pci_for_each_func3() which produces an addressH. Peter Anvin2009-04-141-0/+10
* | pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu2009-03-291-1/+1
* | hdt: Adding PCI latencyErwan Velu2009-03-141-0/+1
* | hdt: irq have to be in dev_infoErwan Velu2009-03-141-1/+1
* | hdt: Adding legacy IRQ stuffErwan Velu2009-03-131-1/+2
|/
* PCI: flexible modules.pcimap & pci.ids pathsErwan Velu2009-03-111-3/+3
* hdt: PCI: Adding categoryErwan Velu2009-02-261-1/+3
* hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu2009-02-251-7/+13
* hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu2009-02-251-0/+5