[BusyBox-cvs] busybox/networking/udhcp clientpacket.c, 1.7, 1.8 common.c, 1.6, 1.7 common.h, 1.3, 1.4 packet.c, 1.5, 1.6 pidfile.c, 1.3, 1.4 pidfile.h, 1.3, 1.4 script.c, 1.13, 1.14 serverpacket.c, 1.5, 1.6 signalpipe.c, 1.1, 1.2
Erik Andersen
andersen at busybox.net
Wed Apr 14 17:51:30 UTC 2004
- Previous message: [BusyBox-cvs] busybox/networking httpd.c, 1.25, 1.26 inetd.c, 1.20, 1.21 ipcalc.c, 1.9, 1.10 nameif.c, 1.8, 1.9 wget.c, 1.73, 1.74
- Next message: [BusyBox-cvs] busybox/procps top.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/networking/udhcp
In directory nail:/tmp/cvs-serv15466/networking/udhcp
Modified Files:
clientpacket.c common.c common.h packet.c pidfile.c pidfile.h
script.c serverpacket.c signalpipe.c
Log Message:
Larry Doolittle writes:
This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.
Erik - please apply.
Authors - please check that I didn't corrupt any meaning.
Package importers - see if any of these changes should be
passed to the upstream authors.
I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.
What is "pretect redefined for test" in cmdedit.c?
Good luck on the 1.00 release!
- Larry
Index: pidfile.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/pidfile.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/pidfile.c 18 Dec 2003 22:25:38 -0000 1.3
+++ b/pidfile.c 14 Apr 2004 17:51:25 -0000 1.4
@@ -2,7 +2,7 @@
*
* Functions to assist in the writing and removing of pidfiles.
*
- * Russ Dill <Russ.Dill at asu.edu> Soptember 2001
+ * Russ Dill <Russ.Dill at asu.edu> September 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: serverpacket.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/serverpacket.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/serverpacket.c 15 Mar 2004 08:29:01 -0000 1.5
+++ b/serverpacket.c 14 Apr 2004 17:51:26 -0000 1.6
@@ -1,6 +1,6 @@
/* serverpacket.c
*
- * Constuct and send DHCP server packets
+ * Construct and send DHCP server packets
*
* Russ Dill <Russ.Dill at asu.edu> July 2001
*
Index: packet.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/packet.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/packet.c 15 Mar 2004 08:29:01 -0000 1.5
+++ b/packet.c 14 Apr 2004 17:51:25 -0000 1.6
@@ -113,7 +113,7 @@
}
-/* Constuct a ip/udp header for a packet, and specify the source and dest hardware address */
+/* Construct a ip/udp header for a packet, and specify the source and dest hardware address */
int raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port,
uint32_t dest_ip, int dest_port, uint8_t *dest_arp, int ifindex)
{
Index: script.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/script.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a/script.c 15 Mar 2004 08:29:01 -0000 1.13
+++ b/script.c 14 Apr 2004 17:51:26 -0000 1.14
@@ -132,7 +132,7 @@
}
-/* put all the paramaters into an environment */
+/* put all the parameters into an environment */
static char **fill_envp(struct dhcpMessage *packet)
{
int num_options = 0;
Index: signalpipe.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/signalpipe.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/signalpipe.c 18 Dec 2003 22:25:38 -0000 1.1
+++ b/signalpipe.c 14 Apr 2004 17:51:26 -0000 1.2
@@ -1,8 +1,8 @@
/* signalpipe.c
*
- * Signal pipe infastructure. A reliable way of delivering signals.
+ * Signal pipe infrastructure. A reliable way of delivering signals.
*
- * Russ Dill <Russ.Dill at asu.edu> Decemeber 2003
+ * Russ Dill <Russ.Dill at asu.edu> December 2003
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: pidfile.h
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/pidfile.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/pidfile.h 18 Dec 2003 22:25:38 -0000 1.3
+++ b/pidfile.h 14 Apr 2004 17:51:26 -0000 1.4
@@ -2,7 +2,7 @@
*
* Functions to assist in the writing and removing of pidfiles.
*
- * Russ Dill <Russ.Dill at asu.edu> Soptember 2001
+ * Russ Dill <Russ.Dill at asu.edu> September 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: clientpacket.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/clientpacket.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/clientpacket.c 15 Mar 2004 08:29:00 -0000 1.7
+++ b/clientpacket.c 14 Apr 2004 17:51:25 -0000 1.8
@@ -82,7 +82,7 @@
}
-/* Add a paramater request list for stubborn DHCP servers. Pull the data
+/* Add a parameter request list for stubborn DHCP servers. Pull the data
* from the struct in options.c. Don't do bounds checking here because it
* goes towards the head of the packet. */
static void add_requests(struct dhcpMessage *packet)
Index: common.c
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/common.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/common.c 15 Mar 2004 08:29:00 -0000 1.6
+++ b/common.c 14 Apr 2004 17:51:25 -0000 1.7
@@ -4,7 +4,7 @@
* simple helper functions.
*
* Russ Dill <Russ.Dill at asu.edu> 2001-2003
- * Rewrited by Vladimir Oleynik <dzo at simtreas.ru> (C) 2003
+ * Rewritten by Vladimir Oleynik <dzo at simtreas.ru> (C) 2003
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Index: common.h
===================================================================
RCS file: /var/cvs/busybox/networking/udhcp/common.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/common.h 15 Mar 2004 08:29:00 -0000 1.3
+++ b/common.h 14 Apr 2004 17:51:25 -0000 1.4
@@ -1,7 +1,7 @@
/* common.h
*
- * Russ Dill <Russ.Dill at asu.edu> Soptember 2001
- * Rewrited by Vladimir Oleynik <dzo at simtreas.ru> (C) 2003
+ * Russ Dill <Russ.Dill at asu.edu> September 2001
+ * Rewritten by Vladimir Oleynik <dzo at simtreas.ru> (C) 2003
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- Previous message: [BusyBox-cvs] busybox/networking httpd.c, 1.25, 1.26 inetd.c, 1.20, 1.21 ipcalc.c, 1.9, 1.10 nameif.c, 1.8, 1.9 wget.c, 1.73, 1.74
- Next message: [BusyBox-cvs] busybox/procps top.c,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list