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
/
arch
/
i386
/
interface
/
pxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bios] Add bin-x86_64-pcbios build platform
Michael Brown
2016-02-16
9
-3641
/
+0
*
[bios] Use size_t when casting _text16_memsz and _data16_memsz
Michael Brown
2016-02-16
1
-4
/
+5
*
[bios] Use intptr_t when casting .text16 function pointers
Michael Brown
2016-02-16
1
-2
/
+2
*
[libc] Split rmsetjmp() and rmlongjmp() into a separate rmsetjmp.h
Michael Brown
2016-02-16
2
-2
/
+2
*
[pxe] Add debug message to display real-mode segment addresses
Michael Brown
2016-01-11
1
-0
/
+11
*
[pxe] Colourise debug output
Michael Brown
2016-01-11
1
-3
/
+3
*
[pxe] Notify BIOS via INT 1a,564e for each new network device
Michael Brown
2015-09-15
1
-0
/
+26
*
[pxe] Invoke INT 1a,564e when PXE stack is activated
Michael Brown
2015-09-15
1
-0
/
+12
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-13
/
+11
*
[pxe] Construct all fake DHCP packets before starting PXE NBP
Michael Brown
2015-08-29
1
-24
/
+34
*
[pxe] Always reconstruct packet for PXENV_GET_CACHED_INFO
Michael Brown
2015-06-29
1
-10
/
+8
*
[i386] Move real_to_user() to realmode.h
Michael Brown
2015-03-05
2
-0
/
+2
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
4
-4
/
+20
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
2
-2
/
+10
*
[pxe] Maintain a queue for received PXE UDP packets
Michael Brown
2015-02-06
1
-38
/
+85
*
[pxe] Use tftp_uri() to construct PXE TFTP URIs
Michael Brown
2015-02-06
1
-12
/
+15
*
[tftp] Explicitly abort connection whenever parent interface is closed
Michael Brown
2015-02-06
1
-10
/
+7
*
[pxe] Work around missing PXENV_UNDI_OPEN only when necessary
Michael Brown
2014-05-03
1
-2
/
+4
*
[pxe] Profile UNDI transmit datapath
Michael Brown
2014-05-03
1
-0
/
+8
*
[pxe] Profile all PXE API calls
Michael Brown
2014-05-03
1
-0
/
+49
*
[build] Work around bug in gcc >= 4.8
Michael Brown
2013-06-07
1
-3
/
+5
*
[pxe] Convert external PXE API errors into iPXE platform-generated errors
Michael Brown
2013-04-29
1
-3
/
+11
*
[tftp] Allow TFTP block size to be controlled via the PXE TFTP API
Michael Brown
2013-03-06
1
-7
/
+20
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-1
/
+2
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
9
-9
/
+18
*
[pxe] Add PXENV_FILE_CMDLINE API call
Michael Brown
2012-07-11
1
-0
/
+38
*
[pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 builds
Michael Brown
2011-12-11
2
-47
/
+83
*
[pxe] Modularise PXE API provision
Michael Brown
2011-12-11
6
-348
/
+225
*
[pxe] Tidy up debugging output
Michael Brown
2011-12-08
1
-13
/
+16
*
[pxe] Check for a valid PXE network device when applicable
Michael Brown
2011-12-08
2
-11
/
+213
*
[pxe] Improve pxe_preboot debugging messages
Michael Brown
2011-11-14
1
-23
/
+48
*
[pxe] Improve pxe_undi debugging messages
Michael Brown
2011-11-14
1
-76
/
+84
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-7
/
+7
*
[pxe] Report an IRQ number only if device supports interrupts
Michael Brown
2011-03-10
1
-1
/
+2
*
[init] Remove concept of "shutdown exit flags"
Michael Brown
2011-01-27
2
-1
/
+3
*
[pxe] Report SUPPORTED_IRQ only if device supports interrupts
Michael Brown
2011-01-25
1
-1
/
+3
*
[pxe] Improve pxe_udp debug messages
Michael Brown
2010-12-15
1
-9
/
+14
*
[pxe] Set correct PktType in PXENV_UNDI_ISR
Michael Brown
2010-12-09
1
-1
/
+9
*
[pxe] Avoid touching fields that may not exist in PXENV_UNDI_GET_NIC_TYPE
Michael Brown
2010-12-09
1
-5
/
+5
*
[pxe] Use network device receive queue freezing
Michael Brown
2010-11-20
1
-6
/
+11
*
[pxe] Always allow MAX_LL_HEADER_LEN for the link-layer header
Michael Brown
2010-11-19
1
-4
/
+2
*
[xfer] Generalise metadata "whence" field to "flags" field
Michael Brown
2010-09-03
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
2
-69
/
+58
*
[pxe] Remove obsolete pxe_errortab.c
Michael Brown
2010-05-31
1
-103
/
+0
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
1
-1
/
+1
*
[pxe] Treat PXENV_RESTART_TFTP as unreturnable
Michael Brown
2010-05-21
2
-7
/
+13
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
8
-35
/
+35
*
[pxe] Remove pxe_set_cached_filename()
Michael Brown
2010-03-26
2
-35
/
+0
[next]