c949bfa555
Use a linked list for sed commands in preparation for branching support
Glenn L McGrath
2003-03-28 03:53:31 +00:00
3a9b0bf0ba
Oops... had != but meant ==.
Manuel Novoa III
2003-03-23 20:27:33 +00:00
4baef0c77f
Minor cleanups. Document the cmp -l option.
Manuel Novoa III
2003-03-19 18:40:42 +00:00
ea4c43445c
Restrict octal perms to <= 07777. Cosmetic error message change.
Manuel Novoa III
2003-03-19 18:09:03 +00:00
1cb1b64c35
Obligatory forgotten item.
Manuel Novoa III
2003-03-19 09:42:33 +00:00
4eff18189a
Things my compiler didn't catch...
Manuel Novoa III
2003-03-19 09:42:02 +00:00
cad5364599
Major coreutils update.
Manuel Novoa III
2003-03-19 09:13:01 +00:00
e01f9662a5
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.
Glenn L McGrath
2003-03-18 08:37:57 +00:00
2971ef1730
Fix a bug that corrupted the string followed commands that had no arguments (Closes#1304)
Glenn L McGrath
2003-03-18 01:19:23 +00:00
737f5fb890
Patch from Jonas Holmberg, adjusted by Robert Schwebel, and later re-adjusted by me to fix msh backtick handling
Eric Andersen
2003-03-14 16:05:59 +00:00
d2b8118650
oops. args shuffled.
Eric Andersen
2003-03-13 20:54:26 +00:00
c3b2dbec8c
Fix obviously wrong names from older busybox
Eric Andersen
2003-03-13 18:57:08 +00:00
92b7e7baa1
Patch from Tito Ragusa:
Eric Andersen
2003-03-13 18:49:45 +00:00
3f1cf455a0
cope with crappy windoze ftp servers
Eric Andersen
2003-03-11 18:03:39 +00:00
e68afefe56
Avoid potential rendering problems
Eric Andersen
2003-03-10 17:21:46 +00:00
4157a8a71e
fix n, add N, P
Glenn L McGrath
2003-03-10 04:12:35 +00:00
ff724fb076
add the 'n' command
Glenn L McGrath
2003-03-10 02:56:56 +00:00
bed4033e96
Add the q (quit) option
Glenn L McGrath
2003-03-10 02:21:14 +00:00
f3bd7c4631
Fix a delimiter matching bug i introduced.
Glenn L McGrath
2003-03-09 15:40:40 +00:00
f50ce3135f
Support grouped commands, i.e. {cmd1;cmd2}
Glenn L McGrath
2003-03-09 15:12:24 +00:00
4c6523a90b
alloc array for commands, use string ptr in parse_command_string()
Glenn L McGrath
2003-03-09 11:06:38 +00:00
e7a8bc949b
use typedef for struct sed_cmd
Glenn L McGrath
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.
Glenn L McGrath
2003-03-09 08:44:49 +00:00
2f8a401772
Woops, remove the code i didnt mean to commit
Glenn L McGrath
2003-03-09 02:44:49 +00:00
d5eadea970
Mention the opengroup sed reference, add a check which is disabled at present.
Glenn L McGrath
2003-03-09 02:39:29 +00:00
505bd0f15a
Fix matching for the $ address (last line)
Glenn L McGrath
2003-03-08 05:21:02 +00:00
77831c11d1
be more careful about cleaning up
Eric Andersen
2003-03-07 18:09:06 +00:00
3719e9e790
Scrub things a bit, shave off a few bytes. -Erik
Eric Andersen
2003-03-07 18:03:02 +00:00
1bc5fa8c0c
Save a few bytes and remove a redundant string
Eric Andersen
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.
Eric Andersen
2003-03-07 17:43:32 +00:00
2afcbe436f
audit for proper error handling, apply a few size optimizations -Erik
Eric Andersen
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
Eric Andersen
2003-03-07 17:29:12 +00:00
bae7c1ac24
Explicitly define -DNDEBUG so asserts don't clutter release code
Eric Andersen
2003-03-07 17:27:51 +00:00
08f4a4c508
Add all the syslogd help text
Eric Andersen
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
Eric Andersen
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
Eric Andersen
2003-02-27 03:14:04 +00:00
ee6da5527c
mention "katamaran"
Eric Andersen
2003-02-18 20:17:30 +00:00
008c01915b
Fix for big endian machines
Glenn L McGrath
2003-02-17 12:18:16 +00:00
ae0f1e7052
New applet sha1sum
Glenn L McGrath
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.
Glenn L McGrath
2003-02-15 11:50:33 +00:00
3238ea1673
Merge fileutils, textutils and shellutils into coreuils
Glenn L McGrath
2003-02-15 10:53:40 +00:00
496411b489
Don't use HZ -- use sysconf(_SC_CLK_TCK)
Eric Andersen
2003-02-12 10:56:53 +00:00
c2843563f3
Fix compile error... header problems.
Manuel Novoa III
2003-02-11 07:06:06 +00:00
ae494a9086
last_patch83 by Vladimir N. Oleynik
Glenn L McGrath
2003-02-10 22:53:37 +00:00
b1207b3320
Fix compile error, last_patch82 by Vladimir N. Oleynik
Glenn L McGrath
2003-02-10 22:31:09 +00:00
3d2405cfb3
Fix compile error, last_patch81 by Vladimir N. Oleynik
Glenn L McGrath
2003-02-10 22:28:21 +00:00
18d8a3b7e3
udhcpc is supposed to be in /sbin, not /usr/sbin/
Eric Andersen
2003-02-10 09:22:36 +00:00
883d4842d2
Fix compiler warnings, patch by Steven Scholz
Glenn L McGrath
2003-02-09 22:40:34 +00:00
826b48b624
Woops, my gunzip fix broke unzip, these cant be static
Glenn L McGrath
2003-02-09 12:00:17 +00:00
a837e2d9b3
Minor update to arping, patch from Nick Fedchik
Glenn L McGrath
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
Glenn L McGrath
2003-02-09 06:51:14 +00:00
877d418b39
Dont die if logging remotely fails, patch by Joshua Jackson
Glenn L McGrath
2003-02-09 05:07:42 +00:00
def85e8752
Specify install path, patch by Nick Fedchik
Glenn L McGrath
2003-02-09 05:00:52 +00:00
1d21fb3c23
Moved to libunarchive/unzip.c
Glenn L McGrath
2003-02-09 04:49:17 +00:00
cc616928d5
Fix endian probelm on PPC, i had different types for an extern variable.
Glenn L McGrath
2003-02-09 04:46:34 +00:00
a88cb5025c
Patch from mathuria, compatability with solaris
Glenn L McGrath
2003-02-08 23:36:16 +00:00
3aeaee33b6
Patch from Joshua Jackson, make md5 the default hash algorithm
Glenn L McGrath
2003-02-08 23:20:02 +00:00
b4f3d7f594
Rewrite by Manuel Novoa III, very compact implimentation.
Glenn L McGrath
2003-02-08 23:11:19 +00:00
cb665093b8
Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour.
Glenn L McGrath
2003-02-08 22:33:53 +00:00
a486f469cb
Mention penguru
Eric Andersen
2003-02-05 18:16:45 +00:00
46c203a6ce
Fix a couple more ifupdown bugs
Eric Andersen
2003-02-03 12:44:59 +00:00
21110a0aa2
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.
Glenn L McGrath
2003-01-28 01:45:48 +00:00
a99534354a
Don't wipe the config system on 'make clean'
Eric Andersen
2003-01-27 22:11:59 +00:00
66a3af9d7c
This seems sufficient for ifup and ifdown to actually work as advertised. Works for me (at least with glibc)
Eric Andersen
2003-01-27 17:41:19 +00:00
22237017a7
Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung
Eric Andersen
2003-01-23 07:08:26 +00:00
ee9441f848
Patch from Brett Hunt at micron.com to fixup potential segfaults during 'make menuconfig'
Eric Andersen
2003-01-23 06:36:15 +00:00
bf77f61d69
Patch from Jason McMullan @ linuxcare.com adding insmod support for s390 systems.
Eric Andersen
2003-01-23 06:02:39 +00:00
853c494efd
A patch from John F. Kelly to add in a utility for configuring vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
Eric Andersen
2003-01-23 05:59:32 +00:00
97d86f2bb5
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
Eric Andersen
2003-01-23 05:27:42 +00:00
be65c350ae
Patch from Artem Egorkine to support the -m option
Eric Andersen
2003-01-23 04:57:35 +00:00
889dd20c69
Patch from Joel Vallier to add modules symbols to the kernel symbol table in order to obtain better debug output from ksymoops.
Eric Andersen
2003-01-23 04:48:34 +00:00
8eb214edbd
Patch from Basitan Blank to fix nasty bug
Glenn L McGrath
2003-01-22 21:09:48 +00:00
d8fdf0c57d
Fix a typo that broke it so busybox won't build
Eric Andersen
2003-01-22 01:20:35 +00:00
6393d69f76
merge fixes with udhcp
Russ Dill
2003-01-21 22:39:34 +00:00
6af21c2afa
Login prompt function, part of waldi's telnetd from inetd patch
Glenn L McGrath
2003-01-21 20:59:34 +00:00
9e5d6c002c
run telnet from inetd, present login prompt if login is configured, patch from Bastian Blank
Glenn L McGrath
2003-01-21 20:55:56 +00:00
4c51202b9d
re-order config options, part of a patch from Bastian Blank
Glenn L McGrath
2003-01-21 00:12:11 +00:00
5cc9ada0e4
header update
Glenn L McGrath
2003-01-21 00:03:05 +00:00
2e51a14d57
New test mode that allows run_parts to fail silently if the directory is not found. Patch from Bastian Blank
Glenn L McGrath
2003-01-20 23:50:59 +00:00
aad465efb7
Make test mode output same as official version
Glenn L McGrath
2003-01-20 23:34:12 +00:00
a9adef0394
Dont use getopt_long, minor usage changes, patch by Nick Fedchik
Glenn L McGrath
2003-01-19 13:34:21 +00:00
e6ae6e3d39
fix missed option argument for -I <device>, interface name checks redesigned, patch by Nick Fedchik
Glenn L McGrath
2003-01-19 13:31:41 +00:00
f2ba45e339
Compile option to avoid using /usr directory, patch by Bastian Blank
Glenn L McGrath
2003-01-19 12:55:13 +00:00
77c60e5c66
Use vsyslog instead of syslog, improve initalisation and cleanup of variables, save 300 Bytes or so, patch by Vladimir N. Oleynik
Glenn L McGrath
2003-01-16 11:37:57 +00:00
8573704097
Fix leading spaces bug, free line buffer, redo next_word, save some space.
Glenn L McGrath
2003-01-14 23:26:57 +00:00
147a3ca1a4
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
Glenn L McGrath
2003-01-14 21:41:12 +00:00
fc4a0fd82e
last_patch75_2 from vodz,
Eric Andersen
2003-01-14 18:13:13 +00:00
85d9d80db8
Ensure consistant sort order, sed behavior, etc -Erik
Eric Andersen
2003-01-14 09:12:39 +00:00
ab4e19afc6
Eliminate most instances where we use linux kernel headers -Erik
Eric Andersen
2003-01-14 08:54:08 +00:00
92a06d0943
Clean config binsries on 'make clean'
Eric Andersen
2003-01-14 08:52:18 +00:00
8004bb7661
Eliminate use of kernel header file -Erik
Eric Andersen
2003-01-14 08:06:07 +00:00
e0716ba23b
Fixup addgroup help text
Eric Andersen
2003-01-14 06:42:56 +00:00
4b525addb8
Only call free if it is necessary
Eric Andersen
2003-01-14 06:40:11 +00:00
65ddf77fbd
Patch from Tito to rework strings applet, and some testsuite stuff to test it added by me.
Eric Andersen
2003-01-13 23:19:31 +00:00
b4a1baa312
Correct some init issues, update email address, last_patch78 by Vladimir N. Oleynik
Glenn L McGrath
2003-01-13 22:09:50 +00:00
d66370cd73
Option to allow ifupdown use ip commands instead of ifconfig, add flush command to ipaddr, patch by Bastian Blank
Glenn L McGrath
2003-01-13 21:40:38 +00:00
4e486a5d00
Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING would return 0 instead of EXIT_FAILURE when no response was received.
Eric Andersen
2003-01-12 06:08:33 +00:00
1dcf218e60
Patch from Daniel J Walsh at redhat to make free work for systems with more than 1 GB of memory...
Eric Andersen
2003-01-11 20:40:49 +00:00
575c78274a
Patch from Robert Schwebel -- support ncurses installed in /usr/local
Eric Andersen
2003-01-11 18:07:38 +00:00