oweals/busybox.git
23 years ago-Wshadow sh fix from Jeff Garzik
Eric Andersen [Fri, 23 Mar 2001 17:06:01 +0000 (17:06 -0000)]
-Wshadow sh fix from Jeff Garzik

23 years ago-Wshadow logread fix from Jeff Garzik
Eric Andersen [Fri, 23 Mar 2001 17:04:47 +0000 (17:04 -0000)]
-Wshadow logread fix from Jeff Garzik

23 years ago-Wshadow loadacm fix from Jeff Garzik
Eric Andersen [Fri, 23 Mar 2001 17:03:28 +0000 (17:03 -0000)]
-Wshadow loadacm fix from Jeff Garzik

23 years agoincludes cleanup from Jeff Garzik
Eric Andersen [Fri, 23 Mar 2001 17:02:05 +0000 (17:02 -0000)]
includes cleanup from Jeff Garzik

23 years agoSome minor wordsmithing, an extra item in the list of "things Busybox doesn't
Mark Whitley [Thu, 22 Mar 2001 22:59:33 +0000 (22:59 -0000)]
Some minor wordsmithing, an extra item in the list of "things Busybox doesn't
need", example of a testcase, more janitorial items, and a whole new section
with guidelines on committing changes to CVS.

23 years agoPatch from Dirk Behme <dirk.behme@de.bosch.com> to
Eric Andersen [Thu, 22 Mar 2001 19:01:16 +0000 (19:01 -0000)]
Patch from Dirk Behme <dirk.behme@de.bosch.com> to
add EM_MIPS_RS3_LE for mips
 -Erik

23 years agoClean up more local vars which shadow globals
Eric Andersen [Wed, 21 Mar 2001 21:52:25 +0000 (21:52 -0000)]
Clean up more local vars which shadow globals
 -Erik

23 years agoA nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen [Wed, 21 Mar 2001 07:34:27 +0000 (07:34 -0000)]
A nice patch from Larry Doolittle that adds -Wshadow and
cleans up most of the now-revealed problems.

23 years agoAdded a section on the available Busybox boot-floppy image. Also provided some
Mark Whitley [Tue, 20 Mar 2001 19:57:30 +0000 (19:57 -0000)]
Added a section on the available Busybox boot-floppy image. Also provided some
linkes to a Wired article on Midori Linux.

23 years agoAdded adjtimex applet from Larry Doolittle.
Mark Whitley [Tue, 20 Mar 2001 19:18:10 +0000 (19:18 -0000)]
Added adjtimex applet from Larry Doolittle.

23 years agoForce applet_name to be "sh" when command prefaced by "-"
Eric Andersen [Tue, 20 Mar 2001 17:39:53 +0000 (17:39 -0000)]
Force applet_name to be "sh" when command prefaced by "-"

23 years agoFix up command line munging in init. Postpone the askfirst thing till
Eric Andersen [Tue, 20 Mar 2001 17:39:08 +0000 (17:39 -0000)]
Fix up command line munging in init.  Postpone the askfirst thing till
a bit later in run().

23 years agochown was missing a ] in its usage msg
Eric Andersen [Tue, 20 Mar 2001 01:06:14 +0000 (01:06 -0000)]
chown was missing a ] in its usage msg

23 years agoAnother cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Eric Andersen [Mon, 19 Mar 2001 23:49:41 +0000 (23:49 -0000)]
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>

23 years agoSize optimization for rdate from Vladimir
Eric Andersen [Mon, 19 Mar 2001 19:41:54 +0000 (19:41 -0000)]
Size optimization for rdate from Vladimir

23 years agoSimpify detection of no options.
Eric Andersen [Mon, 19 Mar 2001 19:40:43 +0000 (19:40 -0000)]
Simpify detection of no options.

23 years agoPatch from Vladimir to move struct applet from busybox.c to applets.c,
Eric Andersen [Mon, 19 Mar 2001 19:30:24 +0000 (19:30 -0000)]
Patch from Vladimir to move struct applet from busybox.c to applets.c,
which looks like the right place for such things to live.

