| Commit message (Expand) | Author | Age | Files | Lines |
| * | Force probing of multiboot before ELF. | Michael Brown | 2007-01-12 | 1 | -2/+2 |
| * | Place command-line inline, to save on memory allocation hassles. | Michael Brown | 2007-01-12 | 1 | -7/+4 |
| * | Fix the only bug (which was to use DBGC() in place of DBG()!) and add 4kB | Michael Brown | 2007-01-12 | 1 | -2/+9 |
| * | First version of an external memory allocator (not tested) | Michael Brown | 2007-01-12 | 1 | -0/+159 |
| * | Rename copy_user() to memcpy_user(). Add memmove_user() and | Michael Brown | 2007-01-12 | 2 | -3/+31 |
| * | Allow external code to update hidden memory regions. | Michael Brown | 2007-01-12 | 1 | -25/+2 |
| * | Nothing (not even hidemem.c) uses this file! | Michael Brown | 2007-01-12 | 1 | -21/+0 |
| * | Long since obsoleted by arch/i386/scripts/i386.lds | Michael Brown | 2007-01-12 | 1 | -90/+0 |
| * | Obsoleted by arch/i386/interface/pxe/pxe_call.c | Michael Brown | 2007-01-12 | 1 | -391/+0 |
| * | We *do* have a __data16_array after all! | Michael Brown | 2007-01-12 | 1 | -6/+1 |
| * | We may be required to page-align modules, so let's make sure we catch | Michael Brown | 2007-01-12 | 1 | -1/+7 |
| * | Provide registration mechanism for loaded images, so that we can e.g. | Michael Brown | 2007-01-12 | 1 | -38/+92 |
| * | Populate multiboot information structure before calling OS. | Michael Brown | 2007-01-11 | 1 | -17/+39 |
| * | Whoever put together the grub multiboot.h header is insane. | Michael Brown | 2007-01-11 | 1 | -135/+146 |
| * | Avoid namespace clashes | Michael Brown | 2007-01-11 | 1 | -10/+10 |
| * | Added fields present in the documentation but not in the header file. | Michael Brown | 2007-01-11 | 1 | -0/+17 |
| * | Capable of starting a multiboot kernel (albeit without the multiboot | Michael Brown | 2007-01-11 | 1 | -2/+15 |
| * | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparable | Michael Brown | 2007-01-11 | 1 | -0/+6 |
| * | Capable of loading a multiboot image into memory | Michael Brown | 2007-01-11 | 1 | -0/+235 |
| * | Downloaded from current grub CVS. | Michael Brown | 2007-01-11 | 1 | -0/+119 |
| * | Move include/image.h to include/gpxe/image.h | Michael Brown | 2007-01-11 | 1 | -4/+3 |
| * | Removed the Etherboot-specific ELF-image code and replaced it with a | Michael Brown | 2007-01-11 | 1 | -136/+0 |
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -1/+0 |
| * | Added user_to_phys() and memset_user(). | Michael Brown | 2007-01-11 | 1 | -20/+45 |
| * | Move memmap.h out of arch/i386; it no longer contains anything | Michael Brown | 2007-01-11 | 3 | -36/+2 |
| * | Add phys_to_user() and copy_user(). | Michael Brown | 2007-01-11 | 1 | -2/+29 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 1 | -69/+0 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 7 | -21/+60 |
| * | Give UNDI device a more meaningful name. | Michael Brown | 2007-01-10 | 1 | -1/+1 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 3 | -1/+7 |
| * | Add RX quotas to the net device poll() method. This avoids the problem | Michael Brown | 2007-01-09 | 1 | -16/+35 |
| * | Rename pkb_available() to pkb_tailroom() for consistency with Linux's | Michael Brown | 2007-01-09 | 1 | -2/+2 |
| * | Added net device TX queue; this will be needed to support the PXE UNDI API | Michael Brown | 2007-01-09 | 1 | -4/+8 |
| * | Added ability to break ISR processing over several calls to poll(). | Michael Brown | 2007-01-09 | 1 | -17/+34 |
| * | Send EOI after enabling interrupt, in case the device had asserted IRQ | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | Allow boot sector to completely destroy real-mode stack, but still | Michael Brown | 2007-01-09 | 1 | -10/+15 |
| * | Leave protected-mode return address on PM stack when issuing a | Michael Brown | 2007-01-09 | 1 | -11/+10 |
| * | Obsoleted by drivers/net/undionly.c | Michael Brown | 2007-01-09 | 1 | -182/+0 |
| * | Added UNDI root bus driver (which saves including all the PCI bus code, | Michael Brown | 2007-01-09 | 1 | -0/+96 |
| * | Added missing call to undinet_remove() | Michael Brown | 2007-01-09 | 1 | -0/+1 |
| * | undipci_probe() has to calculate busdevfn anyway, so we may as well pass | Michael Brown | 2007-01-09 | 3 | -22/+21 |
| * | Avoid erasing non-existent signatures in undi_unload() | Michael Brown | 2007-01-09 | 1 | -2/+4 |
| * | Avoid leaving preloaded_undi with invalid PXENV+/!PXE structure | Michael Brown | 2007-01-09 | 1 | -3/+15 |
| * | Since we now always unload the base code stack (even if we keep UNDI), | Michael Brown | 2007-01-09 | 1 | -83/+24 |
| * | If preloaded device matches, use that rather than going via the UNDI | Michael Brown | 2007-01-09 | 1 | -21/+46 |
| * | Populate preloaded_undi device when applicable. | Michael Brown | 2007-01-09 | 1 | -0/+9 |
| * | Provide storage for an undi_device structure representing the preloaded | Michael Brown | 2007-01-09 | 2 | -0/+51 |
| * | Call PXENV_UNDI_GET_NIC_TYPE to identify NIC physical device. | Michael Brown | 2007-01-09 | 1 | -136/+480 |
| * | Use fixed-width fields in struct undi_device, so that pxeprefix.S will be | Michael Brown | 2007-01-09 | 2 | -23/+29 |
| * | Copy pxelinux's shutdown sequence: use UNLOAD_STACK without STOP_BASE, | Michael Brown | 2007-01-08 | 1 | -3/+9 |