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
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pxe] Set %ax to zero on entry to PXE NBP
Michael Brown
2009-02-23
1
-9
/
+10
*
[iscsi] Include credentials in iBFT only if used during iSCSI login
Michael Brown
2009-02-20
1
-3
/
+53
*
[pxe] Initialize EDX on PXE NBP entry and INT 1Ah
H. Peter Anvin
2009-02-18
2
-8
/
+13
*
[comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)
Daniel Verkamp
2009-02-17
1
-1
/
+61
*
[comboot] Restore the real-mode stack pointer on exit from a COMBOOT image
Michael Brown
2009-02-17
1
-6
/
+6
*
[comboot] Unhook interrupt vectors after returning from a COMBOOT image
Michael Brown
2009-02-17
1
-0
/
+15
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
1
-15
/
+14
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-61
/
+82
*
[i386] Add explicit flags and type on all .section declarations
Michael Brown
2009-02-15
1
-11
/
+8
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-1
/
+1
*
[tftp] Temporary fix for conveying TFTP block size to callers
Michael Brown
2009-01-27
1
-7
/
+4
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
1
-46
/
+0
*
[efi] Use EFI-native mechanism for accessing SMBIOS table
Michael Brown
2008-12-05
1
-0
/
+84
*
[netdevice] Kill off the various guess_boot_netdev() functions
Michael Brown
2008-11-21
2
-36
/
+2
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
1
-6
/
+6
*
[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios
Michael Brown
2008-11-19
4
-0
/
+641
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-1
/
+1
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
4
-9
/
+9
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
7
-0
/
+2441
*
[i386] Free allocated base memory on exit, if possible
Michael Brown
2008-11-18
1
-11
/
+0
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+46
*
[umalloc] Formalise the user memory allocation API
Michael Brown
2008-10-13
1
-0
/
+200
*
[nap] Formalise the CPU sleeping API
Michael Brown
2008-10-13
1
-0
/
+14
*
[timer] Formalise the timer API
Michael Brown
2008-10-12
1
-0
/
+63
*
[pci] Formalise the PCI I/O API
Michael Brown
2008-10-12
1
-0
/
+113
*
[i386] Simplify linker script and standardise linker-defined symbol names
Michael Brown
2008-10-10
1
-7
/
+7
*
[pxe] Enable interrupts before starting PXE NBP execution
Michael Brown
2008-09-24
1
-0
/
+1
*
[pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000
Michael Brown
2008-09-06
1
-0
/
+10
*
[comboot] Add COMBOOT and COM32 support
Daniel Verkamp
2008-08-29
4
-0
/
+936
*
[pxe] Fill in UNDIROMID pointer in !PXE structure
Michael Brown
2008-08-28
2
-1
/
+9
*
[int13] Pairwise swap drive numbers, instead of shifting all drive numbers
Michael Brown
2008-07-16
1
-21
/
+28
*
[i386] Change semantics of __from_data16 and __from_text16
Michael Brown
2008-07-01
1
-2
/
+2
*
[PXEXT] Add FILE_API_CHECK API function
H. Peter Anvin
2008-03-26
1
-0
/
+5
*
[PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.
Michael Brown
2008-03-04
1
-0
/
+5
*
Added more verbose memory-map debugging.
Michael Brown
2007-09-21
1
-0
/
+9
*
Auto-assign drive number only if set to 0xff; almost all applications
Michael Brown
2007-08-23
1
-2
/
+3
*
Add PXE FILE API.
Michael Brown
2007-08-04
1
-0
/
+25
*
Applied a modified version of holger's regparm patches.
Michael Brown
2007-07-29
2
-3
/
+3
*
Don't overwrite %dl with a (potentially) modified drive number if we
Michael Brown
2007-07-25
1
-1
/
+1
*
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
1
-9
/
+9
*
Dump first 64 bytes of chained ISR when debugging is enabled.
Michael Brown
2007-07-10
1
-0
/
+6
*
We probably ought not to call INT13 with interrupts disabled.
Michael Brown
2007-07-10
1
-0
/
+1
*
Always increase number of BIOS drives when registering
Michael Brown
2007-07-09
1
-3
/
+5
*
Change %dl fixup rules for INT13:
Michael Brown
2007-07-09
1
-11
/
+16
*
Proof of concept; works, but has several hard-coded hacks.
Michael Brown
2007-07-09
1
-7
/
+46
*
Set CF by default, clear on success (rather than clearing and setting
Michael Brown
2007-07-09
1
-2
/
+4
*
Add (untested) UNDI loader C-level implementation.
Michael Brown
2007-07-04
1
-0
/
+25
*
Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c
Michael Brown
2007-06-30
1
-0
/
+25
[next]