index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
compiler.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-13
[build] Allow assembler section type character to vary by architecture
Michael Brown
1
-3
/
+14
2015-03-05
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
1
-42
/
+107
2015-03-05
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
1
-5
/
+0
2015-03-03
[build] Remove unused __keepme macro
Michael Brown
1
-8
/
+0
2015-03-03
[build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macros
Michael Brown
1
-48
/
+0
2015-03-02
[legal] Add support for the Unmodified Binary Distribution Licence
Michael Brown
1
-0
/
+11
2014-04-28
[build] Allow for a debug level of zero
Michael Brown
1
-15
/
+2
2013-07-16
[build] Fix %.licence build target
Michael Brown
1
-10
/
+13
2013-04-25
[build] Avoid sparse undeclared symbol warning for PROVIDE_SYMBOL()
Michael Brown
1
-0
/
+1
2012-03-26
[console] Allow usage to be defined independently for each console
Michael Brown
1
-13
/
+3
2012-03-06
[debug] Ensure debug address and colourisation fields are fully initialised
Michael Brown
1
-0
/
+3
2011-03-01
[build] Allow DEBUG=... to affect builds of assembler source files
Michael Brown
1
-6
/
+6
2010-12-09
[debug] Add DBG_MD5() and related macros
Michael Brown
1
-0
/
+61
2010-12-09
[fnrec] Enhance function recording
Michael Brown
1
-0
/
+13
2010-09-12
[build] Remove unnecessary constraint on DBG_ENABLE()/DBG_DISABLE()
Michael Brown
1
-2
/
+2
2010-08-19
[compiler] Prevent empty weak function stubs from being removed
Joshua Oreman
1
-0
/
+8
2010-07-14
[build] Mark weak functions noinline
Stefan Hajnoczi
1
-2
/
+9
2010-07-14
[debug] Expose pause() and more() debugging functions
Michael Brown
1
-24
/
+76
2010-05-29
[build] Remove PACKED macro
Michael Brown
1
-3
/
+0
2010-05-27
[build] Use weak definitions instead of weak declarations
Joshua Oreman
1
-31
/
+2
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-1
/
+1
2010-01-20
[linker] Add safe weak symbol macros
Joshua Oreman
1
-0
/
+36
2009-11-20
[linker] Add mechanism for subsystem-dependent configuration options
Joshua Oreman
1
-0
/
+5
2009-11-20
[linker] Expand and correct symbol requirement macros
Joshua Oreman
1
-10
/
+95
2009-08-09
[legal] Add MIT licence declaration
Joshua Oreman
1
-0
/
+10
2009-05-18
[legal] Add mechanism for explicit per-file licence declarations
Michael Brown
1
-0
/
+101
2009-04-27
[build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.h
Michael Brown
1
-41
/
+68
2009-03-26
[build] Enable building with the Intel C compiler (icc)
Michael Brown
1
-1
/
+2
2009-02-16
[build] Fix building on gcc 3
Michael Brown
1
-0
/
+2
2008-12-05
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
1
-0
/
+9
2008-11-19
[i386] Rename __cdecl to __asmcall
Michael Brown
1
-3
/
+2
2008-10-01
[compiler] Allow for selective disabling of debug levels at runtime
Michael Brown
1
-2
/
+17
2008-10-01
[compiler] Add __always_inline macro
Michael Brown
1
-0
/
+3
2008-06-14
[legacy] Align legacy drivers' __shared data to the maximum possible
Michael Brown
1
-1
/
+1
2008-02-21
Add DBGLVL_IO to trace all memory-mapped I/O.
Michael Brown
1
-0
/
+11
2007-08-23
Merge commit 'holger/strings'
Michael Brown
1
-0
/
+25
2007-08-20
define malloc attribute
Holger Lubitz
1
-0
/
+6
2007-08-18
Add barrier() primitive (was present in Eb5.4), used by some currently
Michael Brown
1
-0
/
+5
2007-08-02
define __nonnull
Holger Lubitz
1
-0
/
+7
2007-08-02
define __pure and __const
Holger Lubitz
1
-0
/
+12
2007-07-29
Applied a modified version of holger's regparm patches.
Michael Brown
1
-0
/
+3
2007-07-24
Add per-file error identifiers
Michael Brown
1
-0
/
+3
2007-01-30
Use "dbg_stream" rather than "stream" as a variable name in
Michael Brown
1
-3
/
+3
2007-01-18
console.h is no longer needed for debugging
Michael Brown
1
-1
/
+0
2007-01-18
Add DBGLVL_PROFILE
Michael Brown
1
-14
/
+28
2007-01-13
Hex dumps are now integrated into the DBG() framework.
Michael Brown
1
-5
/
+93
2006-12-29
Added auto-colourising DBGC() macro
Michael Brown
1
-40
/
+42
2006-09-27
Inhibit compiler warnings on DBG() when building a non-debug object,
Michael Brown
1
-2
/
+12
2006-09-14
update DBG_DISCARD macro to allow the compiler to see the argument for compil...
Marty Connor
1
-1
/
+3
2006-06-01
Make DBG_DISCARD correct
Michael Brown
1
-1
/
+1
[next]