summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-183-1/+144
* [legal] Add mechanism for explicit per-file licence declarationsMichael Brown2009-05-181-0/+101
* [legacy] Remove long-obsolete old dhcp.h fileMichael Brown2009-05-182-14/+0Star
* [pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxeMichael Brown2009-04-301-5/+55
* [build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.hMichael Brown2009-04-271-41/+68
* [i386] Remove long-obsolete realmode.c fileMichael Brown2009-04-261-23/+0Star
* [i386] Remove long-obsolete callbacks_arch.h fileMichael Brown2009-04-261-243/+0Star
* [build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi2009-04-261-4/+5
* [elf] Work around entry point bug in NetBSD kernelsMichael Brown2009-04-241-14/+41
* [multiboot] Work around raw-flag bug in Solaris kernelsMichael Brown2009-04-241-8/+15
* [doc] Remove obsolete README.pixifyMichael Brown2009-04-181-90/+0Star
* [build] Automatically sort the list of constituent object sizesMichael Brown2009-04-181-1/+2
* [build] Provide mechanism for listing constituent object sizesMichael Brown2009-04-181-0/+2
* [build] Remove obsolete linker script filesMichael Brown2009-04-175-189/+0Star
* [build] Kill off the multiple-object-per-source-file mechanismMichael Brown2009-04-171-17/+1Star
* [build] Kill off the last multiple-object source fileMichael Brown2009-04-172-5/+7
* [build] Provide mechanism for listing per-target source filesMichael Brown2009-04-171-0/+28
* [build] Simplify use of Getopt::Long in padimg.plMichael Brown2009-04-161-4/+3Star
* [build] Reinstate the .pdsk padded-floppy image formatMichael Brown2009-04-162-3/+10
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-166-19/+52
* [dhcp] Accept filename via DHCP option 67 as well as BOOTP filename fieldMichael Brown2009-04-151-4/+8
* [smbios] Add asset tag settingTimothy Stack2009-04-152-0/+27
* [gdb] Allow resynchronisation with gdbStefan Hajnoczi2009-04-151-6/+4Star
* [build] Round up SUBx deltasStefan Hajnoczi2009-04-151-7/+10
* [pcbios] Don't use "lret $2" to return from an interruptH. Peter Anvin2009-04-153-13/+26
* [build] Don't assume the existence of "seq"Michael Brown2009-03-311-1/+9
* [efi] Allow building with non-system libbfdMichael Brown2009-03-312-4/+8
* [efi] Fix compilation on Mac OS X.Michael Brown2009-03-311-0/+1
* [build] Use __SIZE_TYPE__ macro in definition of size_tJoshua Oreman2009-03-313-3/+13
* [3c90x] Add missing size_t format specifierJoshua Oreman2009-03-311-1/+1
* [efi] Use POSIX version of basename() in elf2efi.cMichael Brown2009-03-311-1/+6
* [build] Add --divide to ASFLAGS if supported by the assemblerMichael Brown2009-03-311-0/+8
* [int13] Improve debugging messagesMichael Brown2009-03-311-4/+11
* [segment] Add "Requested memory not available" error messageMichael Brown2009-03-312-0/+12
* [resolv] Simplify xfer_redirect() logicMichael Brown2009-03-301-11/+30
* [http] Support HTTP redirectionMichael Brown2009-03-301-0/+28
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-3013-14/+44
* [bzimage] Support old (pre-2.00 bootloader) Linux kernel formatsMichael Brown2009-03-302-249/+235Star
* [build] Avoid always rebuilding bin/embedded.oMichael Brown2009-03-271-2/+2
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-273-0/+124
* [netdevice] Add debug message for unknown network-layer protocolsMichael Brown2009-03-261-2/+4
* [pcnet32] Fix received packet corruptionMichael Brown2009-03-261-3/+3
* [forcedeth] Add support for newer forcedeth NICsThomas Miletich2009-03-261-7/+34
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-2639-331/+335
* [time] Add the sleep commandShao Miller2009-03-262-1/+31
* [settings] Fix broken assertion in fetch_string_setting_copy()Michael Brown2009-03-261-2/+3
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-2613-37/+363
* [3c90x] Remove src/drivers/3c90x.txtMarty Connor2009-03-131-307/+0Star
* [3c90x] 3c90x driver rewrite using gPXE APIThomas Miletich2009-03-132-935/+1200
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-1326-128/+183