[build] Rename gPXE to iPXE

Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain.  Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.

Also update README, LOG and COPYRIGHTS to remove obsolete information.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-04-19 20:16:01 +01:00
parent 2a36703af2
commit 8406115834
597 changed files with 2220 additions and 2288 deletions

View File

@@ -1,5 +1,5 @@
#include <stdio.h>
#include <gpxe/command.h>
#include <ipxe/command.h>
#include <usr/autoboot.h>
FILE_LICENCE ( GPL2_OR_LATER );

View File

@@ -1,8 +1,8 @@
#include <string.h>
#include <stdio.h>
#include <gpxe/command.h>
#include <gpxe/settings.h>
#include <gpxe/settings_ui.h>
#include <ipxe/command.h>
#include <ipxe/settings.h>
#include <ipxe/settings_ui.h>
FILE_LICENCE ( GPL2_OR_LATER );

View File

@@ -27,9 +27,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <assert.h>
#include <getopt.h>
#include <gpxe/netdevice.h>
#include <gpxe/in.h>
#include <gpxe/command.h>
#include <ipxe/netdevice.h>
#include <ipxe/in.h>
#include <ipxe/command.h>
#include <usr/dhcpmgmt.h>
/** @file

View File

@@ -19,12 +19,12 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <gpxe/command.h>
#include <gpxe/image.h>
#include <gpxe/crypto.h>
#include <ipxe/command.h>
#include <ipxe/image.h>
#include <ipxe/crypto.h>
#include <gpxe/md5.h>
#include <gpxe/sha1.h>
#include <ipxe/md5.h>
#include <ipxe/sha1.h>
/**
* "digest" command syntax message

View File

@@ -18,8 +18,8 @@
#include <stdio.h>
#include <getopt.h>
#include <gpxe/command.h>
#include <gpxe/gdbstub.h>
#include <ipxe/command.h>
#include <ipxe/gdbstub.h>
/** @file
*

View File

@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
#include <getopt.h>
#include <gpxe/netdevice.h>
#include <gpxe/command.h>
#include <ipxe/netdevice.h>
#include <ipxe/command.h>
#include <usr/ifmgmt.h>
#include <hci/ifmgmt_cmd.h>

View File

@@ -24,8 +24,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <libgen.h>
#include <getopt.h>
#include <gpxe/image.h>
#include <gpxe/command.h>
#include <ipxe/image.h>
#include <ipxe/command.h>
#include <usr/imgmgmt.h>
/** @file

View File

@@ -18,9 +18,9 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/netdevice.h>
#include <gpxe/net80211.h>
#include <gpxe/command.h>
#include <ipxe/netdevice.h>
#include <ipxe/net80211.h>
#include <ipxe/command.h>
#include <usr/iwmgmt.h>
#include <hci/ifmgmt_cmd.h>

View File

@@ -1,7 +1,7 @@
#include <string.h>
#include <stdio.h>
#include <gpxe/command.h>
#include <gpxe/login_ui.h>
#include <ipxe/command.h>
#include <ipxe/login_ui.h>
FILE_LICENCE ( GPL2_OR_LATER );

View File

@@ -4,8 +4,8 @@
#include <string.h>
#include <errno.h>
#include <getopt.h>
#include <gpxe/settings.h>
#include <gpxe/command.h>
#include <ipxe/settings.h>
#include <ipxe/command.h>
FILE_LICENCE ( GPL2_OR_LATER );

View File

@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
#include <getopt.h>
#include <gpxe/command.h>
#include <ipxe/command.h>
#include <usr/route.h>
/** @file

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <gpxe/command.h>
#include <ipxe/command.h>
#include <usr/autoboot.h>
FILE_LICENCE ( GPL2_OR_LATER );

View File

@@ -23,9 +23,9 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <gpxe/command.h>
#include <gpxe/nap.h>
#include <gpxe/timer.h>
#include <ipxe/command.h>
#include <ipxe/nap.h>
#include <ipxe/timer.h>
static int time_exec ( int argc, char **argv ) {
unsigned long start;

View File

@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <assert.h>
#include <string.h>
#include <gpxe/keys.h>
#include <gpxe/editstring.h>
#include <ipxe/keys.h>
#include <ipxe/editstring.h>
/** @file
*

View File

@@ -1,7 +1,7 @@
#include <curses.h>
#include <stdio.h>
#include <stddef.h>
#include <gpxe/vsprintf.h>
#include <ipxe/vsprintf.h>
#include "mucurses.h"
/** @file

View File

@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <assert.h>
#include <gpxe/editbox.h>
#include <ipxe/editbox.h>
/** @file
*

View File

@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <stdlib.h>
#include <console.h>
#include <gpxe/keys.h>
#include <gpxe/editstring.h>
#include <ipxe/keys.h>
#include <ipxe/editstring.h>
#include <readline/readline.h>
/** @file

View File

@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <stdio.h>
#include <readline/readline.h>
#include <gpxe/command.h>
#include <gpxe/shell.h>
#include <ipxe/command.h>
#include <ipxe/shell.h>
/** @file
*
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
/** The shell prompt string */
static const char shell_prompt[] = "gPXE> ";
static const char shell_prompt[] = "iPXE> ";
/** Flag set in order to exit shell */
static int exit_flag = 0;

