index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
i386
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
3
-3
/
+14
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
3
-0
/
+2117
*
[elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files
Michael Brown
2008-11-18
2
-96
/
+0
*
[i386] Free allocated base memory on exit, if possible
Michael Brown
2008-11-18
1
-1
/
+14
*
[ioapi] Fix broken implementation of insX() in the x86 I/O API
Michael Brown
2008-10-27
1
-2
/
+2
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
2
-0
/
+17
*
[umalloc] Formalise the user memory allocation API
Michael Brown
2008-10-13
3
-1
/
+29
*
[uaccess] Formalise the uaccess API
Michael Brown
2008-10-13
8
-363
/
+171
*
[nap] Formalise the CPU sleeping API
Michael Brown
2008-10-13
3
-2
/
+28
*
[timer] Formalise the timer API
Michael Brown
2008-10-12
6
-9
/
+104
*
[pci] Formalise the PCI I/O API
Michael Brown
2008-10-12
4
-76
/
+78
*
[ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API
Michael Brown
2008-10-12
2
-22
/
+20
*
[i386] Remove obsolete functions from virtaddr.h
Michael Brown
2008-10-12
1
-21
/
+2
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
3
-267
/
+2
*
[ioapi] Formalise the I/O API as used in i386-pcbios
Michael Brown
2008-10-12
2
-0
/
+160
*
[pcbios] Add facility for testing arbitrary E820 memory maps
Michael Brown
2008-09-25
1
-0
/
+7
*
[comboot] Add COMBOOT and COM32 support
Daniel Verkamp
2008-08-29
3
-0
/
+106
*
[librm] Add rm stack copying functions
Daniel Verkamp
2008-08-29
1
-0
/
+3
*
[librm] Make rm_sp and rm_ss globals again
Daniel Verkamp
2008-08-28
1
-0
/
+2
*
[libc] Mark setjmp and longjmp as __cdecl
Daniel Verkamp
2008-08-28
1
-2
/
+2
*
[int13] Pairwise swap drive numbers, instead of shifting all drive numbers
Michael Brown
2008-07-16
1
-1
/
+13
*
[i386] Change semantics of __from_data16 and __from_text16
Michael Brown
2008-07-01
2
-8
/
+8
*
[GDB] Add watch and rwatch hardware watchpoints
Stefan Hajnoczi
2008-06-30
1
-0
/
+13
*
[libc] Remove unused le32_to_cpup(x) and cpu_to_le16p() macros
Michael Brown
2008-06-27
1
-3
/
+0
*
[script] Remove arbitrary limit on script line lengths
Michael Brown
2008-06-18
1
-0
/
+17
*
[bzimage] Support kernel command lines of greater than 256 characters
Michael Brown
2008-06-12
1
-0
/
+8
*
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
2008-06-09
1
-0
/
+1
*
[GDB] Add GDB stub for remote debugging
Stefan Hajnoczi
2008-06-05
1
-0
/
+51
*
[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
[prev]
[next]