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
*
Allowed HTTPS to be a separately configurable feature.
Michael Brown
2007-07-30
5
-13
/
+76
*
Added missing #include
Michael Brown
2007-07-30
1
-0
/
+1
*
Inhibit compiler warning
Michael Brown
2007-07-30
1
-1
/
+1
*
TLS now working again.
Michael Brown
2007-07-30
3
-14
/
+1904
*
Upgrade AXTLS import to version 1.1.5-a
Michael Brown
2007-07-30
7
-62
/
+906
*
Import various libgcc functions from syslinux.
Michael Brown
2007-07-30
9
-338
/
+134
*
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
[next]