summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [phantom] Remove warning relating to now-fixed firmware bugMichael Brown2008-07-081-11/+0Star
* [phantom] Add NetXen dual copyrightMichael Brown2008-07-083-0/+21
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-082-6/+10
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star
* [image] Clear LOADED flag on all other images when loading a new imageMichael Brown2008-07-081-1/+10
* [settings] Allow "config" command to access root settings blockMichael Brown2008-07-081-7/+7
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-084-76/+6Star
* [dhcp] Allow DHCP non-option settings to be clearedMichael Brown2008-07-081-0/+3
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-057-0/+3067
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-019-30/+23Star
* [pxe] Fix a typo in PXENV_GET_CACHED_INFO that broke AltirisMichael Brown2008-07-011-1/+1
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [Config] remove src/ConfigH. Peter Anvin2008-06-303-381/+1Star
* [ns8390] Use stub files instead of src/ConfigH. Peter Anvin2008-06-305-6/+23
* [lkrnprefix] Make gPXE .lkrn images conform to the zImage 2.07 formatStefan Hajnoczi2008-06-301-39/+88
* [bzImage] Support loading zImage kernelsStefan Hajnoczi2008-06-301-1/+3
* [GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2008-06-304-32/+79
* [GDB] Obey flow control when GDB connects.Stefan Hajnoczi2008-06-301-0/+4
* [GDB] Remove unused DR6 debug register variableStefan Hajnoczi2008-06-301-4/+3Star
* [GDB] UDP clean up and add netdev refcntStefan Hajnoczi2008-06-301-19/+47
* [GDB] Zero-extend 16-bit segment registersStefan Hajnoczi2008-06-302-8/+14
* [GDB] Add copyright header for gdbmach.cStefan Hajnoczi2008-06-301-0/+24
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-307-2/+221
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-308-50/+501
* [GDB] Atomic read/write for device memoryStefan Hajnoczi2008-06-301-13/+53
* [GDB] Handle kill and detach packets.Stefan Hajnoczi2008-06-303-5/+19
* [romprefix] Fix PMM detection start addressMichael Brown2008-06-291-1/+1
* [nvs] Add support for ST M25P32 SPI flash devicesMichael Brown2008-06-271-0/+9
* [misc] Fix building on OpenBSDMichael Brown2008-06-272-4/+3Star
* [a20] Send a null command to the KBC after changing A20H. Peter Anvin2008-06-271-0/+3
* [libc] Remove unused le32_to_cpup(x) and cpu_to_le16p() macrosMichael Brown2008-06-271-3/+0Star
* [tg3] Recognize the BCM5789Steven Walter2008-06-271-0/+1
* [cmdline] Fix image command-line construction for zero-length argument listsMichael Brown2008-06-271-5/+8
* [script] Remove arbitrary limit on script line lengthsMichael Brown2008-06-182-28/+36
* [legacy] Align legacy drivers' __shared data to the maximum possibleMichael Brown2008-06-141-1/+1
* [prefix] When we have to hook INT 19, chain to original handler if possibleMichael Brown2008-06-141-2/+14
* [via-rhine] Fix erroneous uses of memory I/O instead of port I/OStefan Hajnoczi2008-06-121-3/+3
* [cleanup] Remove long-obsolete gpxe/async.h header fileMichael Brown2008-06-122-229/+0Star
* [bzimage] Support kernel command lines of greater than 256 charactersMichael Brown2008-06-122-2/+18
* [cmdline] Remove arbitrary limit on the length of image command linesMichael Brown2008-06-121-8/+17
* [smbios] Fix SMBIOS string fetchingMichael Brown2008-06-111-4/+2Star
* [slam] Add support for SLAM window lengths of greater than one packetMichael Brown2008-06-111-11/+30
* [console] Call cpu_nap() only if there is no input waitingMichael Brown2008-06-111-6/+8
* [slam] Implement SLAM flow controlMichael Brown2008-06-111-107/+85Star
* [retry] Add start_timer_fixed()Michael Brown2008-06-112-6/+17
* [dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFERMichael Brown2008-06-111-1/+1
* [slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown2008-06-101-22/+41
* [slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown2008-06-101-20/+62