Eric Andersen [Sat, 8 Dec 2001 00:18:20 +0000 (00:18 -0000)]
Use a local image, not an offsite one.
Matt Kraai [Fri, 7 Dec 2001 21:27:57 +0000 (21:27 -0000)]
New.
Matt Kraai [Fri, 7 Dec 2001 21:27:38 +0000 (21:27 -0000)]
Continue processing files if we are asked to touch, but not create, a file
which doesn't exist.
Matt Kraai [Fri, 7 Dec 2001 21:24:25 +0000 (21:24 -0000)]
Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.
Eric Andersen [Fri, 7 Dec 2001 19:01:31 +0000 (19:01 -0000)]
Fix link name
Eric Andersen [Fri, 7 Dec 2001 19:00:30 +0000 (19:00 -0000)]
Fix broken link
Matt Kraai [Fri, 7 Dec 2001 16:27:37 +0000 (16:27 -0000)]
Update copyright and close file descriptors (noted by Axel Kittenberger).
Eric Andersen [Thu, 6 Dec 2001 21:33:55 +0000 (21:33 -0000)]
Avoid NULL pointer problems. Patch from "Frank P. MacLachlan"
<fpm-plutus@tgs.indyme.com>
Matt Kraai [Thu, 6 Dec 2001 17:37:51 +0000 (17:37 -0000)]
Remove documentation for the --file option to hostname (noted by
David Douthitt).
Eric Andersen [Thu, 6 Dec 2001 15:16:43 +0000 (15:16 -0000)]
Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>
Eric Andersen [Thu, 6 Dec 2001 14:52:32 +0000 (14:52 -0000)]
If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number archs. Furthermore,
find_pid_by_name() would _never_ return an error if the intended proces
was "init", but instead would return 1, meaning we would fail to work
on 2.4.x kernels running an initrd...
-Erik
Eric Andersen [Thu, 6 Dec 2001 14:44:11 +0000 (14:44 -0000)]
Minor adjustment to the strip command
Eric Andersen [Thu, 6 Dec 2001 08:20:14 +0000 (08:20 -0000)]
More copyright and email addr cleanups
Eric Andersen [Thu, 6 Dec 2001 08:04:45 +0000 (08:04 -0000)]
Silly cosmetic problem in the comment
Eric Andersen [Thu, 6 Dec 2001 07:42:04 +0000 (07:42 -0000)]
Patch from Steve Merrifield <steve@labyrinth.net.au> to
fixup the merge of the time applet, which I messed up.
-Erik
Eric Andersen [Thu, 6 Dec 2001 07:24:29 +0000 (07:24 -0000)]
Fix running more on files in the (broken) procfs that claim 0 length
when that isn't actually true.
-Erik
Aaron Lehmann [Thu, 6 Dec 2001 03:37:38 +0000 (03:37 -0000)]
The ash ansification diff!
Please tell me if you notice any problems resulting from this.
Aaron Lehmann [Thu, 6 Dec 2001 03:32:12 +0000 (03:32 -0000)]
Trying to commit Changelog and TODO. cvs is being weird :/
Aaron Lehmann [Thu, 6 Dec 2001 03:29:37 +0000 (03:29 -0000)]
Patch to avoid warnings
Aaron Lehmann [Thu, 6 Dec 2001 03:22:43 +0000 (03:22 -0000)]
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
binary size.
Glenn L McGrath [Wed, 5 Dec 2001 16:01:02 +0000 (16:01 -0000)]
Simplify unzip(), remove unused checks and unneccessary variables
Glenn L McGrath [Wed, 5 Dec 2001 13:08:03 +0000 (13:08 -0000)]
Simplify CRC table generation
Glenn L McGrath [Wed, 5 Dec 2001 04:40:52 +0000 (04:40 -0000)]
Fix some fegfaults and picket fence
Manuel Novoa III [Wed, 5 Dec 2001 04:35:32 +0000 (04:35 -0000)]
New version to cut size. Includes optional basename() compatibility, but
enabling that would break the basename applet at least for one corner case.
Manuel Novoa III [Wed, 5 Dec 2001 04:21:30 +0000 (04:21 -0000)]
Combined size reduction changes by Glenn and myself. Added back in "unknown"
for -p to match normal uname behavior (at a cost of 30-40 bytes).
Glenn L McGrath [Wed, 5 Dec 2001 04:10:14 +0000 (04:10 -0000)]
Fail gracefully if package depends on a virtual package.
Eric Andersen [Fri, 30 Nov 2001 19:10:58 +0000 (19:10 -0000)]
Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT
for wierd situations when people want init to actualy stop doing
anything for a while...
Eric Andersen [Fri, 30 Nov 2001 07:54:32 +0000 (07:54 -0000)]
Add in a 'time' applet. Adds 4.5k.
-Erik
Glenn L McGrath [Thu, 29 Nov 2001 06:36:56 +0000 (06:36 -0000)]
gunzip was incorrectly reporting a failed crc and length (discovered by
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression,
as it was eating into the crc/size field.
Matt Kraai [Tue, 27 Nov 2001 17:28:01 +0000 (17:28 -0000)]
Add space before module name (noted by Ron Yorston).
Glenn L McGrath [Wed, 21 Nov 2001 12:46:36 +0000 (12:46 -0000)]
Minor space saving improvments
Glenn L McGrath [Wed, 21 Nov 2001 10:26:28 +0000 (10:26 -0000)]
When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302)
Glenn L McGrath [Wed, 21 Nov 2001 10:01:29 +0000 (10:01 -0000)]
woops. dotn pass NULL
Glenn L McGrath [Wed, 21 Nov 2001 09:58:29 +0000 (09:58 -0000)]
Simplify print function, prints an extra space if no filename, but saves 4 bytes
Glenn L McGrath [Wed, 21 Nov 2001 09:17:00 +0000 (09:17 -0000)]
Use enums for selected functionality, Reduce the size by nearly 100 Bytes
Eric Andersen [Wed, 21 Nov 2001 09:05:31 +0000 (09:05 -0000)]
Fix dangling comma
Matt Kraai [Tue, 20 Nov 2001 16:04:22 +0000 (16:04 -0000)]
New.
Matt Kraai [Tue, 20 Nov 2001 16:00:44 +0000 (16:00 -0000)]
Fix undeclared variable error.
Matt Kraai [Tue, 20 Nov 2001 16:00:19 +0000 (16:00 -0000)]
Eliminate warning.
Matt Kraai [Tue, 20 Nov 2001 15:49:55 +0000 (15:49 -0000)]
New.
Matt Kraai [Tue, 20 Nov 2001 15:49:50 +0000 (15:49 -0000)]
Treat NUL as the end-of-line.
Eric Andersen [Tue, 20 Nov 2001 12:40:37 +0000 (12:40 -0000)]
More grammar fixes
Eric Andersen [Tue, 20 Nov 2001 12:36:28 +0000 (12:36 -0000)]
grammer error
Eric Andersen [Tue, 20 Nov 2001 11:56:51 +0000 (11:56 -0000)]
Update the website
Eric Andersen [Tue, 20 Nov 2001 11:41:37 +0000 (11:41 -0000)]
Fix email addr
Eric Andersen [Tue, 20 Nov 2001 05:42:57 +0000 (05:42 -0000)]
S390 wierdness
Eric Andersen [Tue, 20 Nov 2001 00:23:48 +0000 (00:23 -0000)]
Usr get_last_path_component() name basename()
Eric Andersen [Tue, 20 Nov 2001 00:15:27 +0000 (00:15 -0000)]
Include time.h
Eric Andersen [Mon, 19 Nov 2001 23:50:18 +0000 (23:50 -0000)]
Oops. doubled myself
Eric Andersen [Mon, 19 Nov 2001 22:51:41 +0000 (22:51 -0000)]
Note tinylogin TODO items
Matt Kraai [Mon, 19 Nov 2001 21:07:15 +0000 (21:07 -0000)]
Fix opt type in dpkg (closes: #118975).
Matt Kraai [Mon, 19 Nov 2001 19:47:56 +0000 (19:47 -0000)]
Add a check target.
Matt Kraai [Mon, 19 Nov 2001 19:28:56 +0000 (19:28 -0000)]
Update usage instructions, and document test case format.
Matt Kraai [Mon, 19 Nov 2001 19:00:13 +0000 (19:00 -0000)]
New.
Matt Kraai [Mon, 19 Nov 2001 18:44:58 +0000 (18:44 -0000)]
Fix misspelling.
Matt Kraai [Mon, 19 Nov 2001 15:13:12 +0000 (15:13 -0000)]
New.
Eric Andersen [Mon, 19 Nov 2001 11:45:39 +0000 (11:45 -0000)]
oops
Eric Andersen [Mon, 19 Nov 2001 10:59:37 +0000 (10:59 -0000)]
More scrubbing
Eric Andersen [Mon, 19 Nov 2001 10:49:30 +0000 (10:49 -0000)]
Call xmalloc before realloc
Eric Andersen [Mon, 19 Nov 2001 10:36:20 +0000 (10:36 -0000)]
Fixup CLEANUP behavior
Eric Andersen [Sun, 18 Nov 2001 15:49:26 +0000 (15:49 -0000)]
Update webpage
Glenn L McGrath [Sun, 18 Nov 2001 14:20:25 +0000 (14:20 -0000)]
bzcat and bunzip -c support from Thomas Lundquist
Eric Andersen [Sat, 17 Nov 2001 07:27:14 +0000 (07:27 -0000)]
Hide some ifdefs to make it more readible
Eric Andersen [Sat, 17 Nov 2001 07:23:46 +0000 (07:23 -0000)]
Minor warning cleanups
Eric Andersen [Sat, 17 Nov 2001 07:15:43 +0000 (07:15 -0000)]
Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor
keys while editing.
Eric Andersen [Sat, 17 Nov 2001 06:57:42 +0000 (06:57 -0000)]
Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi
use xmalloc
Eric Andersen [Sat, 17 Nov 2001 04:16:15 +0000 (04:16 -0000)]
David Kimdon <dwhedon@instant802.com> noticed a thinko
in md5sum where only binary sums were verified. He also
sent in this patch,
-Erik
Matt Kraai [Mon, 12 Nov 2001 18:44:26 +0000 (18:44 -0000)]
Remove unnecessary errno handling.
Matt Kraai [Mon, 12 Nov 2001 18:42:57 +0000 (18:42 -0000)]
New.
Matt Kraai [Mon, 12 Nov 2001 16:58:07 +0000 (16:58 -0000)]
Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
Steve Merrifield).
Matt Kraai [Mon, 12 Nov 2001 16:57:27 +0000 (16:57 -0000)]
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai [Mon, 12 Nov 2001 16:45:43 +0000 (16:45 -0000)]
Brag.
Matt Kraai [Mon, 12 Nov 2001 16:45:23 +0000 (16:45 -0000)]
Eliminate unused variable warnings.
Matt Kraai [Mon, 12 Nov 2001 16:44:55 +0000 (16:44 -0000)]
Use fopen wrapper.
Eric Andersen [Sat, 10 Nov 2001 13:38:36 +0000 (13:38 -0000)]
Add redhat and slackware
Eric Andersen [Sat, 10 Nov 2001 13:35:27 +0000 (13:35 -0000)]
Add in Redhat
Eric Andersen [Sat, 10 Nov 2001 13:08:02 +0000 (13:08 -0000)]
Some more minor build cleanups
Eric Andersen [Sat, 10 Nov 2001 12:54:00 +0000 (12:54 -0000)]
Add in grep -E support
Eric Andersen [Sat, 10 Nov 2001 12:18:42 +0000 (12:18 -0000)]
I forgot to add these. Part of the patch from vodz
Eric Andersen [Sat, 10 Nov 2001 12:07:24 +0000 (12:07 -0000)]
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h
Eric Andersen [Sat, 10 Nov 2001 11:23:47 +0000 (11:23 -0000)]
Only use -mpreferred-stack-boundary with gcc versions that support it
Eric Andersen [Sat, 10 Nov 2001 11:22:46 +0000 (11:22 -0000)]
Latest patch from vodz:
-- reverse resolve network name and cache in route and ifconfig
applets, fix print nslookup server name if compile without
uClibc, fix route crashe 'route add', fix warnings compile
networking and pwd_grp applets
Eric Andersen [Sat, 10 Nov 2001 11:17:17 +0000 (11:17 -0000)]
oops
Eric Andersen [Sat, 10 Nov 2001 11:16:39 +0000 (11:16 -0000)]
Can't use RESERVE_CONFIG_BUFFER here since the allocation
size varies meaning BUFFERS_GO_ON_STACK will fail
Eric Andersen [Sat, 10 Nov 2001 10:49:42 +0000 (10:49 -0000)]
|2001-10-08 Rodney Brown <rbrown64@csc.com.au>
|
| * editors/sed.c: Fix multiline [aic] commands. Make # an endline
| comment for compatibility. Codespace reduction.
| * tests/testcases: Cope with move to subdirectories.
| * testsuite/sed/sed-aic-commands: Add.
|
| text data bss dec hex filename
| 3772 16 0 3788 ecc editors/sed.o
| 4516 16 0 4532 11b4 editors/sed.o.bu
Eric Andersen [Sat, 10 Nov 2001 10:46:42 +0000 (10:46 -0000)]
Mention that glibc-2.2 is supported
Eric Andersen [Sat, 10 Nov 2001 10:43:09 +0000 (10:43 -0000)]
more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me.
Eric Andersen [Sat, 10 Nov 2001 09:53:23 +0000 (09:53 -0000)]
config.in features patch from Giulio Orsero <giulioo@pobox.com>
with some minor edits from me
Eric Andersen [Wed, 7 Nov 2001 07:50:08 +0000 (07:50 -0000)]
Remove comments about 'make bzImage'
Eric Andersen [Tue, 6 Nov 2001 18:45:56 +0000 (18:45 -0000)]
Force main to always be included
Eric Andersen [Mon, 5 Nov 2001 23:10:48 +0000 (23:10 -0000)]
Fix spelling
Glenn L McGrath [Sat, 3 Nov 2001 08:29:35 +0000 (08:29 -0000)]
Fix create list segfault
Glenn L McGrath [Fri, 2 Nov 2001 11:40:44 +0000 (11:40 -0000)]
Required for od and hexdump applets
Glenn L McGrath [Fri, 2 Nov 2001 11:39:46 +0000 (11:39 -0000)]
Introduce od and hexdump applets
Matt Kraai [Wed, 31 Oct 2001 16:36:23 +0000 (16:36 -0000)]
New.
Matt Kraai [Wed, 31 Oct 2001 16:36:02 +0000 (16:36 -0000)]
Remove completed task.
Matt Kraai [Wed, 31 Oct 2001 16:18:48 +0000 (16:18 -0000)]
Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
Matt Kraai [Wed, 31 Oct 2001 16:16:31 +0000 (16:16 -0000)]
Make egrep only set REG_EXTENDED flag.
Eric Andersen [Wed, 31 Oct 2001 11:45:10 +0000 (11:45 -0000)]
*** empty log message ***
Eric Andersen [Wed, 31 Oct 2001 11:12:25 +0000 (11:12 -0000)]
Fix location of Configure.help