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
Commit message (
Expand
)
Author
Age
Files
Lines
*
API change: the raw image will no longer be (hypothetically) discarded
Michael Brown
2007-01-12
1
-4
/
+2
*
Force probing of multiboot before ELF.
Michael Brown
2007-01-12
3
-12
/
+24
*
fetch() now knows nothing about struct image; it simply loads a file and
Michael Brown
2007-01-12
5
-22
/
+19
*
Allow "imgexec" with no arguments to boot the file that was loaded with
Michael Brown
2007-01-12
3
-9
/
+35
*
Cleaner separation between imgXXX() functions and image_cmd.c
Michael Brown
2007-01-12
4
-60
/
+389
*
Add free_image
Michael Brown
2007-01-12
2
-0
/
+18
*
Add basic "fetch" and "imgstat" commands.
Michael Brown
2007-01-12
7
-0
/
+387
*
Added IMAGE_LOADED flag and find_image()
Michael Brown
2007-01-12
2
-0
/
+34
*
Be silent if there are no network interfaces
Michael Brown
2007-01-12
1
-6
/
+0
*
Added missing declaration.
Michael Brown
2007-01-12
1
-0
/
+2
*
Place command-line inline, to save on memory allocation hassles.
Michael Brown
2007-01-12
2
-8
/
+16
*
Added basename() to make automatically naming images easier.
Michael Brown
2007-01-12
2
-0
/
+46
*
Build automatically expanding buffers from struct buffer and erealloc().
Michael Brown
2007-01-12
2
-0
/
+85
*
Fix the only bug (which was to use DBGC() in place of DBG()!) and add 4kB
Michael Brown
2007-01-12
1
-2
/
+9
*
Quick and dirty test for emalloc()
Michael Brown
2007-01-12
1
-0
/
+26
*
First version of an external memory allocator (not tested)
Michael Brown
2007-01-12
2
-0
/
+176
*
Rename copy_user() to memcpy_user(). Add memmove_user() and
Michael Brown
2007-01-12
3
-4
/
+32
*
Allow external code to update hidden memory regions.
Michael Brown
2007-01-12
2
-25
/
+47
*
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
*
Add UNULL
Michael Brown
2007-01-12
1
-0
/
+3
*
Fix typo
Michael Brown
2007-01-12
1
-1
/
+1
*
We may be required to page-align modules, so let's make sure we catch
Michael Brown
2007-01-12
1
-1
/
+7
*
Allow for named images.
Michael Brown
2007-01-12
1
-3
/
+5
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-12
4
-122
/
+262
*
alloca() can be useful in some (limited) circumstances.
Michael Brown
2007-01-12
1
-0
/
+25
*
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
*
Add command line that can be passed to executed images.
Michael Brown
2007-01-11
1
-0
/
+3
*
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
*
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
2
-3
/
+11
*
Distinguish between ENOMEM (as representing a lack of internal memory
Michael Brown
2007-01-11
1
-18
/
+18
*
Downloaded from current grub CVS.
Michael Brown
2007-01-11
1
-0
/
+119
*
Use generic "struct image" rather than "struct elf".
Michael Brown
2007-01-11
3
-28
/
+25
*
Rename "image" field to "data", because "image->image" is just confusing.
Michael Brown
2007-01-11
1
-1
/
+1
*
Move include/image.h to include/gpxe/image.h
Michael Brown
2007-01-11
6
-35
/
+65
*
Had this file lying around for ages; may as well check it in.
Michael Brown
2007-01-11
1
-0
/
+39
*
Try image as ELF file first. (Don't yet actually try to execute it).
Michael Brown
2007-01-11
1
-1
/
+14
*
Print informative error message when boot fails.
Michael Brown
2007-01-11
1
-1
/
+1
*
Create include/gpxe/elf.h for the ELF bits that aren't part of the ELF
Michael Brown
2007-01-11
2
-8
/
+30
*
Update TFTP to use a struct buffer rather than a callback.
Michael Brown
2007-01-11
3
-73
/
+80
*
Use physical address in debug messages; they make more sense to read.
Michael Brown
2007-01-11
1
-8
/
+12
*
Removed the Etherboot-specific ELF-image code and replaced it with a
Michael Brown
2007-01-11
4
-222
/
+134
[next]