"Vladimir N. Oleynik" [Thu, 29 Sep 2005 11:31:26 +0000 (11:31 -0000)]
getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect
"Vladimir N. Oleynik" [Thu, 29 Sep 2005 09:45:22 +0000 (09:45 -0000)]
more busybox's style for fsck.c, size reduce
"Vladimir N. Oleynik" [Thu, 29 Sep 2005 08:19:04 +0000 (08:19 -0000)]
busybox.c: ENABLE_LOCALE logic correct.
"Vladimir N. Oleynik" [Thu, 29 Sep 2005 07:55:51 +0000 (07:55 -0000)]
reorder include <sys/types.h> and <sys/types.h>.
"Vladimir N. Oleynik" [Wed, 28 Sep 2005 15:16:22 +0000 (15:16 -0000)]
more const, inline, forward declaration usage, strip 20k source size ;-)
Mike Frysinger [Wed, 28 Sep 2005 03:21:21 +0000 (03:21 -0000)]
allow people to adjtime location
"Vladimir N. Oleynik" [Tue, 27 Sep 2005 11:43:29 +0000 (11:43 -0000)]
move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automatic size reduction
Mike Frysinger [Tue, 27 Sep 2005 04:21:48 +0000 (04:21 -0000)]
fix building w/out et headers and w/out debug
Mike Frysinger [Tue, 27 Sep 2005 04:16:22 +0000 (04:16 -0000)]
as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits
Mike Frysinger [Tue, 27 Sep 2005 04:06:39 +0000 (04:06 -0000)]
pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32)
Mike Frysinger [Tue, 27 Sep 2005 03:18:00 +0000 (03:18 -0000)]
eat misappropriated whitespace
Mike Frysinger [Tue, 27 Sep 2005 02:23:02 +0000 (02:23 -0000)]
uncuddle function scope brackets
Bernhard Reutner-Fischer [Mon, 26 Sep 2005 16:01:43 +0000 (16:01 -0000)]
- remove unused variable TOPDIR
Rob Landley [Mon, 26 Sep 2005 15:49:41 +0000 (15:49 -0000)]
add "make help"
"Vladimir N. Oleynik" [Mon, 26 Sep 2005 13:55:43 +0000 (13:55 -0000)]
revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\!
"Vladimir N. Oleynik" [Mon, 26 Sep 2005 13:24:45 +0000 (13:24 -0000)]
correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor
"Vladimir N. Oleynik" [Mon, 26 Sep 2005 12:58:24 +0000 (12:58 -0000)]
spwd bulid now, (typo)
Rob Landley [Sun, 25 Sep 2005 23:36:12 +0000 (23:36 -0000)]
Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow
password support.
Mike Frysinger [Sun, 25 Sep 2005 05:23:58 +0000 (05:23 -0000)]
whitespace sucks
Mike Frysinger [Sun, 25 Sep 2005 05:18:04 +0000 (05:18 -0000)]
fix building with debugging enabled #413
Mike Frysinger [Sun, 25 Sep 2005 04:53:35 +0000 (04:53 -0000)]
this should fix parallel building with .depend/bb_config.h
Rob Landley [Sun, 25 Sep 2005 03:12:26 +0000 (03:12 -0000)]
Stop gcc4 from nit-picking about signedness of char *.
Mike Frysinger [Sat, 24 Sep 2005 23:52:09 +0000 (23:52 -0000)]
Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char
Mike Frysinger [Sat, 24 Sep 2005 23:50:14 +0000 (23:50 -0000)]
Cristian Ionescu-Idbohrn says: touchup whitespace/display
Mike Frysinger [Sat, 24 Sep 2005 23:48:18 +0000 (23:48 -0000)]
touchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn
Mike Frysinger [Sat, 24 Sep 2005 23:15:53 +0000 (23:15 -0000)]
re-order a little for alphabetical
Mike Frysinger [Sat, 24 Sep 2005 23:15:28 +0000 (23:15 -0000)]
re-order a little for alphabetical
Mike Frysinger [Sat, 24 Sep 2005 23:14:11 +0000 (23:14 -0000)]
re-order a little for alphabetical
Mike Frysinger [Sat, 24 Sep 2005 23:13:22 +0000 (23:13 -0000)]
re-order a little for alphabetical
Mike Frysinger [Sat, 24 Sep 2005 23:12:38 +0000 (23:12 -0000)]
re-order a little for alphabetical
Rob Landley [Sat, 24 Sep 2005 22:41:08 +0000 (22:41 -0000)]
Tito switched option parsing over to switch umount over to bb_getopt_ulflags().
Mike Frysinger [Sat, 24 Sep 2005 07:20:59 +0000 (07:20 -0000)]
force nodebug by default
Mike Frysinger [Sat, 24 Sep 2005 07:16:29 +0000 (07:16 -0000)]
use the shorter license header
Mike Frysinger [Sat, 24 Sep 2005 07:11:16 +0000 (07:11 -0000)]
import the very fat e2fsck/fsck applets
Mike Frysinger [Sat, 24 Sep 2005 07:10:37 +0000 (07:10 -0000)]
make sure we include local header files
Mike Frysinger [Sat, 24 Sep 2005 06:15:23 +0000 (06:15 -0000)]
fix parallel building again
Mike Frysinger [Sat, 24 Sep 2005 06:07:34 +0000 (06:07 -0000)]
err, fix stupid mistake in previous do_findfs() change
Mike Frysinger [Sat, 24 Sep 2005 06:07:15 +0000 (06:07 -0000)]
add a attribute_noreturn macro
Mike Frysinger [Sat, 24 Sep 2005 06:01:57 +0000 (06:01 -0000)]
use brief license line
Mike Frysinger [Sat, 24 Sep 2005 05:58:39 +0000 (05:58 -0000)]
fix broken whitespace and remove pointless mkdir
Mike Frysinger [Sat, 24 Sep 2005 05:55:03 +0000 (05:55 -0000)]
make e2label and findfs optional
Mike Frysinger [Sat, 24 Sep 2005 05:49:36 +0000 (05:49 -0000)]
rename menu and touchup whitespace
Mike Frysinger [Sat, 24 Sep 2005 05:47:52 +0000 (05:47 -0000)]
make test an alias for check
Mike Frysinger [Sat, 24 Sep 2005 00:52:58 +0000 (00:52 -0000)]
cleanup option parsing
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 19:37:13 +0000 (19:37 -0000)]
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 17:42:33 +0000 (17:42 -0000)]
- remove dangling symlinks after the runs
- check if the temporary directory containing the links exists rather
than unconditionally creating it for every single applet.
Rob Landley [Fri, 23 Sep 2005 16:52:09 +0000 (16:52 -0000)]
We've gotten enough questions that are related to building systems rather
than anything about busybox that I'm deeming it a FAQ, and answering it.
I gave a quick swipe to a couple of other slightly stale questions along
the way. The busybox 1.01 README has much more detailed versions of these
answers, that should probably be propogated to the 1.1 line and perhaps bits
of it transplanted to the FAQ? (Or just have the README visible on the
web page someplace?)
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 15:56:39 +0000 (15:56 -0000)]
- set executable bit
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 15:44:46 +0000 (15:44 -0000)]
- introduce variable _BB_CONFIG_DEP to the new test harness.
This is used to see if given tests should be run (are available) or not.
Print "UNTESTED: descr" if the applet or feature is not available.
- add _BB_CONFIG_DEP to existing new.tests
- move old grep test to new test infrastructure and add a few more test for
grep.
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 15:40:15 +0000 (15:40 -0000)]
- add missing descriptions of supported arguments
Bernhard Reutner-Fischer [Fri, 23 Sep 2005 15:38:49 +0000 (15:38 -0000)]
- replace variables by defines to save space
- rename string denoting stdin from "-" to "(standard input)" to match
GNU grep.
"Vladimir N. Oleynik" [Fri, 23 Sep 2005 13:50:24 +0000 (13:50 -0000)]
SUSv3 -q compatibily exit status correction for grep again
"Vladimir N. Oleynik" [Fri, 23 Sep 2005 13:44:03 +0000 (13:44 -0000)]
SUSv3 -q compatibily exit status correction for grep
"Vladimir N. Oleynik" [Fri, 23 Sep 2005 13:23:15 +0000 (13:23 -0000)]
grep must have exit code >1 if input file not found. Small indent correcion also.
"Vladimir N. Oleynik" [Fri, 23 Sep 2005 11:25:29 +0000 (11:25 -0000)]
more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
"Vladimir N. Oleynik" [Fri, 23 Sep 2005 10:44:02 +0000 (10:44 -0000)]
remove 1 exported
Paul Fox [Thu, 22 Sep 2005 19:03:24 +0000 (19:03 -0000)]
move a couple of functions from common code (options.c) to udhcpd private
code (files.c) to make udhcpc a little smaller.
Paul Fox [Thu, 22 Sep 2005 18:59:13 +0000 (18:59 -0000)]
add support for setting the dhcp vendor class option (option 60).
udhcpc now has a -V (--vendorclass), which will replace the default
"udhcpRELEASE" string in this option.
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 15:07:33 +0000 (15:07 -0000)]
safe exported namespace for udhcp. Not full, bore :-(
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 14:38:17 +0000 (14:38 -0000)]
Reduce exported from msh applet
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 14:35:29 +0000 (14:35 -0000)]
Reduce exported from lash applet
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 14:33:15 +0000 (14:33 -0000)]
Reduce exported from hush applet
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 14:19:34 +0000 (14:19 -0000)]
quick patch - have removed stranges for me
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 13:26:23 +0000 (13:26 -0000)]
very small size reduce for nohup applet
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 13:13:23 +0000 (13:13 -0000)]
Reduce exported from ipcs applet
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 12:59:26 +0000 (12:59 -0000)]
more remove lost exported
"Vladimir N. Oleynik" [Thu, 22 Sep 2005 11:11:11 +0000 (11:11 -0000)]
network "default" --> bb_INET_default. Reduce 2 exported from find applet
Bernhard Reutner-Fischer [Wed, 21 Sep 2005 18:25:05 +0000 (18:25 -0000)]
- add applet nohup(1)
Bernhard Reutner-Fischer [Wed, 21 Sep 2005 17:38:30 +0000 (17:38 -0000)]
- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.
"Vladimir N. Oleynik" [Wed, 21 Sep 2005 07:49:34 +0000 (07:49 -0000)]
moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer
Bernhard Reutner-Fischer [Tue, 20 Sep 2005 21:09:31 +0000 (21:09 -0000)]
- consolidated password helpers
Bernhard Reutner-Fischer [Tue, 20 Sep 2005 21:08:10 +0000 (21:08 -0000)]
- consolidated password helpers into bb_pwd.c
Bernhard Reutner-Fischer [Tue, 20 Sep 2005 21:06:17 +0000 (21:06 -0000)]
- rename libbb's password helpers as suggested in libbb.h
my_getpwnam -> bb_xgetpwnam /* dies on error */
my_getgrnam -> bb_xgetgrnam /* dies on error */
my_getgrgid -> bb_getgrgid
my_getpwuid -> bb_getpwuid
my_getug -> bb_getug
Bernhard Reutner-Fischer [Tue, 20 Sep 2005 20:58:11 +0000 (20:58 -0000)]
- Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen
Bernhard Reutner-Fischer [Tue, 20 Sep 2005 20:32:02 +0000 (20:32 -0000)]
- typo in documentation
Rob Landley [Tue, 20 Sep 2005 18:19:34 +0000 (18:19 -0000)]
Get "make check" ($srcdir) to work with the new testsuite.
Rob Landley [Tue, 20 Sep 2005 14:09:57 +0000 (14:09 -0000)]
The testsuite/links directory wasn't being created.
"Vladimir N. Oleynik" [Tue, 20 Sep 2005 10:02:36 +0000 (10:02 -0000)]
This is strange typically modern mistake. Learn please: stat(2) used sys/types.h and not reverse
Mike Frysinger [Tue, 20 Sep 2005 03:01:29 +0000 (03:01 -0000)]
Bernhard Fischer writes:
Attachet patchlet updates the screenshot of busybox perusing the stable branch.
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 16:31:25 +0000 (16:31 -0000)]
remove duplicate depend, its work for bb_mkdepend
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 16:25:19 +0000 (16:25 -0000)]
correct build bbconfig applet, correct previous change
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 16:18:46 +0000 (16:18 -0000)]
corect build bbconfig applet, Thanks, Bernhard Fischer
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 14:25:55 +0000 (14:25 -0000)]
hmm, forgoten remove llseek?
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 14:23:46 +0000 (14:23 -0000)]
1) read from stdin work now
2) destroy segfault in number_process
3) removes dead code
complex patch my and Tito
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 13:48:39 +0000 (13:48 -0000)]
mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove 1 exporing, ext2fs_llseek/blkid_llseek->llseek
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 10:46:44 +0000 (10:46 -0000)]
destroy bug #421
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 10:28:43 +0000 (10:28 -0000)]
quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction
"Vladimir N. Oleynik" [Mon, 19 Sep 2005 10:26:45 +0000 (10:26 -0000)]
small bug found after strength test
Mike Frysinger [Sun, 18 Sep 2005 04:43:32 +0000 (04:43 -0000)]
Bernhard Fischer writes:
Attached patch moves bbconfig's entry in Config.in in the alphabetically
correct place.
Rob Landley [Sun, 18 Sep 2005 00:58:49 +0000 (00:58 -0000)]
First cleanup pass, from Rob Sullivan. More to be done...
Rob Landley [Sat, 17 Sep 2005 11:13:25 +0000 (11:13 -0000)]
Tito pointed out that if readlink doesn't have -f, there's no need to call
the option parsing code at all.
Rob Landley [Fri, 16 Sep 2005 14:58:55 +0000 (14:58 -0000)]
Update TODO with mention of the CONFIG->ENABLE migration and ruminations
about FEATURE_CLEAN_UP.
"Vladimir N. Oleynik" [Fri, 16 Sep 2005 13:57:33 +0000 (13:57 -0000)]
speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4
"Vladimir N. Oleynik" [Fri, 16 Sep 2005 13:16:01 +0000 (13:16 -0000)]
more C-compatibily, Thanks Bernhard Fischer
"Vladimir N. Oleynik" [Fri, 16 Sep 2005 13:03:21 +0000 (13:03 -0000)]
removed 'less' section from TODO
"Vladimir N. Oleynik" [Fri, 16 Sep 2005 12:55:29 +0000 (12:55 -0000)]
ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
Paul Fox [Fri, 16 Sep 2005 12:48:18 +0000 (12:48 -0000)]
initialize a couple of vars whose warnings were suppressed because
i was building w/ debug on before, which suppresses optimization.
"Vladimir N. Oleynik" [Fri, 16 Sep 2005 12:32:22 +0000 (12:32 -0000)]
small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS
Paul Fox [Fri, 16 Sep 2005 12:20:05 +0000 (12:20 -0000)]
some combinations of status line and screen refresh don't give a
correct screen, and bug 215 reports trouble with the status line
on small screens.
with this change a) the status line should always be refreshed
properly, b) the status line is a little shorter than it used to
be ("I" instead of "--INSERT--"), c) the status line will be
truncated if it doesn't fit on the screen, and d) if the screen
is too narrow for an error or transient status message (from
psb() or psbs()), then that message will be followed by a "Hit
Return" prompt. (it wasn't until i did this last bit that the
size grew. with this, these changes add about 150 bytes.)
- pgf
Mike Frysinger [Fri, 16 Sep 2005 04:41:20 +0000 (04:41 -0000)]
accept unlimited number of swap arguments like the real swap{on,off} and shrink do_em_all a little