2007-11-21 |
Michael Brown | Add UUID to DHCP request as option 97 (if available). |
tree | commitdiff |
2007-11-21 |
Michael Brown | Added definition of a UUID and uuid_ntoa() (for debuggi... |
tree | commitdiff |
2007-11-21 |
Michael Brown | Update SMBIOS internal API to be easier to use, and... |
tree | commitdiff |
2007-11-20 |
Michael Brown | Replace "Etherboot" strings with "gPXE". |
tree | commitdiff |
2007-11-04 |
Michael Brown | Allow space for the kernel's real-mode .bss. Previousl... |
tree | commitdiff |
2007-10-29 |
Michael Brown | Add missing attribute(packed) to two structures. |
tree | commitdiff |
2007-10-29 |
Michael Brown | Merge branch '3leaf' |
tree | commitdiff |
2007-10-10 |
Michael Brown | Ensure that empty e820 regions are skipped even at... |
tree | commitdiff |
2007-10-10 |
Michael Brown | Ensure that empty e820 regions are skipped even at... |
tree | commitdiff |
2007-09-28 |
Michael Brown | Redefine bzimage_exec_context::mem_limit to be the... |
tree | commitdiff |
2007-09-25 |
Michael Brown | Switch rm_ss and rm_sp back to being words; it'll make... |
tree | commitdiff |
2007-09-25 |
Michael Brown | Don't use the "rep ss movsb" trick to copy the RM stack... |
tree | commitdiff |
2007-09-25 |
Michael Brown | rm_ss, rm_sp, and pm_esp don't need to be accessed... |
tree | commitdiff |
2007-09-25 |
Michael Brown | Minor refactoring to eliminate duplication. |
tree | commitdiff |
2007-09-25 |
Michael Brown | Use full protected mode for access to high memory withi... |
tree | commitdiff |
2007-09-21 |
Michael Brown | Added more verbose memory-map debugging. |
tree | commitdiff |
2007-09-21 |
Michael Brown | Added more verbose memory-map debugging. |
tree | commitdiff |
2007-09-21 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-09-21 |
Michael Brown | Add const attribute to byte-swapping functions |
tree | commitdiff |
2007-09-18 |
Michael Brown | Merge branch 'master' into 3leaf-rewrite |
tree | commitdiff |
2007-09-15 |
Michael Brown | Add const attribute to byte-swapping functions |
tree | commitdiff |
2007-09-11 |
Michael Brown | Merge branch 'master' into 3leaf-rewrite |
tree | commitdiff |
2007-09-08 |
Michael Brown | Re-added the kpxe prefix. I have no idea when this... |
tree | commitdiff |
2007-09-06 |
Michael Brown | Added missing .kpxe prefix. |
tree | commitdiff |
2007-08-23 |
Holger Lubitz | Merge branch 'master' into curses |
tree | commitdiff |
2007-08-23 |
Holger Lubitz | Merge branch 'master' of git://git.etherboot.org/scm... |
tree | commitdiff |
2007-08-23 |
Michael Brown | Merge commit 'holger/strings' |
tree | commitdiff |
2007-08-23 |
Michael Brown | Merge branch 'master' into 3leaf |
tree | commitdiff |
2007-08-23 |
Michael Brown | Auto-assign drive number only if set to 0xff; almost... |
tree | commitdiff |
2007-08-18 |
Holger Lubitz | Merge branch 'master' of git://git.etherboot.org/scm... |
tree | commitdiff |
2007-08-17 |
Michael Brown | Separate out arch-independent parts of stdint.h |
tree | commitdiff |
2007-08-17 |
Michael Brown | Separate out arch-independent parts of stdint.h |
tree | commitdiff |
2007-08-07 |
Holger Lubitz | Merge branch 'master' of git://git.etherboot.org/scm... |
tree | commitdiff |
2007-08-06 |
Holger Lubitz | Revert "malloc attribute changes" |
tree | commitdiff |
2007-08-05 |
Holger Lubitz | Merge branch 'master' of git://git.etherboot.org/scm... |
tree | commitdiff |
2007-08-04 |
Michael Brown | Add PXE FILE API. |
tree | commitdiff |
2007-08-02 |
Michael Brown | Place multiboot command lines in base memory; Xen won... |
tree | commitdiff |
2007-08-02 |
Holger Lubitz | malloc attribute changes |
tree | commitdiff |
2007-08-02 |
Michael Brown | Allow images to hold references to the originating... |
tree | commitdiff |
2007-08-02 |
Michael Brown | Allowed zero-cost enforced ordering of features in... |
tree | commitdiff |
2007-08-02 |
Holger Lubitz | remove old minorversion!=4 check (added -march a second... |
tree | commitdiff |
2007-08-02 |
Holger Lubitz | remove x86_64 comments from arch specific Config |
tree | commitdiff |
2007-08-01 |
Holger Lubitz | Merge branch 'master' into strings |
tree | commitdiff |
2007-08-01 |
Michael Brown | Add code for constructing single-file cpio archives... |
tree | commitdiff |
2007-08-01 |
Michael Brown | Initrd concatenation now working |
tree | commitdiff |
2007-07-31 |
Michael Brown | Allow loading of multiple initramfs images. |
tree | commitdiff |
2007-07-31 |
Michael Brown | Centralise construction of the DHCP request and respons... |
tree | commitdiff |
2007-07-30 |
Michael Brown | Import various libgcc functions from syslinux. |
tree | commitdiff |
2007-07-30 |
Michael Brown | GCC's optimiser seems to screw up if this is left static... |
tree | commitdiff |
2007-07-29 |
Michael Brown | Don't rely on retry.c's periodically calling currticks... |
tree | commitdiff |
2007-07-28 |
Michael Brown | Applied a modified version of holger's regparm patches. |
tree | commitdiff |
2007-07-28 |
Michael Brown | Merge branch 'symcheck2' |
tree | commitdiff |
2007-07-28 |
Holger Lubitz | Revert "make __udivmoddi4 static" - gcc links to it... |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make multiboot_load static |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make nbi_load static |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make eltorito_load static |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | Merge branch 'master' into symcheck2 |
tree | commitdiff |
2007-07-27 |
Holger Lubitz | make __udivmoddi4 static |
tree | commitdiff |
2007-07-25 |
Michael Brown | Don't overwrite %dl with a (potentially) modified drive... |
tree | commitdiff |
2007-07-25 |
Michael Brown | We probably shouldn't leave interrupts disabled when... |
tree | commitdiff |
2007-07-24 |
Michael Brown | Add per-file error identifiers |
tree | commitdiff |
2007-07-24 |
Michael Brown | Remove some obsolete sections of librm.h and libkir.h. |
tree | commitdiff |
2007-07-24 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-19 |
Michael Brown | Minor debug improvement |
tree | commitdiff |
2007-07-19 |
Michael Brown | Don't trash the %ecx value returned by relocate().... |
tree | commitdiff |
2007-07-19 |
Michael Brown | Remove INT 13,4b handler; it represents an incomplete... |
tree | commitdiff |
2007-07-19 |
Michael Brown | Completed definition of struct int13_cdrom_specificatio... |
tree | commitdiff |
2007-07-17 |
Michael Brown | Real-mode code might set the direction flag, which... |
tree | commitdiff |
2007-07-17 |
Michael Brown | Move .zinfo to libprefix.S; it doesn't belong with... |
tree | commitdiff |
2007-07-17 |
Michael Brown | Removed dead code identified by symcheck |
tree | commitdiff |
2007-07-16 |
Michael Brown | Kill off redundant references to the .zprefixes. |
tree | commitdiff |
2007-07-16 |
Michael Brown | Update all prefixes currently referring to _load_size... |
tree | commitdiff |
2007-07-16 |
Michael Brown | Rename _rom_size to _load_size_sect, since hdprefix... |
tree | commitdiff |
2007-07-16 |
Michael Brown | Compressed ROM images now work. |
tree | commitdiff |
2007-07-16 |
Michael Brown | Move uninitialised .data16 variables to .bss16; saves... |
tree | commitdiff |
2007-07-16 |
Michael Brown | Kill off some long-redundant CFLAGS |
tree | commitdiff |
2007-07-16 |
Michael Brown | Add __bss16() macro, and allow use of .bss16 section... |
tree | commitdiff |
2007-07-15 |
Michael Brown | Use a single _payload_offset linker-defined variable... |
tree | commitdiff |
2007-07-15 |
Michael Brown | Merge commit 'indolent/natsemi' |
tree | commitdiff |
2007-07-15 |
Michael Brown | Skip the length field prepended by util/nrv2b.c |
tree | commitdiff |
2007-07-15 |
Michael Brown | Modified calling convention: we now update %esi and... |
tree | commitdiff |
2007-07-15 |
Michael Brown | "not" doesn't affect flags, "xor $-1" does. |
tree | commitdiff |
2007-07-14 |
Michael Brown | On advice of hpa: be more patient with the KBC and... |
tree | commitdiff |
2007-07-14 |
Michael Brown | Shrink cpu.c and render it useful for our purposes. |
tree | commitdiff |
2007-07-14 |
Michael Brown | Dead code removal. |
tree | commitdiff |
2007-07-14 |
Michael Brown | Be more aggressive in attempts to enable A20, now that... |
tree | commitdiff |
2007-07-13 |
Michael Brown | Kill off the enforced RX quota; it only seems to hurt... |
tree | commitdiff |
2007-07-13 |
Michael Brown | Use fast in-situ test for gate A20 being set, to cut... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Improve error reporting for strange length combinations... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Set up %ds *before* testing a value in our data segment... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Report RX errors via netdev_rx_err() |
tree | commitdiff |
2007-07-10 |
Michael Brown | Dump first 64 bytes of chained ISR when debugging is... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Protect ISR against failure to unhook. |
tree | commitdiff |
2007-07-10 |
Michael Brown | Master IRQ should be EOIed first, I think. |
tree | commitdiff |
2007-07-10 |
Michael Brown | We probably ought not to call INT13 with interrupts... |
tree | commitdiff |
2007-07-10 |
Michael Brown | Working code to call the PXE stack from within the... |
tree | commitdiff |
2007-07-09 |
Michael Brown | Always increase number of BIOS drives when registering |
tree | commitdiff |
2007-07-09 |
Michael Brown | Change %dl fixup rules for INT13: |
tree | commitdiff |
2007-07-09 |
Michael Brown | Proof of concept; works, but has several hard-coded... |
tree | commitdiff |
2007-07-09 |
Michael Brown | Set CF by default, clear on success (rather than cleari... |
tree | commitdiff |
next |