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
*
Made most of the build much quieter
Michael Brown
2007-01-31
2
-11
/
+25
*
We need this, I think
Michael Brown
2007-01-31
1
-0
/
+1
*
Force inlining
Michael Brown
2007-01-31
1
-3
/
+5
*
Placeholder for TLS insertion
Michael Brown
2007-01-31
2
-8
/
+31
*
Add HTTPS port
Michael Brown
2007-01-31
1
-0
/
+3
*
Filter insertion now actually works
Michael Brown
2007-01-31
1
-1
/
+5
*
Swap downstream/upstream order so that debug messages for filters show
Michael Brown
2007-01-31
1
-6
/
+6
*
...but not when it's being used as a digest algorithm...
Michael Brown
2007-01-31
1
-2
/
+4
*
The null crypto algorithm should at least copy data...
Michael Brown
2007-01-31
1
-6
/
+7
*
Tidy up debug messages
Michael Brown
2007-01-31
1
-9
/
+24
*
Add insert_filter() function
Michael Brown
2007-01-31
2
-0
/
+27
*
Add null crypto algorithm
Michael Brown
2007-01-31
2
-0
/
+63
*
Changed to use the generic stream API.
Michael Brown
2007-01-31
10
-531
/
+490
*
First sketch of stream API
Michael Brown
2007-01-31
1
-1
/
+223
*
Placeholder
Michael Brown
2007-01-30
1
-0
/
+61
*
Added blocksize for the benefit of HMAC code
Michael Brown
2007-01-30
1
-1
/
+1
*
Added cipher wrapper functions
Michael Brown
2007-01-30
1
-0
/
+26
*
Missing check-in
Michael Brown
2007-01-30
1
-0
/
+19
*
Generalise digest_algorithm to crypto_algorithm.
Michael Brown
2007-01-30
5
-44
/
+86
*
Low-overhead filter streams
Michael Brown
2007-01-30
2
-0
/
+207
*
Definition of a (hopefully) generic stream API
Michael Brown
2007-01-30
1
-0
/
+187
*
Use "dbg_stream" rather than "stream" as a variable name in
Michael Brown
2007-01-30
1
-3
/
+3
*
Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the
Michael Brown
2007-01-29
3
-25
/
+46
*
Split bootsector execution code out into bootsector.c.
Michael Brown
2007-01-29
7
-69
/
+611
*
Keep HTTP progress updated, and display a progress indicator during the
Michael Brown
2007-01-29
3
-4
/
+10
*
Added async_block_progress() and default SIGUPDATE handler.
Michael Brown
2007-01-29
2
-3
/
+79
*
Moved most buffer debug messages to DBG2.
Michael Brown
2007-01-29
3
-45
/
+64
*
Should be correct for building RSA
Michael Brown
2007-01-28
1
-1
/
+1
*
Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond that
Michael Brown
2007-01-28
1
-0
/
+319
*
Add matrixssl directory
Michael Brown
2007-01-26
1
-1
/
+1
*
Avoid barfing on gcc's implicit memcpy()s
Michael Brown
2007-01-26
1
-0
/
+20
*
Allow MatrixSSL code to compile inside gPXE
Michael Brown
2007-01-26
3
-0
/
+1266
*
Move tolower() etc to ctype.h as per ISO C
Michael Brown
2007-01-26
3
-27
/
+31
*
Add 64-bit rotates
Michael Brown
2007-01-26
1
-0
/
+8
*
Build external axtls code
Michael Brown
2007-01-26
1
-1
/
+1
*
Add aes.c and required headers from axtls tree
Michael Brown
2007-01-26
4
-0
/
+969
*
Enable the axtls code to at least build within gPXE
Michael Brown
2007-01-26
1
-0
/
+62
*
#if 0 out for now
Michael Brown
2007-01-26
1
-0
/
+3
*
Yet more synonyms that people tend to use.
Michael Brown
2007-01-26
1
-11
/
+17
*
Help quick testing of building Linux code inside gPXE
Michael Brown
2007-01-25
1
-0
/
+25
*
Add Linux-compatible rol32/ror32 functions. Amazingly, gcc will
Michael Brown
2007-01-25
1
-0
/
+19
*
Use base "0" in strtoul for consistency with "mem="
Michael Brown
2007-01-24
1
-1
/
+1
*
"vga=" is specified in decimal, not hex.
Michael Brown
2007-01-23
1
-1
/
+1
*
Misread the definition of the type_of_loader field; it should include a
Michael Brown
2007-01-19
2
-2
/
+8
*
Added SIGKILL handler
Michael Brown
2007-01-19
1
-0
/
+15
*
Zeroing out memory before using it can be so important.
Michael Brown
2007-01-19
1
-0
/
+1
*
Actually, it's probably safer *not* to leave child processes hanging
Michael Brown
2007-01-19
1
-9
/
+8
*
Note that the SIGCHLD handler could be re-entered.
Michael Brown
2007-01-19
1
-1
/
+7
*
Propagate return status code from last child to fail.
Michael Brown
2007-01-19
1
-1
/
+1
*
Handle structured error codes.
Michael Brown
2007-01-19
1
-8
/
+63
[next]