23 years agoPer suggestion from Vladimir, no need to initialize these -- let the bss
Eric Andersen [Mon, 19 Mar 2001 19:28:24 +0000 (19:28 -0000)]
Per suggestion from Vladimir, no need to initialize these -- let the bss
do it.
 -Erik

23 years agolocale correction patch from Vladimir
Eric Andersen [Mon, 19 Mar 2001 19:25:49 +0000 (19:25 -0000)]
locale correction patch from Vladimir

23 years agoSplit error messages into separate files.
Eric Andersen [Mon, 19 Mar 2001 19:24:06 +0000 (19:24 -0000)]
Split error messages into separate files.

Update libbb.h, per suggestion from Vladimir, to include __attribute__((format
(printf ...))) stuff
 -Erik

23 years agoShould exclude "i" option when not enabled.
Eric Andersen [Mon, 19 Mar 2001 18:59:01 +0000 (18:59 -0000)]
Should exclude "i" option when not enabled.

23 years agoDoesn't need a "-" option -- getopt does that for us.
Eric Andersen [Mon, 19 Mar 2001 18:57:08 +0000 (18:57 -0000)]
Doesn't need a "-" option -- getopt does that for us.

23 years agoPatch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE
Eric Andersen [Mon, 19 Mar 2001 18:54:38 +0000 (18:54 -0000)]
Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE

23 years agogetopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work
Eric Andersen [Mon, 19 Mar 2001 18:52:37 +0000 (18:52 -0000)]
getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work

23 years agoSplit libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
Eric Andersen [Mon, 19 Mar 2001 18:37:42 +0000 (18:37 -0000)]
Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.
 -Erik

23 years agoFix to cmdedit.c from Vladimir
Eric Andersen [Mon, 19 Mar 2001 17:48:55 +0000 (17:48 -0000)]
Fix to cmdedit.c from Vladimir

23 years agoSome configuration adjustments from Vladimir
Eric Andersen [Mon, 19 Mar 2001 17:25:21 +0000 (17:25 -0000)]
Some configuration adjustments from Vladimir

23 years agoFix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where
Eric Andersen [Sat, 17 Mar 2001 05:43:39 +0000 (05:43 -0000)]
Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct,
which was obviously what was intended.  Thanks Rob,
 -Erik

23 years agoPatch from Larry and Vladimir to clean up sh.c and fix
Eric Andersen [Sat, 17 Mar 2001 00:20:10 +0000 (00:20 -0000)]
Patch from Larry and Vladimir to clean up sh.c and fix
shell expansion to work in non POSIX locales.

23 years agoupdate .cvsignore files to note new location of loop.h
Eric Andersen [Sat, 17 Mar 2001 00:15:02 +0000 (00:15 -0000)]
update .cvsignore files to note new location of loop.h

23 years agoPatch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
Eric Andersen [Sat, 17 Mar 2001 00:05:42 +0000 (00:05 -0000)]
Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>
that copes with the fact that processes may have been swapped
out.

23 years agoStupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique
Eric Andersen [Fri, 16 Mar 2001 23:49:20 +0000 (23:49 -0000)]
Stupid thinko.  egrep tried to call init. Sigh.  Fix from Christophe Boyanique

23 years agoConvert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen [Fri, 16 Mar 2001 22:47:14 +0000 (22:47 -0000)]
Convert utility.c into libbb.a.  It is now a whole pile of .c
files.  Clean up the resulting damage and fix up the makefile.
 -Erik

23 years agoA few minor touchups.
Eric Andersen [Fri, 16 Mar 2001 08:30:00 +0000 (08:30 -0000)]
A few minor touchups.

23 years agoThere was an unwanted extra newline, which prevented building 0_50
Eric Andersen [Fri, 16 Mar 2001 08:06:30 +0000 (08:06 -0000)]
There was an unwanted extra newline, which prevented building
uudecode.  How did this sneak through the testing until now?
 -Erik

23 years agoFix the make release target.
Eric Andersen [Fri, 16 Mar 2001 07:43:53 +0000 (07:43 -0000)]
Fix the make release target.

