summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-1348-264/+239Star
* [tcp] Avoid setting PSH flag when SYN flag is setMichael Brown2009-03-101-1/+3
* [time] Add the time commandDaniel Verkamp2009-03-063-0/+58
* [pxeprefix] Merge common code between !PXE and PXENV+H. Peter Anvin2009-03-061-14/+12Star
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-062-53/+113
* [release] Update version to 0.9.7+ post releaseMichael Brown2009-03-021-1/+1
* [release] Update version to 0.9.7 for releasev0.9.7Michael Brown2009-03-021-2/+2
* [sundance] Add reset completion checkThomas Miletich2009-02-271-0/+16
* [infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown2009-02-2529-16486/+0Star
* [image] Allow for zero embedded imagesMichael Brown2009-02-246-20/+32
* [image] Added "chain" command to fetch, load, and execute imageShao Miller2009-02-241-0/+20
* [pxe] Set %ax to zero on entry to PXE NBPMichael Brown2009-02-231-9/+10
* [pxeprefix] Search for the PXE entry points through all methodsH. Peter Anvin2009-02-231-42/+105
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-203-17/+73
* [scsi] Fix DBG() message reporting of error numberMichael Brown2009-02-191-2/+2
* [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown2009-02-193-106/+66Star
* [crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown2009-02-195-29/+363
* [crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown2009-02-193-50/+25Star
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-1816-121/+160