bug1 [Sun, 30 Mar 2003 16:10:06 +0000 (16:10 +0000)]
Update config to new menu options
git-svn-id: svn://busybox.net/trunk/busybox@6773
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 30 Mar 2003 13:57:26 +0000 (13:57 +0000)]
Rename, to specify kernel
git-svn-id: svn://busybox.net/trunk/busybox@6772
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 30 Mar 2003 09:38:40 +0000 (09:38 +0000)]
Group common string
git-svn-id: svn://busybox.net/trunk/busybox@6771
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 30 Mar 2003 08:40:09 +0000 (08:40 +0000)]
Small fix for sed 'y' command
git-svn-id: svn://busybox.net/trunk/busybox@6770
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 30 Mar 2003 08:02:18 +0000 (08:02 +0000)]
sed 'y' command, simplify some other code
git-svn-id: svn://busybox.net/trunk/busybox@6769
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 30 Mar 2003 03:41:53 +0000 (03:41 +0000)]
Experimental support for embeded newline. (im evil)
Fix segfault when using 'N' with an odd number of lines.
git-svn-id: svn://busybox.net/trunk/busybox@6768
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 28 Mar 2003 16:54:14 +0000 (16:54 +0000)]
trivial fix to make sure we have sufficient arguments before
we mess with a possibly non-existant argv[1]
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6767
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 14:11:34 +0000 (14:11 +0000)]
Still fine tunning the printing of the substitute command
git-svn-id: svn://busybox.net/trunk/busybox@6766
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 08:36:52 +0000 (08:36 +0000)]
sed 't' branching command
git-svn-id: svn://busybox.net/trunk/busybox@6765
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 07:44:03 +0000 (07:44 +0000)]
Fix sed 's' command's 'p' flag, so it can print line twice
git-svn-id: svn://busybox.net/trunk/busybox@6764
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 04:57:52 +0000 (04:57 +0000)]
fix q command
git-svn-id: svn://busybox.net/trunk/busybox@6763
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 04:43:39 +0000 (04:43 +0000)]
Add basic branching support, sed ':' and 'b' commands
git-svn-id: svn://busybox.net/trunk/busybox@6762
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 04:23:23 +0000 (04:23 +0000)]
make sed cleanup use linked list
git-svn-id: svn://busybox.net/trunk/busybox@6761
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Fri, 28 Mar 2003 03:53:31 +0000 (03:53 +0000)]
Use a linked list for sed commands in preparation for branching support
git-svn-id: svn://busybox.net/trunk/busybox@6760
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Sun, 23 Mar 2003 20:27:33 +0000 (20:27 +0000)]
Oops... had != but meant ==.
git-svn-id: svn://busybox.net/trunk/busybox@6757
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Wed, 19 Mar 2003 18:40:42 +0000 (18:40 +0000)]
Minor cleanups. Document the cmp -l option.
git-svn-id: svn://busybox.net/trunk/busybox@6755
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Wed, 19 Mar 2003 18:09:03 +0000 (18:09 +0000)]
Restrict octal perms to <= 07777. Cosmetic error message change.
git-svn-id: svn://busybox.net/trunk/busybox@6754
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Wed, 19 Mar 2003 09:42:33 +0000 (09:42 +0000)]
Obligatory forgotten item.
git-svn-id: svn://busybox.net/trunk/busybox@6753
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Wed, 19 Mar 2003 09:42:02 +0000 (09:42 +0000)]
Things my compiler didn't catch...
git-svn-id: svn://busybox.net/trunk/busybox@6752
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Wed, 19 Mar 2003 09:13:01 +0000 (09:13 +0000)]
Major coreutils update.
git-svn-id: svn://busybox.net/trunk/busybox@6751
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 18 Mar 2003 08:37:57 +0000 (08:37 +0000)]
Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used.
git-svn-id: svn://busybox.net/trunk/busybox@6750
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 18 Mar 2003 01:19:23 +0000 (01:19 +0000)]
Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304)
git-svn-id: svn://busybox.net/trunk/busybox@6749
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 14 Mar 2003 16:05:59 +0000 (16:05 +0000)]
Patch from Jonas Holmberg, adjusted by Robert Schwebel, and
later re-adjusted by me to fix msh backtick handling
git-svn-id: svn://busybox.net/trunk/busybox@6748
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 13 Mar 2003 20:54:26 +0000 (20:54 +0000)]
oops. args shuffled.
git-svn-id: svn://busybox.net/trunk/busybox@6747
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 13 Mar 2003 18:57:08 +0000 (18:57 +0000)]
Fix obviously wrong names from older busybox
git-svn-id: svn://busybox.net/trunk/busybox@6743
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 13 Mar 2003 18:49:45 +0000 (18:49 +0000)]
Patch from Tito Ragusa:
The changes I've made: in strings.c:
1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string;
2) code clean up;
3) fix compiler warnings about uninitialized vars;
git-svn-id: svn://busybox.net/trunk/busybox@6742
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 11 Mar 2003 18:03:39 +0000 (18:03 +0000)]
cope with crappy windoze ftp servers
git-svn-id: svn://busybox.net/trunk/busybox@6738
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 10 Mar 2003 17:21:46 +0000 (17:21 +0000)]
Avoid potential rendering problems
git-svn-id: svn://busybox.net/trunk/busybox@6730
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Mar 2003 04:12:35 +0000 (04:12 +0000)]
fix n, add N, P
git-svn-id: svn://busybox.net/trunk/busybox@6729
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Mar 2003 02:56:56 +0000 (02:56 +0000)]
add the 'n' command
git-svn-id: svn://busybox.net/trunk/busybox@6728
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Mar 2003 02:21:14 +0000 (02:21 +0000)]
Add the q (quit) option
git-svn-id: svn://busybox.net/trunk/busybox@6727
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 15:40:40 +0000 (15:40 +0000)]
Fix a delimiter matching bug i introduced.
git-svn-id: svn://busybox.net/trunk/busybox@6726
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 15:12:24 +0000 (15:12 +0000)]
Support grouped commands, i.e. {cmd1;cmd2}
git-svn-id: svn://busybox.net/trunk/busybox@6725
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 11:06:38 +0000 (11:06 +0000)]
alloc array for commands, use string ptr in parse_command_string()
git-svn-id: svn://busybox.net/trunk/busybox@6724
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 10:23:57 +0000 (10:23 +0000)]
use typedef for struct sed_cmd
git-svn-id: svn://busybox.net/trunk/busybox@6723
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 08:44:49 +0000 (08:44 +0000)]
redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field.
git-svn-id: svn://busybox.net/trunk/busybox@6722
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 02:44:49 +0000 (02:44 +0000)]
Woops, remove the code i didnt mean to commit
git-svn-id: svn://busybox.net/trunk/busybox@6721
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Mar 2003 02:39:29 +0000 (02:39 +0000)]
Mention the opengroup sed reference, add a check which is disabled at present.
git-svn-id: svn://busybox.net/trunk/busybox@6720
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 8 Mar 2003 05:21:02 +0000 (05:21 +0000)]
Fix matching for the $ address (last line)
git-svn-id: svn://busybox.net/trunk/busybox@6719
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 18:09:06 +0000 (18:09 +0000)]
be more careful about cleaning up
git-svn-id: svn://busybox.net/trunk/busybox@6718
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 18:03:02 +0000 (18:03 +0000)]
Scrub things a bit, shave off a few bytes.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6717
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 17:59:32 +0000 (17:59 +0000)]
Save a few bytes and remove a redundant string
git-svn-id: svn://busybox.net/trunk/busybox@6716
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 17:43:32 +0000 (17:43 +0000)]
With nightmares of libbb ending up with 100 .c files starting
with "bb_" it seems best to rename this now and avoid starting
an evil KDE style naming trend.
git-svn-id: svn://busybox.net/trunk/busybox@6715
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 17:33:40 +0000 (17:33 +0000)]
audit for proper error handling, apply a few size optimizations
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6714
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 17:29:12 +0000 (17:29 +0000)]
Define bb_xgetlarg as a standard interface for extracting
numbers from getopt which includes careful error checking.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6713
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 7 Mar 2003 17:27:51 +0000 (17:27 +0000)]
Explicitly define -DNDEBUG so asserts don't clutter release code
git-svn-id: svn://busybox.net/trunk/busybox@6712
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 28 Feb 2003 07:20:55 +0000 (07:20 +0000)]
Add all the syslogd help text
git-svn-id: svn://busybox.net/trunk/busybox@6649
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Fri, 28 Feb 2003 06:29:27 +0000 (06:29 +0000)]
There is no good reason to prevent nfs mounts from being mounted
during 'mount -a'. If the user wants to do that, hey, its their
lifs. If the nfs server is down and they don't want to wait for
nfs to time out, that is their problem.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6648
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 27 Feb 2003 03:14:04 +0000 (03:14 +0000)]
Write all the help text for the util-linux utilities. Allow
people to locate the mtab file somewhere other that /etc to
accomodate read only root filesystems.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@6643
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Tue, 18 Feb 2003 20:17:30 +0000 (20:17 +0000)]
mention "katamaran"
git-svn-id: svn://busybox.net/trunk/busybox@6627
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 17 Feb 2003 12:18:16 +0000 (12:18 +0000)]
Fix for big endian machines
git-svn-id: svn://busybox.net/trunk/busybox@6615
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 17 Feb 2003 08:23:22 +0000 (08:23 +0000)]
New applet sha1sum
git-svn-id: svn://busybox.net/trunk/busybox@6611
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 15 Feb 2003 11:50:33 +0000 (11:50 +0000)]
Patch from Bastian Blank
- ip route flush
- different usage for telnetd in inetd mode
- changes for the default flags of the ip features
- if no /usr requested, udhcpc should use the script also without /usr.
git-svn-id: svn://busybox.net/trunk/busybox@6604
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 15 Feb 2003 10:53:40 +0000 (10:53 +0000)]
Merge fileutils, textutils and shellutils into coreuils
git-svn-id: svn://busybox.net/trunk/busybox@6603
69ca8d6d-28ef-0310-b511-
8ec308f3f277
russ [Wed, 12 Feb 2003 22:20:19 +0000 (22:20 +0000)]
sync with udhcp bug fixes
git-svn-id: svn://busybox.net/trunk/busybox@6597
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 12 Feb 2003 10:56:53 +0000 (10:56 +0000)]
Don't use HZ -- use sysconf(_SC_CLK_TCK)
git-svn-id: svn://busybox.net/trunk/busybox@6570
69ca8d6d-28ef-0310-b511-
8ec308f3f277
mjn3 [Tue, 11 Feb 2003 07:06:06 +0000 (07:06 +0000)]
Fix compile error... header problems.
git-svn-id: svn://busybox.net/trunk/busybox@6560
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Feb 2003 22:53:37 +0000 (22:53 +0000)]
last_patch83 by Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6558
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Feb 2003 22:31:09 +0000 (22:31 +0000)]
Fix compile error, last_patch82 by Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6557
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 10 Feb 2003 22:28:21 +0000 (22:28 +0000)]
Fix compile error, last_patch81 by Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6556
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 10 Feb 2003 09:22:36 +0000 (09:22 +0000)]
udhcpc is supposed to be in /sbin, not /usr/sbin/
git-svn-id: svn://busybox.net/trunk/busybox@6552
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 22:40:34 +0000 (22:40 +0000)]
Fix compiler warnings, patch by Steven Scholz
git-svn-id: svn://busybox.net/trunk/busybox@6549
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 12:00:17 +0000 (12:00 +0000)]
Woops, my gunzip fix broke unzip, these cant be static
git-svn-id: svn://busybox.net/trunk/busybox@6548
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 07:01:33 +0000 (07:01 +0000)]
Minor update to arping, patch from Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6545
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 06:51:14 +0000 (06:51 +0000)]
New applet, inetd, make httpd features more configurable, update authors, last_patch_80
from Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6544
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 05:07:42 +0000 (05:07 +0000)]
Dont die if logging remotely fails, patch by Joshua Jackson
git-svn-id: svn://busybox.net/trunk/busybox@6543
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 05:00:52 +0000 (05:00 +0000)]
Specify install path, patch by Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6542
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 04:49:17 +0000 (04:49 +0000)]
Moved to libunarchive/unzip.c
git-svn-id: svn://busybox.net/trunk/busybox@6541
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 9 Feb 2003 04:46:34 +0000 (04:46 +0000)]
Fix endian probelm on PPC, i had different types for an extern variable.
git-svn-id: svn://busybox.net/trunk/busybox@6540
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 8 Feb 2003 23:36:16 +0000 (23:36 +0000)]
Patch from mathuria, compatability with solaris
git-svn-id: svn://busybox.net/trunk/busybox@6539
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 8 Feb 2003 23:20:02 +0000 (23:20 +0000)]
Patch from Joshua Jackson, make md5 the default hash algorithm
git-svn-id: svn://busybox.net/trunk/busybox@6538
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 8 Feb 2003 23:11:19 +0000 (23:11 +0000)]
Rewrite by Manuel Novoa III, very compact implimentation.
git-svn-id: svn://busybox.net/trunk/busybox@6537
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sat, 8 Feb 2003 22:33:53 +0000 (22:33 +0000)]
Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's
behaviour.
git-svn-id: svn://busybox.net/trunk/busybox@6536
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 5 Feb 2003 18:16:45 +0000 (18:16 +0000)]
Mention penguru
git-svn-id: svn://busybox.net/trunk/busybox@6528
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 3 Feb 2003 12:44:59 +0000 (12:44 +0000)]
Fix a couple more ifupdown bugs
git-svn-id: svn://busybox.net/trunk/busybox@6514
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 28 Jan 2003 01:45:48 +0000 (01:45 +0000)]
Fix long standing bug with old gnu tar files, add a check so tar will
complain "unknown file type" if it tries to extract an oldgnu tar file
and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined.
Print a warning if unisupported gnu extensions are encountered.
git-svn-id: svn://busybox.net/trunk/busybox@6488
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 27 Jan 2003 22:11:59 +0000 (22:11 +0000)]
Don't wipe the config system on 'make clean'
git-svn-id: svn://busybox.net/trunk/busybox@6487
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Mon, 27 Jan 2003 17:41:19 +0000 (17:41 +0000)]
This seems sufficient for ifup and ifdown to actually work
as advertised. Works for me (at least with glibc)
git-svn-id: svn://busybox.net/trunk/busybox@6486
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 07:08:26 +0000 (07:08 +0000)]
Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung
git-svn-id: svn://busybox.net/trunk/busybox@6434
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 06:36:15 +0000 (06:36 +0000)]
Patch from Brett Hunt at micron.com to fixup potential segfaults
during 'make menuconfig'
git-svn-id: svn://busybox.net/trunk/busybox@6433
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 06:02:39 +0000 (06:02 +0000)]
Patch from Jason McMullan @ linuxcare.com adding insmod
support for s390 systems.
git-svn-id: svn://busybox.net/trunk/busybox@6432
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 05:59:32 +0000 (05:59 +0000)]
A patch from John F. Kelly to add in a utility for configuring
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
git-svn-id: svn://busybox.net/trunk/busybox@6431
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 05:27:42 +0000 (05:27 +0000)]
Apply patch from Ghozlane Toumi to add -inum support to find.
Apply patch from Ghozlane Toumi to make find smaller by combining
similar error messages
Forward port find -newer support from busybox stable that was
missing from unstable. -Erik.
Fixup usage messages for find. -Erik
git-svn-id: svn://busybox.net/trunk/busybox@6429
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 04:57:35 +0000 (04:57 +0000)]
Patch from Artem Egorkine to support the -m option
git-svn-id: svn://busybox.net/trunk/busybox@6428
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Thu, 23 Jan 2003 04:48:34 +0000 (04:48 +0000)]
Patch from Joel Vallier to add modules symbols to the kernel symbol
table in order to obtain better debug output from ksymoops.
git-svn-id: svn://busybox.net/trunk/busybox@6427
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Wed, 22 Jan 2003 21:09:48 +0000 (21:09 +0000)]
Patch from Basitan Blank to fix nasty bug
git-svn-id: svn://busybox.net/trunk/busybox@6424
69ca8d6d-28ef-0310-b511-
8ec308f3f277
andersen [Wed, 22 Jan 2003 01:20:35 +0000 (01:20 +0000)]
Fix a typo that broke it so busybox won't build
git-svn-id: svn://busybox.net/trunk/busybox@6414
69ca8d6d-28ef-0310-b511-
8ec308f3f277
russ [Tue, 21 Jan 2003 22:39:34 +0000 (22:39 +0000)]
merge fixes with udhcp
git-svn-id: svn://busybox.net/trunk/busybox@6412
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 21 Jan 2003 20:59:34 +0000 (20:59 +0000)]
Login prompt function, part of waldi's telnetd from inetd patch
git-svn-id: svn://busybox.net/trunk/busybox@6408
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 21 Jan 2003 20:55:56 +0000 (20:55 +0000)]
run telnet from inetd, present login prompt if login is configured,
patch from Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6407
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 21 Jan 2003 00:12:11 +0000 (00:12 +0000)]
re-order config options, part of a patch from Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6397
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 21 Jan 2003 00:03:05 +0000 (00:03 +0000)]
header update
git-svn-id: svn://busybox.net/trunk/busybox@6396
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 20 Jan 2003 23:50:59 +0000 (23:50 +0000)]
New test mode that allows run_parts to fail silently if the directory
is not found. Patch from Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6395
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Mon, 20 Jan 2003 23:34:12 +0000 (23:34 +0000)]
Make test mode output same as official version
git-svn-id: svn://busybox.net/trunk/busybox@6394
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 19 Jan 2003 13:34:21 +0000 (13:34 +0000)]
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6385
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 19 Jan 2003 13:31:41 +0000 (13:31 +0000)]
fix missed option argument for -I <device>, interface name checks
redesigned, patch by Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6384
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Sun, 19 Jan 2003 12:55:13 +0000 (12:55 +0000)]
Compile option to avoid using /usr directory, patch by Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6383
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Thu, 16 Jan 2003 11:37:57 +0000 (11:37 +0000)]
Use vsyslog instead of syslog, improve initalisation and cleanup of
variables, save 300 Bytes or so, patch by Vladimir N. Oleynik
git-svn-id: svn://busybox.net/trunk/busybox@6346
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 14 Jan 2003 23:26:57 +0000 (23:26 +0000)]
Fix leading spaces bug, free line buffer, redo next_word, save some
space.
git-svn-id: svn://busybox.net/trunk/busybox@6337
69ca8d6d-28ef-0310-b511-
8ec308f3f277
bug1 [Tue, 14 Jan 2003 21:41:12 +0000 (21:41 +0000)]
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
git-svn-id: svn://busybox.net/trunk/busybox@6336
69ca8d6d-28ef-0310-b511-
8ec308f3f277