| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Settings] Expose SMBIOS via settings API | Michael Brown | 2008-03-28 | 3 | -17/+17 |
| * | [libc] Use __builtin_va_list et al in stdarg.h | Michael Brown | 2008-03-24 | 1 | -22/+0 |
| * | fix the rdtsc namimg | Alexey Zaytsev | 2008-03-02 | 1 | -1/+1 |
| * | Cleanups | Alexey Zaytsev | 2008-03-02 | 1 | -0/+3 |
| * | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -12/+0 |
| * | Introduce the new timer subsystem. | Alexey Zaytsev | 2008-03-02 | 1 | -0/+8 |
| * | Add DBGLVL_IO to trace all memory-mapped I/O. | Michael Brown | 2008-02-21 | 1 | -7/+40 |
| * | Add UUID to DHCP request as option 97 (if available). | Michael Brown | 2007-11-21 | 2 | -0/+11 |
| * | Added definition of a UUID and uuid_ntoa() (for debugging), and | Michael Brown | 2007-11-21 | 1 | -0/+2 |
| * | Update SMBIOS internal API to be easier to use, and not to require | Michael Brown | 2007-11-21 | 1 | -1/+38 |
| * | Allow space for the kernel's real-mode .bss. Previously we weren't | Michael Brown | 2007-11-04 | 1 | -0/+2 |
| * | Add missing attribute(packed) to two structures. | Michael Brown | 2007-10-29 | 1 | -2/+2 |
| * | rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere | Michael Brown | 2007-09-25 | 1 | -3/+0 |
| * | Add const attribute to byte-swapping functions | Michael Brown | 2007-09-21 | 1 | -3/+3 |
| * | Separate out arch-independent parts of stdint.h | Michael Brown | 2007-08-17 | 1 | -21/+3 |
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+31 |
| * | Remove some obsolete sections of librm.h and libkir.h. | Michael Brown | 2007-07-24 | 2 | -39/+25 |
| * | Completed definition of struct int13_cdrom_specification, and moved to | Michael Brown | 2007-07-19 | 1 | -0/+28 |
| * | Move uninitialised .data16 variables to .bss16; saves around 2000 | Michael Brown | 2007-07-16 | 1 | -1/+1 |
| * | Add __bss16() macro, and allow use of .bss16 section by removing | Michael Brown | 2007-07-16 | 1 | -0/+8 |
| * | Shrink cpu.c and render it useful for our purposes. | Michael Brown | 2007-07-14 | 1 | -203/+46 |
| * | Add strlen_user() (will be needed for PXE API extensions) | Michael Brown | 2007-07-06 | 1 | -0/+12 |
| * | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-05 | 1 | -6/+7 |
| * | Use a common base-memory packet buffer for DHCP construction (as used | Michael Brown | 2007-07-02 | 2 | -13/+13 |
| * | Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c | Michael Brown | 2007-06-30 | 2 | -32/+10 |
| * | Add our own trivial version of stdarg.h. This makes our build | Michael Brown | 2007-06-09 | 1 | -0/+22 |
| * | Provide a buffer in base memory for code to fill with generated DHCP data. | Michael Brown | 2007-03-22 | 1 | -0/+13 |
| * | Add ability to read serial number from SMBIOS | Michael Brown | 2007-02-01 | 1 | -0/+11 |
| * | Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the | Michael Brown | 2007-01-29 | 1 | -11/+22 |
| * | Split bootsector execution code out into bootsector.c. | Michael Brown | 2007-01-29 | 2 | -0/+14 |
| * | Yet more synonyms that people tend to use. | Michael Brown | 2007-01-26 | 1 | -11/+17 |
| * | Misread the definition of the type_of_loader field; it should include a | Michael Brown | 2007-01-19 | 1 | -1/+7 |
| * | Declaring the CPU architecture in the middle of an assembly file is | Michael Brown | 2007-01-18 | 1 | -1/+0 |
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 1 | -0/+7 |
| * | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 1 | -0/+2 |
| * | Make the getmemsize() prototype available in memsizes.h, for code that | Michael Brown | 2007-01-14 | 1 | -30/+11 |
| * | Actually, the initrd image should be architecture-independent. | Michael Brown | 2007-01-14 | 1 | -14/+0 |
| * | Add dummy "initrd" image format, just so that images can be marked as | Michael Brown | 2007-01-14 | 1 | -0/+14 |
| * | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 1 | -0/+12 |
| * | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 1 | -6/+19 |
| * | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 1 | -2/+23 |
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+73 |
| * | Select a PXE network device before starting PXE NBP. | Michael Brown | 2007-01-14 | 1 | -1/+14 |
| * | Provide {get,set}_fbms() in basemem.h. | Michael Brown | 2007-01-14 | 1 | -33/+33 |
| * | Add header for pxe_boot() | Michael Brown | 2007-01-13 | 1 | -0/+11 |
| * | Rename copy_user() to memcpy_user(). Add memmove_user() and | Michael Brown | 2007-01-12 | 1 | -2/+30 |
| * | Nothing (not even hidemem.c) uses this file! | Michael Brown | 2007-01-12 | 1 | -21/+0 |
| * | 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 |