d2b8118650
oops. args shuffled.
2003-03-13 20:54:26 +00:00
c3b2dbec8c
Fix obviously wrong names from older busybox
2003-03-13 18:57:08 +00:00
92b7e7baa1
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;
2003-03-13 18:49:45 +00:00
3f1cf455a0
cope with crappy windoze ftp servers
2003-03-11 18:03:39 +00:00
e68afefe56
Avoid potential rendering problems
2003-03-10 17:21:46 +00:00
4157a8a71e
fix n, add N, P
2003-03-10 04:12:35 +00:00
ff724fb076
add the 'n' command
2003-03-10 02:56:56 +00:00
bed4033e96
Add the q (quit) option
2003-03-10 02:21:14 +00:00
f3bd7c4631
Fix a delimiter matching bug i introduced.
2003-03-09 15:40:40 +00:00
f50ce3135f
Support grouped commands, i.e. {cmd1;cmd2}
2003-03-09 15:12:24 +00:00
4c6523a90b
alloc array for commands, use string ptr in parse_command_string()
2003-03-09 11:06:38 +00:00
e7a8bc949b
use typedef for struct sed_cmd
2003-03-09 10:23:57 +00:00
1fb446795d
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.
2003-03-09 08:44:49 +00:00
2f8a401772
Woops, remove the code i didnt mean to commit
2003-03-09 02:44:49 +00:00
d5eadea970
Mention the opengroup sed reference, add a check which is disabled at present.
2003-03-09 02:39:29 +00:00
505bd0f15a
Fix matching for the $ address (last line)
2003-03-08 05:21:02 +00:00
77831c11d1
be more careful about cleaning up
2003-03-07 18:09:06 +00:00
3719e9e790
Scrub things a bit, shave off a few bytes.
...
-Erik
2003-03-07 18:03:02 +00:00
1bc5fa8c0c
Save a few bytes and remove a redundant string
2003-03-07 17:59:32 +00:00
6067c08145
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.
2003-03-07 17:43:32 +00:00
2afcbe436f
audit for proper error handling, apply a few size optimizations
...
-Erik
2003-03-07 17:33:40 +00:00
a9c6bc41e9
Define bb_xgetlarg as a standard interface for extracting
...
numbers from getopt which includes careful error checking.
-Erik
2003-03-07 17:29:12 +00:00
bae7c1ac24
Explicitly define -DNDEBUG so asserts don't clutter release code
2003-03-07 17:27:51 +00:00
08f4a4c508
Add all the syslogd help text
2003-02-28 07:20:55 +00:00
5ef448285b
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
2003-02-28 06:29:27 +00:00
a0ac4523b1
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
2003-02-27 03:14:04 +00:00
ee6da5527c
mention "katamaran"
2003-02-18 20:17:30 +00:00
008c01915b
Fix for big endian machines
2003-02-17 12:18:16 +00:00
ae0f1e7052
New applet sha1sum
2003-02-17 08:23:22 +00:00
4a4c677fcc
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.
2003-02-15 11:50:33 +00:00
3238ea1673
Merge fileutils, textutils and shellutils into coreuils
2003-02-15 10:53:40 +00:00
858fad722f
sync with udhcp bug fixes
2003-02-12 22:20:19 +00:00
496411b489
Don't use HZ -- use sysconf(_SC_CLK_TCK)
2003-02-12 10:56:53 +00:00
c2843563f3
Fix compile error... header problems.
2003-02-11 07:06:06 +00:00
ae494a9086
last_patch83 by Vladimir N. Oleynik
2003-02-10 22:53:37 +00:00
b1207b3320
Fix compile error, last_patch82 by Vladimir N. Oleynik
2003-02-10 22:31:09 +00:00
3d2405cfb3
Fix compile error, last_patch81 by Vladimir N. Oleynik
2003-02-10 22:28:21 +00:00
18d8a3b7e3
udhcpc is supposed to be in /sbin, not /usr/sbin/
2003-02-10 09:22:36 +00:00
883d4842d2
Fix compiler warnings, patch by Steven Scholz
2003-02-09 22:40:34 +00:00
826b48b624
Woops, my gunzip fix broke unzip, these cant be static
2003-02-09 12:00:17 +00:00
a837e2d9b3
Minor update to arping, patch from Nick Fedchik
2003-02-09 07:01:33 +00:00
06e9565b6c
New applet, inetd, make httpd features more configurable, update authors, last_patch_80
...
from Vladimir N. Oleynik
2003-02-09 06:51:14 +00:00
877d418b39
Dont die if logging remotely fails, patch by Joshua Jackson
2003-02-09 05:07:42 +00:00
def85e8752
Specify install path, patch by Nick Fedchik
2003-02-09 05:00:52 +00:00
1d21fb3c23
Moved to libunarchive/unzip.c
2003-02-09 04:49:17 +00:00
cc616928d5
Fix endian probelm on PPC, i had different types for an extern variable.
2003-02-09 04:46:34 +00:00
a88cb5025c
Patch from mathuria, compatability with solaris
2003-02-08 23:36:16 +00:00
3aeaee33b6
Patch from Joshua Jackson, make md5 the default hash algorithm
2003-02-08 23:20:02 +00:00
b4f3d7f594
Rewrite by Manuel Novoa III, very compact implimentation.
2003-02-08 23:11:19 +00:00
cb665093b8
Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's
...
behaviour.
2003-02-08 22:33:53 +00:00