23 years agoUpdate webpage noting 0.50 release.
Eric Andersen [Fri, 16 Mar 2001 07:16:12 +0000 (07:16 -0000)]
Update webpage noting 0.50 release.

23 years agoA patch from Andreas Neuhaus to be especially careful to not dup
Eric Andersen [Fri, 16 Mar 2001 01:14:04 +0000 (01:14 -0000)]
A patch from Andreas Neuhaus to be especially careful to not dup
any env variables when spawning child processes.

23 years agoFix from Larry for glob problems.
Eric Andersen [Thu, 15 Mar 2001 23:01:19 +0000 (23:01 -0000)]
Fix from Larry for glob problems.
 -Erik

23 years agoRemove the "GPL2" bit, since it hung over the end of the line.
Eric Andersen [Thu, 15 Mar 2001 22:58:11 +0000 (22:58 -0000)]
Remove the "GPL2" bit, since it hung over the end of the line.

23 years agoApplied patch from Larry Doolittle to fix problem where multibuild.pl would
Mark Whitley [Thu, 15 Mar 2001 22:14:26 +0000 (22:14 -0000)]
Applied patch from Larry Doolittle to fix problem where multibuild.pl would
build the wrong files. Made the same changes to multifeat.pl.

23 years agoUpdate files and version number prepratory to cutting a release.
Eric Andersen [Thu, 15 Mar 2001 22:12:43 +0000 (22:12 -0000)]
Update files and version number prepratory to cutting a release.
 -Erik

23 years agoFix egrep
Eric Andersen [Thu, 15 Mar 2001 21:33:33 +0000 (21:33 -0000)]
Fix egrep

23 years agoOne tiny little missing newline that confused pod.
Mark Whitley [Thu, 15 Mar 2001 21:20:25 +0000 (21:20 -0000)]
One tiny little missing newline that confused pod.

23 years agoOne tinly, little, missing newline that confused Pod.
Mark Whitley [Thu, 15 Mar 2001 21:19:09 +0000 (21:19 -0000)]
One tinly, little, missing newline that confused Pod.

23 years ago- generated middle section of busybox.pod w/ autodocifier.pl
John Beppu [Thu, 15 Mar 2001 21:08:01 +0000 (21:08 -0000)]
- generated middle section of busybox.pod w/ autodocifier.pl
- updated autodocifier.pl to use tab to indent example section

23 years agoA better fix. Read nextPtr before mem gets freed.
Eric Andersen [Thu, 15 Mar 2001 21:04:18 +0000 (21:04 -0000)]
A better fix.  Read nextPtr before mem gets freed.
 -Erik

23 years agocmdedit.c bugfix patch from Vladimir.
Eric Andersen [Thu, 15 Mar 2001 20:51:09 +0000 (20:51 -0000)]
cmdedit.c bugfix patch from Vladimir.
 -Erik

23 years ago- properly indent Examples section in pod generator
John Beppu [Thu, 15 Mar 2001 20:49:25 +0000 (20:49 -0000)]
- properly indent Examples section in pod generator

23 years agoDon't confuse people. If the run 'ifconfig' and they didn't
Eric Andersen [Thu, 15 Mar 2001 20:48:45 +0000 (20:48 -0000)]
Don't confuse people.  If the run 'ifconfig' and they didn't
compile with BB_FEATURE_IFCONFIG_STATUS turned on, it will
now print a message telling them as much.
 -Erik

23 years agoReversed previous patch. The right way is to fix uClibc.
Mark Whitley [Thu, 15 Mar 2001 19:39:40 +0000 (19:39 -0000)]
Reversed previous patch. The right way is to fix uClibc.

23 years agoPrevent init from potentially using already freed memory when
Eric Andersen [Thu, 15 Mar 2001 19:18:21 +0000 (19:18 -0000)]
Prevent init from potentially using already freed memory when
deleting an initAction, fixing a bug pointed out by Andreas Neuhaus
 -Erik

23 years agoApplied patch from Andreas Neuhaus to fix namespace conflict that made busybox
Mark Whitley [Thu, 15 Mar 2001 19:12:06 +0000 (19:12 -0000)]
Applied patch from Andreas Neuhaus to fix namespace conflict that made busybox
not compile with uClibc.

