adb058b0de
Fixed the script. It always put output to 'stdout' and never to
...
the 'modules.dep' file.
2002-10-08 21:33:51 +00:00
a39342b131
Remember to delete docs/busybox.pod
2002-10-08 19:31:04 +00:00
528649463f
Fix missing \n noticed by Robert Schwebel
2002-10-08 09:38:07 +00:00
2983330512
Fix segfault when testing if reaidng from stdin "-"
2002-10-06 23:25:23 +00:00
e0f5500bb5
Fix init docs
2002-09-30 20:59:33 +00:00
506177df7f
Bugfix from Claudio Fleiner <claudio@fleiner.com>
2002-09-30 20:53:38 +00:00
08a72209c9
last_patch58 from vodz:
...
Ok. I generate patch for include to busybox-devel my work with
top (original author give me maintaining) and telnetd (my
support and unofficial maintaining) applets. Docs changes
also: added awk, netstat, time applets to list ;)
2002-09-30 20:52:10 +00:00
02e6ba91e8
Vodz' last_patch57:
...
Hi, Erik.
my_getpw(uid/gid) and applets used it have problem:
if username for uid not found, applets can`t detect it
(but code pessent). Also "%8ld " format is bad:
spaces not required (applets have self format
or spec format (tar applet) and overflow for "id" applet...)
This problem also pressent in stable version.
Patch for unstable in attach.
--w
vodz
2002-09-30 20:39:56 +00:00
a6f6e06107
Fix dependancy so we rebuild busybox.o, usage.o and busybox.o
...
whenever the config changes.
-Erik
2002-09-30 20:39:12 +00:00
ad082987d0
Use %m, not strerror, and strerror(err) was broken anyways and should have been
...
strerror(errno). Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru >
2002-09-30 20:20:20 +00:00
d9d47c3078
Patch from Konstantin Isakov <ikm@pisem.net>:
...
In most cases, dirname returns the same argument it was given, so this code
works nice, but there's one special case: when the name contains no
dirname, it returns "." (stored statically in the body of itself), and we
get a segfault in attempt to free() it.
This patch fixes this problem.
2002-09-30 20:14:57 +00:00
aa1d6ccbfb
Don't even try to run ash on uClinux. It won't work.
...
-Erik
2002-09-30 20:12:32 +00:00
6a9799020b
Set the close-on-exec flag, just to be saf
2002-09-30 20:08:53 +00:00
e4d2a43951
Doh. We divide microseconds by 60?
2002-09-30 19:37:48 +00:00
5c99581880
Save status so we know if to delete compressed file
2002-09-30 05:30:29 +00:00
924f93e848
make_directory() will fail instantly so we dont need to test for failure here
2002-09-28 08:32:14 +00:00
891ee641cb
Fail straight away rather than recursively printing error messages :)
2002-09-28 08:30:47 +00:00
8132e933e6
Fix for using '-' as the filename when reading from stdin
2002-09-28 02:06:39 +00:00
92052e3945
Bug fix from Nitin Gupta <gupta@equator.com>
2002-09-27 23:34:53 +00:00
2e41d0cb77
Fix compress support and prevent a segfault
2002-09-27 06:46:02 +00:00
a47a3eada6
Fix simple define problem
2002-09-26 16:01:21 +00:00
6f2ebcaa01
Avoid calling exit() from within fork/vfork'ed processes.
...
-Erik
2002-09-26 13:59:40 +00:00
a920871c3a
Ignoring SIGCHLD causes a race leading to the occasional hang of init
...
when init will wait() on itself in waitfor() when the child exits before
init is scheduled to run. Letting init hang is very seriously bad.
-Erik
2002-09-25 15:08:40 +00:00
5a66b640f9
Reverse some minor changes that got caught up in my big unarchive patch
2002-09-25 06:08:19 +00:00
69eab26401
Remove files made obsolete by new unarchiving code
2002-09-25 03:04:03 +00:00
7ca04f328e
New common unarchive code.
2002-09-25 02:47:48 +00:00
ecfa290cfd
Fixup largefile settings
...
-Erik
2002-09-22 12:09:44 +00:00
b3f7261ffe
Fix error messages conditions, and make them the same as GNU mkdir.
2002-09-22 02:12:30 +00:00
3a1d8377ab
don't leak FILEs
2002-09-20 07:33:18 +00:00
19feada06f
update the noise a tiny bit
2002-09-18 20:52:26 +00:00
7695b7b5f4
Update webpage
2002-09-18 20:48:20 +00:00
d499330e9e
Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now
...
works on i386 (2.4.19) and arm (2.4.6).
2002-09-18 19:27:10 +00:00
06c35da6af
patch from John Hall <john.hall@optionexist.co.uk> to change the
...
klogd specific messages to facility LOG_SYSLOG and tidies up some
of the priorities.
2002-09-18 14:23:06 +00:00
420b208a45
Add a new top applet
...
-Erik
2002-09-17 22:14:58 +00:00
793c3b4a7d
Clear screen too.
2002-09-17 21:21:27 +00:00
dc180d1442
re-enable the cursor, in case it got disabled
...
-Erik
2002-09-17 21:17:35 +00:00
6c32a8add4
Modified so that it "works" for archs other than i386... arm in particular.
...
Also tried to clean up the logic a little, and ensure that read errors
or invalid archives resulted in error returns. This could use a lot more
work... Volunteers?
2002-09-17 21:02:16 +00:00
60943c5d5c
Sane-ify the screen clearing stuff.
...
-Erik
2002-09-17 20:53:41 +00:00
39ad2833c0
hehe.
2002-09-17 20:35:58 +00:00
871d93c462
Vodz' last_patch57:
...
Ok. Patch with reduce size ready.
Notes: syslogd imposible close logsocket,
the real programm write logmessages (hmm, cycle loop?)
(Excuse me - this have small tab-formats rewroting also)
text data bss dec hex filename
2913 332 12388 15633 3d11 syslogd.o
3109 332 9252 12693 3195 syslogd_old.o
2002-09-17 20:06:29 +00:00
927c3bdc18
Support setting depth
2002-09-17 08:44:56 +00:00
a9a220b92a
last_patch56 from vodz to simplify copy_file logic
2002-09-17 08:42:21 +00:00
bf8bf105fb
Patch from "Joe.C" <joe@numa.com.tw>
2002-09-17 08:41:08 +00:00
34fd00af5f
Patch from David McCullough <davidm@snapgear.com>
2002-09-17 08:40:12 +00:00
7365c58783
Use "MiB" not "Mb"
...
-Erik
2002-09-17 06:36:56 +00:00
bdff6a4c59
Typo fix from Steven Merrifield
2002-09-17 05:43:26 +00:00
d4ee98940b
last_patch55 from vodz:
...
I found overflow problem in xargs applet
(allocated not space for trailing '\0').
Last patch also reduce 22 bytes size. ;)
2002-09-16 10:44:24 +00:00
02b8dfc524
Let people force overwrite links
...
-Erik
2002-09-16 10:23:38 +00:00
403a73a351
Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE for
...
file all file types (not just regular files and dirs). Unlink
destination files when needed.
-Erik
2002-09-16 09:23:22 +00:00
18b76e6f80
Watch applet by Michael Habermann
2002-09-16 09:10:04 +00:00