index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Makefile.housekeeping
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Explicitly link efilink against -liberty
Michael Brown
2008-11-19
1
-1
/
+1
*
[build] Fix building on FreeBSD
Michael Brown
2008-10-17
1
-0
/
+8
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
1
-0
/
+9
*
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
2008-10-10
1
-1
/
+1
*
[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
*
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
Michael Brown
2008-10-08
1
-8
/
+0
*
[makefile] Add support for multiple build platforms
Michael Brown
2008-10-08
1
-103
/
+310
*
[makefile] Fix -fno-stack-protector test on older versions of gcc
Michael Brown
2008-10-01
1
-1
/
+2
*
[release] Update version to 0.9.5+ post release
Marty Connor
2008-10-01
1
-1
/
+1
*
[release] Update version to 0.9.5 for release
v0.9.5
Marty Connor
2008-10-01
1
-2
/
+2
*
[makefile] Avoid using ?=
H. Peter Anvin
2008-09-30
1
-4
/
+4
*
[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
1
-2
/
+2
*
[makefile] Suppress "No such file or directory" warnings at start of build
Michael Brown
2008-07-24
1
-2
/
+2
*
[Config] remove src/Config
H. Peter Anvin
2008-06-30
1
-1
/
+1
*
[Makefile] Add "+" to end of version string for git-generated images
Marty Connor
2008-06-06
1
-1
/
+1
*
[Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targets
Michael Brown
2008-06-06
1
-1
/
+1
*
[util] config-local.h to avoid accidental commits
Stefan Hajnoczi
2008-06-05
1
-2
/
+2
*
[Makefile] Quick hack: always define pci_{vendor,device}_id
Michael Brown
2008-04-23
1
-2
/
+2
*
[Makefile] Use -MM instead of -M in dependency generation
Michael Brown
2008-03-24
1
-1
/
+1
*
Make tarball generation quieter
v0.9.3
Marty Connor
2008-02-14
1
-1
/
+1
*
Updated $(VERSION) for release. Change tarball generation.
Marty Connor
2008-02-14
1
-14
/
+19
*
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
1
-0
/
+8
*
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
Michael Brown
2008-01-07
1
-1
/
+1
*
Retain some intermediate object files, suggested by Geert Stappers and Alexey...
Marty Connor
2007-12-28
1
-0
/
+3
*
Autodetect whether or not we need to be using -fno-stack-protector.
Michael Brown
2007-12-15
1
-0
/
+8
*
Yet another attempt to autodetect an appropriate "echo -e".
Michael Brown
2007-12-07
1
-11
/
+31
*
Another (hopefully more robust) attempt to find a usable substitute
Michael Brown
2007-12-08
1
-7
/
+28
*
Try to fix echo-detection to work on all systems that provide any
Michael Brown
2007-12-07
1
-0
/
+5
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-09-09
1
-73
/
+65
|
\
|
*
Use "/bin/echo -e" instead of shell builtin echo; some shells don't
Michael Brown
2007-09-08
1
-73
/
+65
*
|
Add the possibility to create .o files from arbitrary binary blobs.
Michael Brown
2007-09-06
1
-0
/
+9
|
/
*
allpxes allroms alldsks fixes from Vampyre
Marty Connor
2007-08-30
1
-2
/
+3
*
Allow legacy "make bin/etherboot.%".
Michael Brown
2007-08-22
1
-0
/
+5
*
Fix building on distros which use dash as the default shell.
Michael Brown
2007-08-18
1
-2
/
+10
*
Build the all-driver images by default, and print instructions for usage.
Michael Brown
2007-08-09
1
-1
/
+1
*
Define -DOBJECT when generating Makefile rules, for consistency.
Michael Brown
2007-07-24
1
-2
/
+2
*
Use objdump -t for symcheck; it allows us to take the symbol section
Michael Brown
2007-07-17
1
-1
/
+1
*
Compressed ROM images now work.
Michael Brown
2007-07-16
1
-4
/
+22
*
Split the objcopy stage out of final image preparation to a separate
Michael Brown
2007-07-16
1
-3
/
+10
*
Hopefully solve the problem requiring the occasional "rm -rf bin/deps".
Michael Brown
2007-07-09
1
-1
/
+2
*
Re-added symtab to CLEANUP list
Michael Brown
2007-07-07
1
-0
/
+2
*
Revert "Cope with builds with differing debug options within a second of each"
Michael Brown
2007-07-07
1
-8
/
+15
*
Cope with builds with differing debug options within a second of each
Michael Brown
2007-07-04
1
-15
/
+8
*
Add gpxe-tarball target to create clean release tarballs
Marty Connor
2007-03-02
1
-1
/
+18
*
Made most of the build much quieter
Michael Brown
2007-01-31
1
-5
/
+19
*
Allow truly arbitrary debug levels to be specified via DEBUG=
Michael Brown
2007-01-18
1
-1
/
+2
*
Make VERSION_MAJOR for gPXE be 0
Marty Connor
2006-08-09
1
-1
/
+1
*
Added bin/.blib.list to VERYCLEANUP so .bin directory is made empty
Marty Connor
2006-06-29
1
-0
/
+2
[next]