23 years agodos2unix logread.c
Mark Whitley [Thu, 15 Mar 2001 19:05:59 +0000 (19:05 -0000)]
dos2unix logread.c

23 years agoFix linuxrc define
Eric Andersen [Thu, 15 Mar 2001 18:58:06 +0000 (18:58 -0000)]
Fix linuxrc define

23 years agoMove the warning msg after features.h gets pulled in.
Eric Andersen [Thu, 15 Mar 2001 18:20:23 +0000 (18:20 -0000)]
Move the warning msg after features.h gets pulled in.
 -Erik

23 years agoAdded some tests for some recently found / fixed bugs in the shell.
Mark Whitley [Thu, 15 Mar 2001 18:19:13 +0000 (18:19 -0000)]
Added some tests for some recently found / fixed bugs in the shell.

23 years agoUpdate the documentation so examples are autoincluded in the output text.
Eric Andersen [Thu, 15 Mar 2001 18:14:25 +0000 (18:14 -0000)]
Update the documentation so examples are autoincluded in the output text.
Fix up docs/busybox.pod with the latest autogenerated output.
 -Erik

23 years agoUpdate the changelog, in preparation for making the 0.50 release
Eric Andersen [Thu, 15 Mar 2001 17:56:44 +0000 (17:56 -0000)]
Update the changelog, in preparation for making the 0.50 release

23 years agoUpdate the olympus sections
Eric Andersen [Thu, 15 Mar 2001 17:54:56 +0000 (17:54 -0000)]
Update the olympus sections

23 years agoIf only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:
Mark Whitley [Thu, 15 Mar 2001 17:39:29 +0000 (17:39 -0000)]
If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:
  dpkg.c:18: #error It looks like you are using libc5, which does not support
  dpkg.c:19: #error tfind().  tfind() is used by busybox dpkg.
  dpkg.c:20: #error Please disable BB_DPKG.  Sorry.
