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
*
[cmdline] Fix image command-line construction for zero-length argument lists
Michael Brown
2008-06-27
1
-5
/
+8
*
[script] Remove arbitrary limit on script line lengths
Michael Brown
2008-06-18
2
-28
/
+36
*
[legacy] Align legacy drivers' __shared data to the maximum possible
Michael Brown
2008-06-14
1
-1
/
+1
*
[prefix] When we have to hook INT 19, chain to original handler if possible
Michael Brown
2008-06-14
1
-2
/
+14
*
[via-rhine] Fix erroneous uses of memory I/O instead of port I/O
Stefan Hajnoczi
2008-06-12
1
-3
/
+3
*
[cleanup] Remove long-obsolete gpxe/async.h header file
Michael Brown
2008-06-12
2
-229
/
+0
*
[bzimage] Support kernel command lines of greater than 256 characters
Michael Brown
2008-06-12
2
-2
/
+18
*
[cmdline] Remove arbitrary limit on the length of image command lines
Michael Brown
2008-06-12
1
-8
/
+17
*
[smbios] Fix SMBIOS string fetching
Michael Brown
2008-06-11
1
-4
/
+2
*
[slam] Add support for SLAM window lengths of greater than one packet
Michael Brown
2008-06-11
1
-11
/
+30
*
[console] Call cpu_nap() only if there is no input waiting
Michael Brown
2008-06-11
1
-6
/
+8
*
[slam] Implement SLAM flow control
Michael Brown
2008-06-11
1
-107
/
+85
*
[retry] Add start_timer_fixed()
Michael Brown
2008-06-11
2
-6
/
+17
*
[dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFER
Michael Brown
2008-06-11
1
-1
/
+1
*
[slam] Request all remaining blocks if we run out of space for the blocklist
Michael Brown
2008-06-10
1
-22
/
+41
*
[slam] Speed up NACK transmission by restricting the block-list length
Michael Brown
2008-06-10
1
-20
/
+62
*
[slam] Fix multicast address parsing
Michael Brown
2008-06-10
1
-8
/
+11
*
[undi] Ask for promiscuous packet reception when using UNDI driver
Michael Brown
2008-06-10
1
-2
/
+6
*
[slam] Add Scalable Local Area Multicast (SLAM) protocol support
Michael Brown
2008-06-10
4
-541
/
+751
*
[udp] Verify local socket address (if specified) for UDP sockets
Michael Brown
2008-06-10
2
-22
/
+38
*
[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImage
Michael Brown
2008-06-09
6
-29
/
+120
*
[Makefile] Add $(BIN)/undionly.kpxe as default build target
Marty Connor
2008-06-09
1
-1
/
+1
*
[Makefile] Add "+" to end of version string for git-generated images
Marty Connor
2008-06-06
1
-1
/
+1
*
[Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targets
Michael Brown
2008-06-06
1
-1
/
+1
*
[DHCP] Add "dhcp-server" setting to help end-user diagnostics
Michael Brown
2008-06-05
1
-0
/
+8
*
[GDB] Test suite for the GDB stub
Stefan Hajnoczi
2008-06-05
2
-0
/
+109
*
[GDB] Add GDB stub for remote debugging
Stefan Hajnoczi
2008-06-05
6
-11
/
+626
*
[Serial] Split serial console from serial driver
Stefan Hajnoczi
2008-06-05
5
-32
/
+62
*
[util] config-local.h to avoid accidental commits
Stefan Hajnoczi
2008-06-05
4
-12
/
+32
*
[GDBSYM] Remove unused gdbsym.c
Stefan Hajnoczi
2008-06-05
3
-37
/
+0
*
[TCP] Avoid shrinking TCP window
Michael Brown
2008-06-05
1
-17
/
+50
*
[embed] Add missing register_image() to image/embedded.c
Michael Brown
2008-06-04
1
-0
/
+1
*
[iSCSI] Produce meaningful errors on login failure
Michael Brown
2008-06-04
3
-14
/
+52
*
[Makefile] Remove obsolete SRCDIRS
Michael Brown
2008-05-23
2
-4
/
+0
*
[prefix] Prompt for entering gPXE shell during POST
Michael Brown
2008-05-22
1
-10
/
+61
*
[prefix] Add PCI bus:dev.fn to ROM product string
Michael Brown
2008-05-21
3
-95
/
+131
*
[SMBIOS] Interpret UUIDs as being in network-endian order
Michael Brown
2008-05-20
2
-6
/
+6
*
[libc] Fix isdigit(), islower() and isupper().
Michael Brown
2008-05-19
3
-16
/
+9
*
[tg3] Add support for tg3-5721
Michael Brown
2008-05-19
2
-1
/
+4
*
[IPv4] Fix multicast address checking
Michael Brown
2008-05-19
1
-1
/
+1
*
[iSCSI] Offer CHAP authentication only if we have a username and password
Michael Brown
2008-04-24
1
-4
/
+5
*
[Makefile] Quick hack: always define pci_{vendor,device}_id
Michael Brown
2008-04-23
1
-2
/
+2
*
[MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cards
Michael Brown
2008-04-22
3
-88
/
+78
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
13
-2
/
+110
*
[Infiniband] Fix event queue doorbell ringing on Arbel
Michael Brown
2008-04-22
2
-2
/
+14
*
[Infiniband] Add multiport support for Arbel cards
Michael Brown
2008-04-22
3
-18
/
+304
*
[Infiniband] Move event-queue process from driver to Infiniband core
Michael Brown
2008-04-21
5
-256
/
+348
*
[Hermon] Fix event queue doorbells.
Michael Brown
2008-04-18
2
-24
/
+60
*
[Infiniband] Add preliminary multiple port support for Hermon cards
Michael Brown
2008-04-18
6
-141
/
+577
*
[HCI] Display "Not an executable image" when appropriate
Michael Brown
2008-04-08
2
-0
/
+9
[next]