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
/
pcbios
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[pci] Use single "busdevfn" field in struct pci_device
Michael Brown
2011-02-17
1
-3
/
+2
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
1
-2
/
+6
*
[int13] Dump out MBR at DBGLVL_EXTRA
Michael Brown
2010-10-18
1
-0
/
+2
*
[int13] Fix typo in debug message
Michael Brown
2010-09-22
1
-1
/
+1
*
[int13] Include disk signature in debugging output
Michael Brown
2010-09-22
1
-0
/
+2
*
[int13] Add infrastructure to support EDD version 4.0
Michael Brown
2010-09-22
1
-23
/
+216
*
[block] Replace gPXE block-device API with an iPXE asynchronous interface
Michael Brown
2010-09-14
8
-1064
/
+696
*
[ioapi] Move get_memmap() to the I/O API group
Piotr JaroszyĆski
2010-08-16
2
-2
/
+2
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
13
-51
/
+51
*
[sanboot] Prevent leaking a stack reference for "keep-san" AoE
Stefan Hajnoczi
2010-01-15
1
-21
/
+33
*
[int13] Guard against BIOSes that "fix" the drive count
Michael Brown
2009-11-18
1
-6
/
+48
*
[int13] Fix number of sectors returned by INT 13,15
Michael Brown
2009-11-18
1
-2
/
+6
*
[autoboot] Ensure that an error message is always printed for a boot failure
Michael Brown
2009-11-18
2
-4
/
+0
*
[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocols
Michael Brown
2009-11-04
4
-17
/
+35
*
[iscsi] Use the "Ethernet-compatible" MAC address in the iBFT
Michael Brown
2009-10-23
1
-4
/
+8
*
[iscsi] Fix printing of non-existent strings in iBFT debug messages
Michael Brown
2009-10-23
1
-1
/
+2
*
[infiniband] Add support for the SRP Boot Firmware Table
Michael Brown
2009-08-10
2
-0
/
+111
*
[infiniband] Add support for SRP over Infiniband
Michael Brown
2009-08-10
1
-0
/
+63
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
11
-0
/
+22
*
[int13] Improve debugging messages
Michael Brown
2009-03-31
1
-4
/
+11
*
[iscsi] Include credentials in iBFT only if used during iSCSI login
Michael Brown
2009-02-20
1
-3
/
+53
*
[umalloc] Avoid problems when _textdata_memsz is a multiple of 4kB
Michael Brown
2009-02-15
1
-3
/
+3
*
[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] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
1
-1
/
+1
*
[i386] Free allocated base memory on exit, if possible
Michael Brown
2008-11-18
1
-11
/
+0
*
[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
*
[int13] Pairwise swap drive numbers, instead of shifting all drive numbers
Michael Brown
2008-07-16
1
-21
/
+28
*
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
*
Applied a modified version of holger's regparm patches.
Michael Brown
2007-07-29
1
-1
/
+1
*
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
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
1
-69
/
+58
*
Allow boot sector to completely destroy real-mode stack, but still
Michael Brown
2007-01-09
1
-10
/
+15
*
Added debugging statements
Michael Brown
2007-01-08
1
-1
/
+19
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
[prev]
[next]