summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [release] Remove obsolete VERSION fileMichael Brown2009-03-021-1/+0Star
* [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
* [pxe] Allow Escape to abort PXE menu selectionsMichael Brown2009-02-171-2/+2
* [icmp] Add support for responding to pingsMichael Brown2009-02-174-0/+128
* [comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)Daniel Verkamp2009-02-172-1/+95
* [comboot] Restore the real-mode stack pointer on exit from a COMBOOT imageMichael Brown2009-02-175-14/+40
* [comboot] Unhook interrupt vectors after returning from a COMBOOT imageMichael Brown2009-02-174-0/+18
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-175-18/+23