aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Improve pxe_udp debug messagesMichael Brown2010-12-151-9/+14
* [pxe] Set correct PktType in PXENV_UNDI_ISRMichael Brown2010-12-091-1/+9
* [pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPEMichael Brown2010-12-091-5/+5
* [cmdline] Add "reboot" commandMichael Brown2010-12-091-0/+66
* [legal] Add FILE_LICENCE macro to some GPL-v2-or-later filesShao Miller2010-12-031-0/+2
* [libflat] Test A20 gate without switching to flat real modeMichael Brown2010-12-031-12/+18
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-211-2/+73
* [pxe] Use network device receive queue freezingMichael Brown2010-11-201-6/+11
* [undi] Support underlying UNDI devices that don't support interruptsMichael Brown2010-11-191-17/+31
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2
* [bzimage] Increase maximum command-line size to 0x7ffJarrod Johnson2010-11-131-1/+1
* [build] Add FreeBSD location for isolinuxMichael Brown2010-11-021-1/+2
* [romprefix] Add missing addr32 prefixMichael Brown2010-10-291-1/+1
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [romprefix] Add missing FILE_LICENCE declaration to undiloader.SMichael Brown2010-10-181-0/+2
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-222-2/+9
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-222-27/+243
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-1416-1924/+732
* [multiboot] Reduce length of "Features" startup bannerMichael Brown2010-09-121-1/+1
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-1/+1
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-201-1/+1
* [linux] Add command line argumentsPiotr Jaroszyński2010-08-191-0/+3
* [linux] Add linux_syscallPiotr Jaroszyński2010-08-191-0/+45
* [linux] Add linux api headersPiotr Jaroszyński2010-08-191-0/+6
* [linux] Add linuxprefixPiotr Jaroszyński2010-08-191-0/+25
* [linux] Add linux platform skeletonPiotr Jaroszyński2010-08-192-0/+107
* [build] Provide %.fd0 build targets only for pcbiosMichael Brown2010-08-172-15/+7
* [build] Build pcbios specific drivers only on pcbiosPiotr Jaroszyński2010-08-162-2/+4
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-167-8/+9
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-014-6/+138
* [romprefix] Do not check for BBS compatibilityMichael Brown2010-06-241-29/+3
* [build] Fix broken build caused by implied dependency upon "perl"Michael Brown2010-06-241-4/+4
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-222-69/+58
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-32/+33
* [doc] Fix comment on Linux/x86 boot protocol pathWu Fengguang2010-06-031-1/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-0/+2
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-301-103/+0
* [build] Remove PACKED macroMichael Brown2010-05-294-70/+70
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-292-0/+80
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-274-21/+17
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-253-12/+41
* [pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown2010-05-213-7/+17
* [build] Fix building with binutils 2.16Michael Brown2010-04-271-1/+2
* [romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown2010-04-254-8/+516
* [build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown2010-04-251-0/+4
* [romprefix] Inhibit the use of relocation during POSTMichael Brown2010-04-253-6/+25
* [romprefix] Split PMM allocations for image source and decompression areaMichael Brown2010-04-251-51/+119
* [prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown2010-04-253-17/+27