View File

@@ -22,8 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <console.h>
#include <unistd.h>
#include <config/general.h>
#include <gpxe/keys.h>
#include <gpxe/shell_banner.h>
#include <ipxe/keys.h>
#include <ipxe/shell_banner.h>
/** @file
*
@@ -45,7 +45,7 @@ int shell_banner ( void ) {
return enter_shell;
}
printf ( "\nPress Ctrl-B for the gPXE command line..." );
printf ( "\nPress Ctrl-B for the iPXE command line..." );
/* Wait for key */
for ( wait_count = 0 ; wait_count < BANNER_TIMEOUT ; wait_count++ ) {

View File

@@ -1,7 +1,7 @@
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <gpxe/errortab.h>
#include <ipxe/errortab.h>
/** @file
*
@@ -52,7 +52,7 @@ static struct errortab * find_closest_error ( int errno ) {
if ( ( errortab = find_error ( errno ) ) != NULL )
return errortab;
/* Second, try masking off the gPXE-specific bit and seeing if
/* Second, try masking off the iPXE-specific bit and seeing if
* we have an entry for the generic POSIX error message.
*/
if ( ( errortab = find_error ( errno & 0x7f0000ff ) ) != NULL )

View File

@@ -28,10 +28,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <curses.h>
#include <console.h>
#include <gpxe/settings.h>
#include <gpxe/editbox.h>
#include <gpxe/keys.h>
#include <gpxe/login_ui.h>
#include <ipxe/settings.h>
#include <ipxe/editbox.h>
#include <ipxe/keys.h>
#include <ipxe/login_ui.h>
/* Colour pairs */
#define CPAIR_NORMAL 1

View File

@@ -24,10 +24,10 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <curses.h>
#include <console.h>
#include <gpxe/settings.h>
#include <gpxe/editbox.h>
#include <gpxe/keys.h>
#include <gpxe/settings_ui.h>
#include <ipxe/settings.h>
#include <ipxe/editbox.h>
#include <ipxe/keys.h>
#include <ipxe/settings_ui.h>
/** @file
*
@@ -301,7 +301,7 @@ static void alert ( const char *fmt, ... ) {
*/
static void draw_title_row ( void ) {
attron ( A_BOLD );
msg ( TITLE_ROW, "gPXE option configuration console" );
msg ( TITLE_ROW, "iPXE option configuration console" );
attroff ( A_BOLD );
}

View File

@@ -19,7 +19,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <errno.h>
#include <gpxe/errortab.h>
#include <ipxe/errortab.h>
/* Record errors as though they come from the 802.11 stack */
#undef ERRFILE
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
* strerror.
*/
struct errortab wireless_errors[] __errortab = {
/* gPXE 802.11 stack errors */
/* iPXE 802.11 stack errors */
{ EINVAL | EUNIQ_01, "Packet too short" },
{ EINVAL | EUNIQ_02, "Packet 802.11 version not supported" },
{ EINVAL | EUNIQ_03, "Packet not a data packet" },