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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the (unused) option to override _prefix_link_addr,
Michael Brown
2007-12-07
1
-14
/
+4
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
7
-14
/
+14
*
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
2
-19
/
+10
*
Update SMBIOS internal API to be easier to use, and not to require
Michael Brown
2007-11-21
2
-101
/
+214
*
Replace "Etherboot" strings with "gPXE".
Michael Brown
2007-11-20
1
-4
/
+4
*
Allow space for the kernel's real-mode .bss. Previously we weren't
Michael Brown
2007-11-04
2
-1
/
+9
*
Add missing attribute(packed) to two structures.
Michael Brown
2007-10-29
1
-2
/
+2
*
Ensure that empty e820 regions are skipped even at the end of the
Michael Brown
2007-10-10
1
-11
/
+18
*
Redefine bzimage_exec_context::mem_limit to be the highest permissible
Michael Brown
2007-09-28
1
-3
/
+4
*
Switch rm_ss and rm_sp back to being words; it'll make it less
Michael Brown
2007-09-25
1
-7
/
+7
*
Don't use the "rep ss movsb" trick to copy the RM stack to the PM
Michael Brown
2007-09-25
1
-31
/
+34
*
rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere
Michael Brown
2007-09-25
3
-54
/
+0
*
Minor refactoring to eliminate duplication.
Michael Brown
2007-09-25
1
-49
/
+39
*
Use full protected mode for access to high memory within prefix, to
Michael Brown
2007-09-25
1
-169
/
+237
*
Added more verbose memory-map debugging.
Michael Brown
2007-09-21
2
-11
/
+43
*
Add const attribute to byte-swapping functions
Michael Brown
2007-09-21
1
-3
/
+3
*
Added missing .kpxe prefix.
Michael Brown
2007-09-06
1
-0
/
+1
*
Auto-assign drive number only if set to 0xff; almost all applications
Michael Brown
2007-08-23
1
-2
/
+3
*
Separate out arch-independent parts of stdint.h
Michael Brown
2007-08-17
1
-21
/
+3
*
Add PXE FILE API.
Michael Brown
2007-08-04
1
-0
/
+25
*
Place multiboot command lines in base memory; Xen won't pick them up
Michael Brown
2007-08-03
1
-36
/
+69
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
2
-3
/
+8
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
4
-0
/
+12
*
remove old minorversion!=4 check (added -march a second time)
Holger Lubitz
2007-08-02
1
-4
/
+0
*
remove x86_64 comments from arch specific Config
Holger Lubitz
2007-08-02
1
-5
/
+0
*
Add code for constructing single-file cpio archives on the fly
Michael Brown
2007-08-02
1
-30
/
+75
*
Initrd concatenation now working
Michael Brown
2007-08-01
1
-2
/
+3
*
Allow loading of multiple initramfs images.
Michael Brown
2007-07-31
1
-50
/
+61
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-7
/
+4
*
Import various libgcc functions from syslinux.
Michael Brown
2007-07-30
1
-336
/
+0
*
GCC's optimiser seems to screw up if this is left static...
Michael Brown
2007-07-30
1
-1
/
+1
*
Don't rely on retry.c's periodically calling currticks() in order to
Michael Brown
2007-07-29
1
-1
/
+7
*
Applied a modified version of holger's regparm patches.
Michael Brown
2007-07-29
4
-4
/
+16
*
Revert "make __udivmoddi4 static" - gcc links to it implicitly
Holger Lubitz
2007-07-28
1
-1
/
+1
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make nbi_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make eltorito_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
make __udivmoddi4 static
Holger Lubitz
2007-07-27
1
-1
/
+1
*
Don't overwrite %dl with a (potentially) modified drive number if we
Michael Brown
2007-07-25
1
-1
/
+1
*
We probably shouldn't leave interrupts disabled when starting an OS.
Michael Brown
2007-07-25
1
-0
/
+1
*
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
*
Minor debug improvement
Michael Brown
2007-07-19
1
-1
/
+2
*
Don't trash the %ecx value returned by relocate(). This was causing
Michael Brown
2007-07-19
1
-6
/
+8
*
Remove INT 13,4b handler; it represents an incomplete feature (CD-ROM
Michael Brown
2007-07-19
1
-35
/
+0
*
Completed definition of struct int13_cdrom_specification, and moved to
Michael Brown
2007-07-19
2
-9
/
+37
*
Real-mode code might set the direction flag, which would cause carnage.
Michael Brown
2007-07-17
1
-0
/
+3
*
Move .zinfo to libprefix.S; it doesn't belong with the decompression code.
Michael Brown
2007-07-17
3
-39
/
+29
*
Removed dead code identified by symcheck
Michael Brown
2007-07-17
1
-17
/
+0
[next]