This was fixed by changing the || to an && in the preprocessor.
(We've changed the logic in there too many times.)
Found using multibuild.pl.

23 years agoRemoved leftover BB_FEATURE_KLOGD per report from Giulio Orsero
Mark Whitley [Thu, 15 Mar 2001 17:30:07 +0000 (17:30 -0000)]
Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero

23 years agoFix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.
Manuel Novoa III [Thu, 15 Mar 2001 15:37:48 +0000 (15:37 -0000)]
Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.

23 years agoApplied patch from Erik Habbinga to fix a problem with an uninitialized
Mark Whitley [Wed, 14 Mar 2001 21:11:49 +0000 (21:11 -0000)]
Applied patch from Erik Habbinga to fix a problem with an uninitialized
substitution delimiter.

23 years agoAdded a section to describe how to convert variables to K&R style using the
Mark Whitley [Wed, 14 Mar 2001 21:04:53 +0000 (21:04 -0000)]
Added a section to describe how to convert variables to K&R style using the
mk2knr.pl script. Also some minor cleanups.

23 years agoScript that generates a script that will convert oddball variable names to K&R
Mark Whitley [Wed, 14 Mar 2001 21:04:07 +0000 (21:04 -0000)]
Script that generates a script that will convert oddball variable names to K&R
style.

23 years agoYesterday I make strsep_space include post-token whitespace,
Eric Andersen [Wed, 14 Mar 2001 19:33:45 +0000 (19:33 -0000)]
Yesterday I make strsep_space include post-token whitespace,
so we should not be adding another " " between tokens.
 -Erik

23 years agoI forgot to malloc space for the NULL.
Eric Andersen [Wed, 14 Mar 2001 18:57:54 +0000 (18:57 -0000)]
I forgot to malloc space for the NULL.
 -Erik

23 years agoApplied patch from Christophe Boyanique to add an egrep alias for grep.
Mark Whitley [Wed, 14 Mar 2001 17:45:45 +0000 (17:45 -0000)]
Applied patch from Christophe Boyanique to add an egrep alias for grep.

23 years agoThe patch I previously applied from Brian Webb was 2 lines off. Oops.
Mark Whitley [Wed, 14 Mar 2001 17:30:44 +0000 (17:30 -0000)]
The patch I previously applied from Brian Webb was 2 lines off. Oops.

23 years agoApplied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132
Mark Whitley [Wed, 14 Mar 2001 17:26:37 +0000 (17:26 -0000)]
Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132

23 years agoApplied patch from Giulio Orsero to fix some preprocessor bugs.
Mark Whitley [Wed, 14 Mar 2001 17:18:52 +0000 (17:18 -0000)]
Applied patch from Giulio Orsero to fix some preprocessor bugs.

23 years agoFix from Manuel for a silly thinko on my part.
Eric Andersen [Wed, 14 Mar 2001 17:15:45 +0000 (17:15 -0000)]
Fix from Manuel for a silly thinko on my part.

23 years agoFix init so that checking for terminal devices is delayed until the
Eric Andersen [Wed, 14 Mar 2001 09:01:11 +0000 (09:01 -0000)]
Fix init so that checking for terminal devices is delayed until the
devices are actually used, thereby allowing devfsd based systems to
work.  This should fix bug #1133
 -Erik

23 years agoUse the system passwd and group stuff by default
Eric Andersen [Wed, 14 Mar 2001 01:49:10 +0000 (01:49 -0000)]
Use the system passwd and group stuff by default

23 years agoFix mtab so it works on libc5
Eric Andersen [Wed, 14 Mar 2001 01:48:10 +0000 (01:48 -0000)]
Fix mtab so it works on libc5

23 years agoNo reason to include fstab. It breaks libc5, does nothing for glibc.
Eric Andersen [Wed, 14 Mar 2001 01:43:29 +0000 (01:43 -0000)]
No reason to include fstab.  It breaks libc5, does nothing for glibc.
 -Erik

23 years agoAmazing the difference between an "and" and an "or".
Eric Andersen [Wed, 14 Mar 2001 01:36:52 +0000 (01:36 -0000)]
Amazing the difference between an "and" and an "or".

23 years agodpkg used tfind, which doesn't work with libc5. Print a friendy error
Eric Andersen [Wed, 14 Mar 2001 01:31:11 +0000 (01:31 -0000)]
dpkg used tfind, which doesn't work with libc5.  Print a friendy error
should someone try to use it...
 -Erik

23 years agoFix socklen_t for libc5
Eric Andersen [Wed, 14 Mar 2001 01:23:07 +0000 (01:23 -0000)]
Fix socklen_t for libc5

23 years agoThe IPC_SYSLOG stuff should be off by default.
Eric Andersen [Wed, 14 Mar 2001 01:16:41 +0000 (01:16 -0000)]
The IPC_SYSLOG stuff should be off by default.
 -Erik

23 years agoSome updates for libc5
Eric Andersen [Wed, 14 Mar 2001 01:15:06 +0000 (01:15 -0000)]
Some updates for libc5

23 years agolibc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDE
Eric Andersen [Wed, 14 Mar 2001 00:49:52 +0000 (00:49 -0000)]
libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDE
 -Erik

23 years agoAdded a dependency on BB_MKFS_MINIX to xfopen().
Mark Whitley [Wed, 14 Mar 2001 00:43:16 +0000 (00:43 -0000)]
Added a dependency on BB_MKFS_MINIX to xfopen().

23 years ago - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT
Mark Whitley [Wed, 14 Mar 2001 00:29:14 +0000 (00:29 -0000)]
 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT
 - Set BB_FEATURE_SH_STANDALONE_SHELL and BB_FEATURE_SH_APPLETS_ALWAYS_WIN to
   be off by default
 - Set BB_FEATURE_SH_SIMPLE_PROMPT to be on by default
 - Added some more magic to the Olympus section to make all the dependencies
   on the shell, cmdline editing, tab completion and friend work properly.
 - Tidied up the Olympus section with some whitespace. Checked the various
   scrips that parse through there and the extra whitespace shouldn't break
   anything.

23 years agoSome new testcases, some improvements to the tester.sh script.
Mark Whitley [Tue, 13 Mar 2001 23:30:18 +0000 (23:30 -0000)]
Some new testcases, some improvements to the tester.sh script.

23 years agoUpdate the lash shell (hopefully the last time...) so things like
Eric Andersen [Tue, 13 Mar 2001 22:57:56 +0000 (22:57 -0000)]
Update the lash shell (hopefully the last time...) so things like
echo "foo   bar" and echo -n "foo\t\\\\\tbar" work as expected.
Merge prompt printing work from Vladimir.
 -Erik

23 years agoAdded Midori Linux to the list of known projects that use Busybox.
Mark Whitley [Tue, 13 Mar 2001 17:08:54 +0000 (17:08 -0000)]
Added Midori Linux to the list of known projects that use Busybox.

23 years agoCredited Christophe Boyaniqu for interactive patch to rm.
Mark Whitley [Tue, 13 Mar 2001 16:35:55 +0000 (16:35 -0000)]
Credited Christophe Boyaniqu for interactive patch to rm.

23 years agoApplied patch from Christophe Boyanique to add -i support to rm.
Mark Whitley [Tue, 13 Mar 2001 00:40:19 +0000 (00:40 -0000)]
Applied patch from Christophe Boyanique to add -i support to rm.

23 years agoSome fixlets that didn't get added in the last 'syslogd split' patch:
Mark Whitley [Mon, 12 Mar 2001 23:55:56 +0000 (23:55 -0000)]
Some fixlets that didn't get added in the last 'syslogd split' patch:
- BB_LOGREAD should not be in the applet section
- BB_FEATURE_IPC_SYSLOG added to the feature section
- Some voodoo added to the Olympus section

23 years agoAdded some comment lines in the header indicating that Gennady Feldman is the
Mark Whitley [Mon, 12 Mar 2001 23:41:34 +0000 (23:41 -0000)]
Added some comment lines in the header indicating that Gennady Feldman is the
maintainer of these three applets.

23 years agoApplied a patch from Brian Webb to fix a problem with mount on the Agenda PDA.
Mark Whitley [Mon, 12 Mar 2001 23:17:26 +0000 (23:17 -0000)]
Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA.
Apparently, the mount() call does not like taking a stack allocated pointer.

23 years agoApplied patch from John Lombardo to fix OOM in insmod.
Mark Whitley [Mon, 12 Mar 2001 23:08:34 +0000 (23:08 -0000)]
Applied patch from John Lombardo to fix OOM in insmod.

23 years agoApplied patch from Gennady Feldman to split up syslogd.c into syslogd and
Mark Whitley [Mon, 12 Mar 2001 22:51:50 +0000 (22:51 -0000)]
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
klogd (as it should be).

23 years agoA fix from Larry Doolittle for some nasty segfaults when sh.c tried to free a
Eric Andersen [Mon, 12 Mar 2001 21:36:49 +0000 (21:36 -0000)]
A fix from Larry Doolittle for some nasty segfaults when sh.c tried to free a
corrupted cmd pointer, and where it would truncate a command line at the first
double space.
 -Erik

23 years agoProgram for testing concurrent access to syslogd.
Mark Whitley [Mon, 12 Mar 2001 20:00:00 +0000 (20:00 -0000)]
Program for testing concurrent access to syslogd.

23 years agoApplied patch from Gennady Feldman to use single-thread instead of forking.
Mark Whitley [Mon, 12 Mar 2001 19:51:09 +0000 (19:51 -0000)]
Applied patch from Gennady Feldman to use single-thread instead of forking.

23 years agoAdd missing dependency -- interface.c needs get_kernel_revision.
Manuel Novoa III [Mon, 12 Mar 2001 10:00:17 +0000 (10:00 -0000)]
Add missing dependency -- interface.c needs get_kernel_revision.

23 years agoAdjust ifconfig usage message for selected options and current functionality.
Manuel Novoa III [Mon, 12 Mar 2001 09:58:51 +0000 (09:58 -0000)]
Adjust ifconfig usage message for selected options and current functionality.