index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
2008-10-10
6
-26
/
+47
*
[efi] Add EFI headers from the EFI Development Kit (edk2)
Michael Brown
2008-10-10
25
-0
/
+9013
*
[i386] Simplify linker script and standardise linker-defined symbol names
Michael Brown
2008-10-10
11
-236
/
+153
*
[makefile] Reduce verbosity of various NON_AUTO_MEDIA rules
Michael Brown
2008-10-10
3
-10
/
+17
*
[makefile] Split platform-dependent portions out of arch/i386/Makefile
Michael Brown
2008-10-10
2
-50
/
+56
*
[makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty lists
Michael Brown
2008-10-10
1
-0
/
+4
*
[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPS
Michael Brown
2008-10-10
1
-0
/
+1
*
[util] Don't die on undefined symbols in sortobjdump.pl
Michael Brown
2008-10-10
1
-1
/
+1
*
[util] Add optional debug messages to zbin.c
Michael Brown
2008-10-10
1
-0
/
+27
*
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Michael Brown
2008-10-08
7
-293
/
+57
*
[makefile] Add support for multiple build platforms
Michael Brown
2008-10-08
3
-219
/
+378
*
[makefile] Kill off arch/$(ARCH)/Config
Michael Brown
2008-10-07
3
-166
/
+56
*
[libc] Define wchar_t in a gcc-compatible way
Michael Brown
2008-10-07
1
-0
/
+6
*
[libc] Add function declaration for main() in stdlib.h
Michael Brown
2008-10-07
1
-0
/
+1
*
[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
Michael Brown
2008-10-01
2
-4
/
+4
*
[i2c] Generalise i2c bit-bashing support to addressless devices
Michael Brown
2008-10-01
3
-47
/
+174
*
[makefile] Fix -fno-stack-protector test on older versions of gcc
Michael Brown
2008-10-01
1
-1
/
+2
*
[compiler] Allow for selective disabling of debug levels at runtime
Michael Brown
2008-10-01
1
-2
/
+17
*
[compiler] Add __always_inline macro
Michael Brown
2008-10-01
1
-0
/
+3
*
[release] Update version to 0.9.5+ post release
Marty Connor
2008-10-01
2
-2
/
+2
*
[release] Update version to 0.9.5 for release
v0.9.5
Marty Connor
2008-10-01
2
-3
/
+3
*
[arbel] Fix off-by-one error in the failure path in arbel_probe()
Michael Brown
2008-10-01
1
-4
/
+4
*
[hermon] Fix off-by-one error in the failure path in hermon_probe()
Michael Brown
2008-10-01
1
-4
/
+4
*
[makefile] Quote argument to sed containing []
H. Peter Anvin
2008-09-30
1
-1
/
+1
*
[makefile] Avoid using ?=
H. Peter Anvin
2008-09-30
2
-6
/
+6
*
[tg3] Add PCI ID
Michael Brown
2008-09-29
1
-0
/
+1
*
[pcbios] Allow for larger-than-20-byte buffers in e820mangler.S
Michael Brown
2008-09-29
1
-14
/
+45
*
[pcbios] Print INT 15,E820 extended attributes, if present
Michael Brown
2008-09-29
1
-3
/
+43
*
[gdb] Fix a compiler warning that shows up only when assertions are enabled
Michael Brown
2008-09-29
1
-2
/
+2
*
[pcbios] Save/restore %es in INT 15,e820
Michael Brown
2008-09-29
1
-0
/
+2
*
[i386] Add dump_regs() debug call
Michael Brown
2008-09-28
1
-0
/
+23
*
[hermon] Allocate only as much memory as is needed for ICM and ICM AUX
Michael Brown
2008-09-28
1
-47
/
+62
*
[iscsi] Fix LUN parsing in the iSCSI root-path
Michael Brown
2008-09-27
1
-11
/
+14
*
[release] Update version post release to 0.9.4+
Marty Connor
2008-09-26
1
-1
/
+1
*
[release] Update version information for 0.9.4 release
v0.9.4
Marty Connor
2008-09-26
2
-3
/
+3
*
[settings] Allow for setting fetchers to fail in fetchf_hex()
Michael Brown
2008-09-26
1
-0
/
+2
*
[settings] Expose MAC address setting for general use
Michael Brown
2008-09-26
1
-0
/
+1
*
[romprefix] Fully clear the "Press B to boot..." message when INT19 is used
Michael Brown
2008-09-26
1
-1
/
+1
*
[pcbios] Fetch INT 15,e820 entry directly into our e820 cache
Michael Brown
2008-09-25
1
-19
/
+9
*
[arbel] Allocate sufficient space for firmware buffer
Michael Brown
2008-09-25
1
-1
/
+1
*
[hermon] Allocate sufficient space for firmware buffer
Michael Brown
2008-09-25
1
-1
/
+1
*
[pcbios] Add facility for testing arbitrary E820 memory maps
Michael Brown
2008-09-25
3
-0
/
+112
*
[crypto] Remove spurious #include "config.h"
Michael Brown
2008-09-25
1
-2
/
+0
*
[romprefix] Allow BANNER_TIMEOUT to control banners in romprefix.S
Michael Brown
2008-09-25
1
-18
/
+26
*
[dhcp] Accept BOOTP as well as DHCP
Michael Brown
2008-09-25
2
-7
/
+10
*
[pxe] Enable interrupts before starting PXE NBP execution
Michael Brown
2008-09-24
1
-0
/
+1
*
[pcbios] Inhibit INT 15 memory map hiding on brain-dead BIOSes
Michael Brown
2008-09-24
1
-0
/
+27
*
[settings] Add the uristring setting type
Michael Brown
2008-09-24
1
-0
/
+53
*
[uri] Add uri_encode() and uri_decode() functions for URI character encoding
Michael Brown
2008-09-24
2
-0
/
+80
*
[romprefix] If we hook INT 19, prompt before attempting boot
Michael Brown
2008-09-24
1
-44
/
+107
[prev]
[next]