| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add PHYS_CODE, for use as in __asm__ ( PHYS_CODE ( ... ) ), comparable | Michael Brown | 2007-01-11 | 1 | -0/+6 |
| * | Downloaded from current grub CVS. | Michael Brown | 2007-01-11 | 1 | -0/+119 |
| * | 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 | 1 | -34/+0 |
| * | Add phys_to_user() and copy_user(). | Michael Brown | 2007-01-11 | 1 | -2/+29 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 2 | -5/+24 |
| * | undipci_probe() has to calculate busdevfn anyway, so we may as well pass | Michael Brown | 2007-01-09 | 1 | -2/+18 |
| * | Provide storage for an undi_device structure representing the preloaded | Michael Brown | 2007-01-09 | 1 | -0/+16 |
| * | Use fixed-width fields in struct undi_device, so that pxeprefix.S will be | Michael Brown | 2007-01-09 | 1 | -19/+25 |
| * | Added missing includes | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing declarations | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Added missing include | Michael Brown | 2007-01-08 | 1 | -0/+2 |
| * | Split UNDI load/unload out into undiload.c. | Michael Brown | 2007-01-08 | 1 | -0/+14 |
| * | Separated out UNDI ROM location code into undirom.c, and use struct | Michael Brown | 2007-01-08 | 1 | -0/+49 |
| * | Use "struct undi_device" instead of "struct pxe_device", and use the | Michael Brown | 2007-01-08 | 2 | -0/+74 |
| * | Added PnP BIOS scanning code, separated out from the UNDI driver | Michael Brown | 2007-01-05 | 1 | -0/+15 |
| * | Partial implementation of UNDI loader caller. | Michael Brown | 2007-01-05 | 1 | -0/+1 |
| * | This file is no longer used | Michael Brown | 2007-01-04 | 1 | -22/+0 |
| * | Ripped out everything except the ability to send EOI to the PIC. | Michael Brown | 2007-01-04 | 1 | -61/+34 |
| * | Added geometry-guessing code based on the partition table | Michael Brown | 2006-09-09 | 1 | -0/+39 |
| * | Added support for INT 13,15; NTLDR calls it (though it may not | Michael Brown | 2006-08-27 | 1 | -0/+18 |
| * | Towards making KEEP_IT_REAL work again. | Michael Brown | 2006-08-24 | 2 | -7/+21 |
| * | Added missing check-in | Michael Brown | 2006-06-09 | 1 | -0/+16 |
| * | It's astonishing how long really fundamental bugs can survive without | Michael Brown | 2006-06-08 | 1 | -2/+2 |
| * | Fix some remarkably obvious mistakes in pcidirect.h | Michael Brown | 2006-06-08 | 1 | -3/+3 |
| * | Add a "count" field to struct memory_map. | Michael Brown | 2006-05-25 | 1 | -0/+3 |
| * | Define a struct memory_map with a fixed number of entries, rather than | Michael Brown | 2006-05-24 | 1 | -1/+9 |
| * | Remove the automatic segment register save and restore; most users of | Michael Brown | 2006-05-24 | 1 | -8/+0 |
| * | Removed REAL_EXEC(); there is no longer any code using it. | Michael Brown | 2006-05-24 | 2 | -43/+13 |
| * | Added potentially required "\n\t" on the end of asm_code_str | Michael Brown | 2006-05-24 | 1 | -14/+1 |
| * | Split out REAL_CODE() from REAL_EXEC(), preparatory to removing REAL_EXEC | Michael Brown | 2006-05-24 | 2 | -31/+35 |
| * | Remove references to obsoleted REAL_CALL from documentation. | Michael Brown | 2006-05-24 | 1 | -7/+0 |
| * | Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is | Michael Brown | 2006-05-24 | 2 | -100/+94 |
| * | Replaced memsizes.c with smaller memmap.c, taking advantage of __data16, | Michael Brown | 2006-05-24 | 2 | -0/+25 |
| * | Add __{text,data}16_array, since there's no way I can see to make the | Michael Brown | 2006-05-24 | 2 | -4/+14 |
| * | Add the concept of a "user pointer" (similar to the void __user * in | Michael Brown | 2006-05-19 | 4 | -19/+91 |
| * | Use typeof(sizeof(...)) to define a size_t. This stops gcc complaining | Michael Brown | 2006-05-19 | 1 | -1/+1 |
| * | Strip down i386 PCI configuration space I/O to the bare minimum. A | Michael Brown | 2006-05-17 | 3 | -18/+281 |
| * | Add INT 13,41 (extensions installation check). LILO's MBR now uses | Michael Brown | 2006-05-15 | 1 | -0/+16 |
| * | Add int13_boot(), to allow booting from INT 13 emulated drives. | Michael Brown | 2006-05-14 | 1 | -0/+1 |
| * | Specify attributes on .text16. | Michael Brown | 2006-05-14 | 1 | -1/+1 |
| * | Rewrote printf and friends to better support standard C semantics. | Michael Brown | 2006-05-14 | 1 | -0/+1 |
| * | Provide access to rm_cs and rm_ds from protected-mode code. | Michael Brown | 2006-05-13 | 1 | -1/+4 |
| * | Provide a global counter for the number of interrupts hooked. | Michael Brown | 2006-05-13 | 1 | -0/+1 |
| * | Define BIOS data segment in bios.h | Michael Brown | 2006-05-13 | 1 | -0/+3 |
| * | Add flag definitions. | Michael Brown | 2006-05-13 | 1 | -0/+8 |
| * | Add INT 13 emulation layer (which provides an interface to gPXE block | Michael Brown | 2006-05-13 | 1 | -0/+157 |
| * | Add 64-bit byte-swapping operations. | Michael Brown | 2006-05-13 | 1 | -7/+38 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 2 | -32/+0 |
| * | (Redoing check-in lost by SourceForge's failure.) | Michael Brown | 2006-05-13 | 1 | -0/+17 |