b24d65659f
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
2001-12-06 14:52:32 +00:00
06656f363d
Minor adjustment to the strip command
Eric Andersen
2001-12-06 14:44:11 +00:00
db930948a9
More copyright and email addr cleanups
Eric Andersen
2001-12-06 08:20:14 +00:00
463304edfd
Silly cosmetic problem in the comment
Eric Andersen
2001-12-06 08:04:45 +00:00
356b6dbf86
Patch from Steve Merrifield <steve@labyrinth.net.au> to fixup the merge of the time applet, which I messed up. -Erik
Eric Andersen
2001-12-06 07:42:04 +00:00
0ee0a8d539
Fix running more on files in the (broken) procfs that claim 0 length when that isn't actually true. -Erik
Eric Andersen
2001-12-06 07:24:29 +00:00
b6ecbdc07d
The ash ansification diff! Please tell me if you notice any problems resulting from this.
Aaron Lehmann
2001-12-06 03:37:38 +00:00
ebd8065f38
Trying to commit Changelog and TODO. cvs is being weird :/
Aaron Lehmann
2001-12-06 03:32:12 +00:00
2dd2d7a37d
Patch to avoid warnings
Aaron Lehmann
2001-12-06 03:29:37 +00:00
b9df470c4d
Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing binary size.
Aaron Lehmann
2001-12-06 03:22:43 +00:00
249f39a265
Simplify unzip(), remove unused checks and unneccessary variables
Glenn L McGrath
2001-12-05 16:01:02 +00:00
aad44fb37a
Fix some fegfaults and picket fence
Glenn L McGrath
2001-12-05 04:40:52 +00:00
3280f9a3fc
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
2001-12-05 04:35:32 +00:00
6509f92a3b
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).
Manuel Novoa III
2001-12-05 04:21:30 +00:00
1dbbd2fe34
Fail gracefully if package depends on a virtual package.
Glenn L McGrath
2001-12-05 04:10:14 +00:00
ed8a9be287
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
2001-11-30 19:10:58 +00:00
c3657428d3
Add in a 'time' applet. Adds 4.5k. -Erik
Eric Andersen
2001-11-30 07:54:32 +00:00
38288bbf4c
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.
Glenn L McGrath
2001-11-29 06:36:56 +00:00
8a35c9a557
Add space before module name (noted by Ron Yorston).
Matt Kraai
2001-11-27 17:28:01 +00:00
9e6c9f7311
Minor space saving improvments
Glenn L McGrath
2001-11-21 12:46:36 +00:00
74afa9aed1
When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302)
Glenn L McGrath
2001-11-21 10:26:28 +00:00
26f8e95d2d
David Kimdon <dwhedon@instant802.com> noticed a thinko in md5sum where only binary sums were verified. He also sent in this patch, -Erik
Eric Andersen
2001-11-17 04:16:15 +00:00
5c2bbb55d7
Remove unnecessary errno handling.
Matt Kraai
2001-11-12 18:44:26 +00:00
6c5fdfaf56
New.
Matt Kraai
2001-11-12 18:42:57 +00:00
a21c24bf03
Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from Steve Merrifield).
Matt Kraai
2001-11-12 16:58:07 +00:00
c8227639db
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai
2001-11-12 16:57:27 +00:00
357cfc739e
Brag.
Matt Kraai
2001-11-12 16:45:43 +00:00
9fb38f600c
Eliminate unused variable warnings.
Matt Kraai
2001-11-12 16:45:23 +00:00
a5f09c668e
Use fopen wrapper.
Matt Kraai
2001-11-12 16:44:55 +00:00
c5f9a9dd0c
Add redhat and slackware
Eric Andersen
2001-11-10 13:38:36 +00:00
31ac3b7764
Add in Redhat
Eric Andersen
2001-11-10 13:35:27 +00:00
45784febaf
Some more minor build cleanups
Eric Andersen
2001-11-10 13:08:02 +00:00
dba4e6f046
Add in grep -E support
Eric Andersen
2001-11-10 12:54:00 +00:00
c223ced0ea
I forgot to add these. Part of the patch from vodz
Eric Andersen
2001-11-10 12:18:42 +00:00
282671bf76
Cleanup some config problems. Add a sane default config that basically matches the default old Config.h
Eric Andersen
2001-11-10 12:07:24 +00:00
30fcef430c
Only use -mpreferred-stack-boundary with gcc versions that support it
Eric Andersen
2001-11-10 11:23:47 +00:00
cd8c436d81
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
2001-11-10 11:22:46 +00:00
94f19a8385
oops
Eric Andersen
2001-11-10 11:17:17 +00:00
744a194f53
Can't use RESERVE_CONFIG_BUFFER here since the allocation size varies meaning BUFFERS_GO_ON_STACK will fail
Eric Andersen
2001-11-10 11:16:39 +00:00
c52a6b0f10
|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
2001-11-10 10:49:42 +00:00
e5d58c3dcc
Mention that glibc-2.2 is supported
Eric Andersen
2001-11-10 10:46:42 +00:00
882cbcdfa1
more config.in entries from Giulio Orsero <giulioo@pobox.com> with some minor edits by me.
Eric Andersen
2001-11-10 10:43:09 +00:00
7131213460
config.in features patch from Giulio Orsero <giulioo@pobox.com> with some minor edits from me
Eric Andersen
2001-11-10 09:53:23 +00:00
df23302cb5
Remove comments about 'make bzImage'
Eric Andersen
2001-11-07 07:50:08 +00:00
5abdaa9a16
Force main to always be included
Eric Andersen
2001-11-06 18:45:56 +00:00
3c513e3858
Fix spelling
Eric Andersen
2001-11-05 23:10:48 +00:00
0a25b35c66
Fix create list segfault
Glenn L McGrath
2001-11-03 08:29:35 +00:00