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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GCC's optimiser seems to screw up if this is left static...
Michael Brown
2007-07-30
1
-1
/
+1
*
Preparation for adding tls.c
Michael Brown
2007-07-29
1
-0
/
+1
*
Added a simple pass-through filter layer for data transfer interfaces.
Michael Brown
2007-07-29
2
-0
/
+153
*
Don't rely on retry.c's periodically calling currticks() in order to
Michael Brown
2007-07-29
1
-1
/
+7
*
Added HMAC code from TLS project
Michael Brown
2007-07-29
2
-0
/
+150
*
Quick hack to get AoE back in to the tree, on a par with the current
Michael Brown
2007-07-29
8
-181
/
+187
*
Applied a modified version of holger's regparm patches.
Michael Brown
2007-07-29
6
-5
/
+20
*
Merge branch 'symcheck2'
Michael Brown
2007-07-28
18
-29
/
+30
|
\
|
*
Make has_key() a static inline, rather than omitting it altogether.
Michael Brown
2007-07-28
2
-15
/
+5
|
*
Revert "make bool m_echo static" - I suspect this to be defined by spec
Michael Brown
2007-07-28
1
-1
/
+1
|
*
Revert "make isspace static" - prototype for isspace() is defined by C99, so ...
Holger Lubitz
2007-07-28
1
-1
/
+1
|
*
Revert "make __udivmoddi4 static" - gcc links to it implicitly
Holger Lubitz
2007-07-28
1
-1
/
+1
|
*
make struct velocity_info vptx static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make struct velocity_info_tbl *info static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make struct nsx static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make struct bnx2 bnx2 static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make multiboot_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make nbi_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make http_open static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make eltorito_load static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make cards_found static and add missing initialization
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
make bool m_echo static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
remove has_key by #if 0'ing out
Holger Lubitz
2007-07-27
1
-1
/
+3
|
*
make _wgetc static
Holger Lubitz
2007-07-27
1
-0
/
+1
|
*
Merge branch 'master' into symcheck2
Holger Lubitz
2007-07-27
1
-1
/
+2
|
|
\
|
*
|
make __udivmoddi4 static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
|
make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG static
Holger Lubitz
2007-07-27
1
-2
/
+2
|
*
|
make struct _softlabelkeys *slks static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
|
make add_ndp_entry static
Holger Lubitz
2007-07-27
1
-2
/
+3
|
*
|
make isspace static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
|
make md5_steps static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
|
make imgfill_cmdline static
Holger Lubitz
2007-07-27
1
-1
/
+2
|
*
|
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
Holger Lubitz
2007-07-27
1
-0
/
+2
|
*
|
make netboot() static
Holger Lubitz
2007-07-27
1
-1
/
+1
|
*
|
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
Holger Lubitz
2007-07-27
1
-0
/
+4
*
|
|
Ensure clock line is in the idle state before asserting chip select.
Michael Brown
2007-07-28
1
-0
/
+4
*
|
|
Prepare for iBFT merge when possible. iscsiboot.c contains a really,
Michael Brown
2007-07-26
4
-18
/
+132
|
|
/
|
/
|
*
|
Inhibit a spurious warning on GCC 4.0.1
Michael Brown
2007-07-26
1
-1
/
+2
|
/
*
Added two lines of code that were completely missing!
Michael Brown
2007-07-25
1
-2
/
+4
*
Don't overwrite %dl with a (potentially) modified drive number if we
Michael Brown
2007-07-25
1
-1
/
+1
*
We probably shouldn't leave interrupts disabled when starting an OS.
Michael Brown
2007-07-25
1
-0
/
+1
*
Add per-file error identifiers
Michael Brown
2007-07-24
16
-178
/
+393
*
Define -DOBJECT when generating Makefile rules, for consistency.
Michael Brown
2007-07-24
1
-2
/
+2
*
Include errno.h in the few drivers which use it, rather than in nic.h
Michael Brown
2007-07-24
7
-1
/
+6
*
Allow -Werror to be temporarily disabled using "make NO_WERROR=1"
Michael Brown
2007-07-24
1
-1
/
+5
*
Remove some obsolete sections of librm.h and libkir.h.
Michael Brown
2007-07-24
2
-39
/
+25
*
We can finally enable -Werror :)
Michael Brown
2007-07-24
1
-1
/
+1
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-07-24
4
-8
/
+9
|
\
|
*
Change #warning to FIXME for ns8390.c
Marty Connor
2007-07-23
1
-1
/
+2
|
*
Change #warning to FIXME for depca
Marty Connor
2007-07-23
1
-1
/
+1
[next]