summaryrefslogtreecommitdiff
path: root/com32/include/sys
Commit message (Expand)AuthorAgeFilesLines
* com32, bitops: proper constraint for byte-sized outputsyslinux-4.04-pre21H. Peter Anvin2011-04-041-1/+1
* com32, bitops: an "m" constraint takes an object, not a pointer to oneH. Peter Anvin2011-04-041-3/+7
* bitops: the bt instructions returns result in CF, not ZFH. Peter Anvin2011-04-041-2/+2
* com32: add a centralized bitops headerH. Peter Anvin2010-11-141-0/+58
* com32: change clock_t to 32 bits, and in millisecondsH. Peter Anvin2010-07-051-2/+2
* com32: Unbreak <sys/cpu.h>H. Peter Anvin2010-05-111-32/+51
* core: move idle handling into protected modeH. Peter Anvin2010-03-301-1/+4
* sys/dirent.h: conversion macros between d_type and st_modeH. Peter Anvin2010-03-081-1/+9
* dirent.h: types for the d_type fieldH. Peter Anvin2010-03-061-2/+12
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-5/+2
* Merge branch 'master' into fscH. Peter Anvin2009-12-221-0/+16
|\
| * com32: Avoid gpxe detection code duplicationErwan Velu2009-12-041-0/+16
* | 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
* | | 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
* hdt: Adding get_class_name_from_pci_ids to grab class name from the pciidsErwan Velu2009-02-251-0/+2
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-121-25/+48
* pci: inlines for extracting part of a PCI device addressH. Peter Anvin2008-08-011-0/+15
* pci: store device addressH. Peter Anvin2008-08-011-0/+1
* pci: resize pci_device arrayssyslinux-3.71-pre15Sebastian Herbszt2008-07-191-5/+5
* <sys/cpu.h>: asm() formatting cleanupH. Peter Anvin2008-07-161-1/+2
* <sys/cpu.h>: drop redundant "return"H. Peter Anvin2008-07-161-1/+1
* com32: move cpuid inlines to <sys/cpu.h>H. Peter Anvin2008-07-161-5/+40
* pci: fix off-by-one error and introduce MAX_PCI_FUNCSebastian Herbszt2008-06-131-1/+2
* PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-201-3/+3
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-241-0/+6
* Improving PCI collected informationsErwan Velu2007-08-161-15/+24