index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
image
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
5
-18
/
+18
*
[script] Allow for DOS-style line endings in scripts
Michael Brown
2009-06-03
1
-3
/
+5
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
5
-0
/
+10
*
[elf] Work around entry point bug in NetBSD kernels
Michael Brown
2009-04-24
1
-14
/
+41
*
[segment] Add "Requested memory not available" error message
Michael Brown
2009-03-31
1
-0
/
+11
*
[image] Allow for zero embedded images
Michael Brown
2009-02-24
2
-6
/
+9
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-4
/
+1
*
[image] Avoid claiming zero-length images as valid
Michael Brown
2009-02-16
1
-0
/
+6
*
[image] Allow multiple embedded images
Michael Brown
2009-02-16
3
-39
/
+79
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
1
-1
/
+1
*
[efi] Add efi_strerror()
Michael Brown
2008-11-19
1
-6
/
+6
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
2
-4
/
+4
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+106
*
[pcbios] Add extra debugging messages relating to the system memory map
Michael Brown
2008-09-07
1
-0
/
+2
*
[bzimage] Kill off the initrd image type
Michael Brown
2008-07-08
1
-37
/
+0
*
[misc] Fix building on OpenBSD
Michael Brown
2008-06-27
1
-3
/
+2
*
[script] Remove arbitrary limit on script line lengths
Michael Brown
2008-06-18
1
-28
/
+19
*
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
2008-06-09
1
-23
/
+6
*
[embed] Add missing register_image() to image/embedded.c
Michael Brown
2008-06-04
1
-0
/
+1
*
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
2
-0
/
+56
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Set current working URI to be that of the executable image when
Michael Brown
2007-08-07
1
-9
/
+1
*
Set current working URI equal to script URI during script execution.
Michael Brown
2007-08-02
1
-1
/
+9
*
Cope with non-newline-terminated scripts.
Michael Brown
2007-08-02
1
-2
/
+3
*
Scripts temporarily deregister themselves while executing. This
Michael Brown
2007-06-09
1
-3
/
+16
*
Actually, the initrd image should be architecture-independent.
Michael Brown
2007-01-14
1
-0
/
+37
*
Replace image->entry with image->priv.
Michael Brown
2007-01-14
1
-2
/
+2
*
Make DEBUG=script echo the commands as they are executed
Michael Brown
2007-01-12
1
-0
/
+1
*
Use systematic names for XXX_IMAGE.
Michael Brown
2007-01-12
1
-0
/
+113
*
Force probing of multiboot before ELF.
Michael Brown
2007-01-12
1
-2
/
+2
*
Rename copy_user() to memcpy_user(). Add memmove_user() and
Michael Brown
2007-01-12
1
-1
/
+1
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-11
1
-5
/
+11
*
Add placeholder elf_execute()
Michael Brown
2007-01-11
1
-0
/
+11
*
Limit -ENOEXEC to mean "this is not in my format".
Michael Brown
2007-01-11
1
-3
/
+3
*
Use generic "struct image" rather than "struct elf".
Michael Brown
2007-01-11
1
-11
/
+18
*
Create include/gpxe/elf.h for the ELF bits that aren't part of the ELF
Michael Brown
2007-01-11
1
-8
/
+4
*
Removed the Etherboot-specific ELF-image code and replaced it with a
Michael Brown
2007-01-11
1
-0
/
+130
*
Remove osloader.c and replace with a prep_segment() that uses userptr_t
Michael Brown
2007-01-11
1
-0
/
+72
[prev]