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
*
D'oh
Michael Brown
2005-05-03
1
-1
/
+1
*
Use __shared
Michael Brown
2005-05-03
1
-1
/
+1
*
Added example of how to use __shared.
Michael Brown
2005-05-03
1
-25
/
+47
*
#if 0 out the whole file for now; it cannot be linked because the base
Michael Brown
2005-05-03
1
-1
/
+1
*
Re-add the "etherboot.%" all-drivers image.
Michael Brown
2005-05-03
1
-2
/
+6
*
Symbol fixups
Michael Brown
2005-05-03
15
-177
/
+185
*
Arbitrary alignment is now available.
Michael Brown
2005-05-03
1
-52
/
+28
*
Removed spurious semicolon
Michael Brown
2005-05-03
1
-1
/
+1
*
Use shared symbols
Michael Brown
2005-05-02
1
-9
/
+10
*
Use shared symbols to save space
Michael Brown
2005-05-02
1
-10
/
+13
*
Moved definition of __shared into compiler.h
Michael Brown
2005-05-02
4
-23
/
+17
*
Correct symbol violations reported by "make symcheck"
Michael Brown
2005-05-02
2
-21
/
+27
*
Report on misuses of shared symbols, and excessively large static symbols.
Michael Brown
2005-05-02
1
-9
/
+55
*
First version
Michael Brown
2005-05-02
1
-0
/
+21
*
Tweaked to read more information (including symbol size) from blib.a
Michael Brown
2005-05-02
2
-14
/
+46
*
Add DOWNLOAD_PROTO_XXX options.
Michael Brown
2005-05-02
1
-1
/
+15
*
Updated to use new URL parser and new protocol API.
Michael Brown
2005-05-02
1
-75
/
+70
*
Split TCP code out into proto/tcp.c
Michael Brown
2005-05-02
4
-301
/
+295
*
Moved DOWNLOAD_PROTO_XXX options to config.h
Michael Brown
2005-05-02
3
-32
/
+21
*
More URL parsing moved into url.c
Michael Brown
2005-05-02
1
-35
/
+7
*
http.h obsoleted (no content)
Michael Brown
2005-05-02
2
-8
/
+0
*
Protocol structure can now specify the default port.
Michael Brown
2005-05-02
5
-13
/
+14
*
Made parse_url do more of the processing, to avoid duplicating parts of
Michael Brown
2005-05-01
2
-54
/
+62
*
Protocol names are x-slam and x-tftm
Michael Brown
2005-05-01
2
-2
/
+2
*
Updated to protocol API
Michael Brown
2005-05-01
1
-43
/
+38
*
Updated to protocol API
Michael Brown
2005-05-01
1
-70
/
+65
*
Removed obsolete prototypes.
Michael Brown
2005-05-01
1
-17
/
+0
*
Updated to new protocol API, made to compile.
Michael Brown
2005-05-01
1
-68
/
+85
*
umountall() handled by nfs.c's reset function
Michael Brown
2005-05-01
1
-3
/
+0
*
nfs prototypes no longer required.
Michael Brown
2005-05-01
1
-5
/
+0
*
Add INIT_RPC
Michael Brown
2005-05-01
1
-0
/
+1
*
Moved protocols to proto/
Michael Brown
2005-05-01
4
-0
/
+0
*
Abort immediately if no nameserver is present.
Michael Brown
2005-05-01
1
-0
/
+6
*
Add debugging for CNAME records.
Michael Brown
2005-05-01
2
-5
/
+38
*
NMB packets are so similar to DNS packets; we may as well add NMB as a
Michael Brown
2005-05-01
2
-0
/
+125
*
Add NMB_RESOLVER
Michael Brown
2005-05-01
2
-0
/
+5
*
Do not include etherboot.h
Michael Brown
2005-05-01
2
-5
/
+11
*
Always request DNS server. DHCP handling will be generalised in future.
Michael Brown
2005-04-30
1
-19
/
+3
*
Straightforward A record resolution now known working.
Michael Brown
2005-04-30
1
-4
/
+4
*
ttl is a uint32_t
Michael Brown
2005-04-30
1
-1
/
+1
*
DNS resolver rewritten, moved to proto/dns.c
Michael Brown
2005-04-30
4
-477
/
+414
*
"dns_resolver" changed to "dns"
Michael Brown
2005-04-30
1
-1
/
+1
*
tftp functions moved to proto/tftp.c
Michael Brown
2005-04-30
2
-157
/
+177
*
tftp moved to separate file.
Michael Brown
2005-04-30
1
-4
/
+20
*
Protocols get passed a pointer to the filename portion as well as just the
Michael Brown
2005-04-30
1
-0
/
+1
*
tftp prototypes moved to tftp.h
Michael Brown
2005-04-30
1
-2
/
+0
*
Added "proto" directory
Michael Brown
2005-04-30
1
-0
/
+1
*
Added debugging.
Michael Brown
2005-04-30
2
-2
/
+9
*
Added DNS resolver configuration option.
Michael Brown
2005-04-30
2
-0
/
+18
*
TFTP API changed.
Michael Brown
2005-04-30
1
-16
/
+26
[next]