summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown2009-02-182-13/+25
* [crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown2009-02-183-15/+15
* [pxe] Initialize EDX on PXE NBP entry and INT 1AhH. Peter Anvin2009-02-182-8/+13
* [pxeprefix] Add .kkpxe image type and ability to return via PXE stackMichael Brown2009-02-187-39/+131
* [i386] Kill off obsolete boot1a.s fileMichael Brown2009-02-181-410/+0Star
* [dhcp] Use a default user-class of "gPXE"Michael Brown2009-02-171-0/+2
* [image] Redact password from URIs displayed by imgfetch()Michael Brown2009-02-171-1/+12
* [login] Add "login" command and UIMichael Brown2009-02-176-0/+179
* [settings] Allow store_setting() to access the root settings blockMichael Brown2009-02-171-3/+3
* [http] Send authentication information whenever username is presentMichael Brown2009-02-171-9/+8Star
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-173-6/+19