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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[eepro100] Remove link-state checking
Thomas Miletich
2010-04-19
2
-48
/
+1
*
[util] Hide an expected error from the 'which' command
Piotr Jaroszyński
2010-04-16
1
-1
/
+1
*
[build] Look for isolinux.bin in more places
Piotr Jaroszyński
2010-04-16
1
-1
/
+5
*
[drivers] Fix warnings identified by gcc 4.5
Bruce Rogers
2010-04-16
3
-4
/
+4
*
[build] Add support for local configuration files
Piotr Jaroszyński
2010-03-26
11
-2
/
+25
*
[pxe] Remove pxe_set_cached_filename()
Michael Brown
2010-03-26
3
-37
/
+0
*
[pxe] Avoid potential interrupt storms when using shared interrupts
Michael Brown
2010-03-23
1
-4
/
+21
*
[netdevice] Record whether or not interrupts are currently enabled
Michael Brown
2010-03-23
2
-0
/
+21
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
10
-17
/
+28
*
[phantom] Update interrupt support to match current firmware
Michael Brown
2010-03-22
2
-23
/
+91
*
[igb] Add igb driver
Marty Connor
2010-03-17
21
-0
/
+13395
*
[e1000e] Add e1000e driver
Marty Connor
2010-03-17
22
-0
/
+18164
*
[e1000] Update e1000 driver
Marty Connor
2010-03-17
25
-13859
/
+15348
*
[iscsi] Disambiguate some common authentication errors
Michael Brown
2010-03-17
1
-14
/
+27
*
[vxge] Add stub vxge.c file so bin/vxge.usb can be built
Stefan Hajnoczi
2010-03-12
2
-4
/
+23
*
[fnrec] Add function recorder for debugging
Stefan Hajnoczi
2010-03-04
3
-0
/
+195
*
[build] Disable ccache for embedded.o
Stefan Hajnoczi
2010-03-04
1
-0
/
+7
*
[misc] Remove accidentally commited .dotest directory
Marty Connor
2010-03-04
15
-155
/
+0
*
[build] Disable ccache for embedded.o
Stefan Hajnoczi
2010-03-04
15
-0
/
+155
*
[comboot] Match version strings to SYSLINUX style
Daniel Verkamp
2010-03-01
1
-2
/
+2
*
[vxge] Add support for X3100 series 10GbE Server/Storage Adapter
Masroor Vettuparambil
2010-02-24
10
-0
/
+9386
*
[undi] Ensure only one UNDI instance is loaded
Stefan Hajnoczi
2010-02-24
1
-0
/
+12
*
[iscsi] Fix interoperability with QNAP TS-639Pro
Danny Volkind
2010-02-22
1
-3
/
+10
*
[util] Detect genisoimage as mkisofs replacement
Stefan Hajnoczi
2010-02-13
1
-1
/
+11
*
[hermon] Change hermon_alloc_icm() to conform to ConnectX2 requirements
Itay Gazit
2010-02-13
1
-16
/
+58
*
[shell_banner] Avoid printing Ctrl-B prompt if BANNER_TIMEOUT <= 0
Marty Connor
2010-02-04
1
-0
/
+4
*
[release] Update version to 1.0.0+ post release
Marty Connor
2010-02-02
1
-1
/
+1
*
[release] Update version to 1.0.0 for release
v1.0.0
Marty Connor
2010-02-02
1
-1
/
+1
*
[proto] Remove unsupported NMB protocol
Stefan Hajnoczi
2010-02-01
5
-137
/
+0
*
[proto] Remove unsupported IGMP protocol
Stefan Hajnoczi
2010-02-01
4
-211
/
+0
*
[proto] Remove unsupported NFS protocol
Stefan Hajnoczi
2010-02-01
6
-685
/
+1
*
[proto] Remove unsupported FSP protocol
Stefan Hajnoczi
2010-02-01
2
-244
/
+0
*
[prefix] Remove unsupported ELF prefices
Stefan Hajnoczi
2010-02-01
5
-514
/
+0
*
[prefix] Remove unsupported .exe prefix
Stefan Hajnoczi
2010-02-01
2
-42
/
+0
*
[prefix] Remove unsupported .com prefix
Stefan Hajnoczi
2010-02-01
2
-47
/
+0
*
[prefix] Remove .bImage in favor of .lkrn
Stefan Hajnoczi
2010-02-01
2
-612
/
+0
*
[http] GET / if URI doesn't contain a path
Joshua Oreman
2010-01-27
1
-1
/
+2
*
[uri] Handle an empty unparse_uri() result properly
Joshua Oreman
2010-01-27
1
-4
/
+5
*
[release] Update version to 1.0.0-rc1+ post release
Marty Connor
2010-01-26
1
-1
/
+1
*
[release] Update version to 1.0.0-rc1 for release
v1.0.0-rc1
Marty Connor
2010-01-26
1
-4
/
+4
*
[rtl818x] Remove broken mmio register support
Stefan Hajnoczi
2010-01-25
1
-3
/
+0
*
[natsemi] Convert stray mmio readl() to pio inl()
Stefan Hajnoczi
2010-01-25
1
-1
/
+1
*
[pxe] Introduce PXE exit hook for NBP chaining
Shao Miller
2010-01-24
6
-1
/
+112
*
[dhcp] Keep multiple DHCP offers received, and use them intelligently
Joshua Oreman
2010-01-22
1
-86
/
+228
*
[pci] Save and restore PCI command register
Bernhard Kohl
2010-01-22
1
-0
/
+5
*
[ftp] User and password URI support for the FTP protocol
gL2n30Y06arv2
2010-01-21
1
-2
/
+24
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-21
7
-93
/
+155
*
[settings] Add automagic "netX" settings block for last opened netdev
Joshua Oreman
2010-01-20
1
-1
/
+10
*
[prefix] Add .xrom prefix for a ROM that loads itself by PCI accesses
Joshua Oreman
2010-01-20
6
-22
/
+409
*
[config] Make PXE stack a compile-time option
Joshua Oreman
2010-01-20
11
-48
/
+135
[next]