summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile error, the indenting really needs to be fixed hereGlenn L McGrath2003-12-231-1/+1
|
* New applet, rx, by Christopher HooverGlenn L McGrath2003-12-203-0/+351
|
* Tito writes:Eric Andersen2003-12-192-340/+464
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi to all, here is a new patch for bb's devfsd. The news are: 1) Size reduction for the basic setup with no options compiled in from : text data bss dec hex filename 10591 392 543 11526 2d06 devfsd.o rw-r--r-- 1 root root 18536 Dec 18 21:52 devfsd.o to: text data bss dec hex filename 9303 392 543 10238 27fe devfsd.o rw-r--r-- 1 root root 16528 Dec 18 22:02 devfsd.o With this setup you should not expect much output from devfsd ( just at start or with -v) and if some error occurs it only exits 1. To have more output enable: " Increases logging (and size)" (+1568 b). 2) The option "Adds function names to program output" was removed from config menu and now to enable debug output you can use bb's standard option: "Build BusyBox with Debugging symbols". Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr. 3) A new option: "Enables the -fg and -np option" was added to config menu (+128 b). BTW: option "Adds support for MODLOAD keyword in devsfd.conf" adds 268 b. 4) The following keywords in devsfd.conf are supported: "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE", "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". But only if they are written UPPERCASE!!!!!!!! 5)Help text in usage.h was modified. 6)Something that I have forgotten.......... I've tested this for the last week on my box and it seems to work as expected. Thanks in advance and please apply. Ciao, Tito
* Get vfork_daemon_rexec working under uclinuxRuss Dill2003-12-151-6/+4
|
* Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledEric Andersen2003-12-121-6/+9
|
* Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath2003-11-302-167/+174
| | | | | mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
* Correct Matteo's email addressGlenn L McGrath2003-11-281-1/+1
|
* Patch from Steven Scholz to send the output from 'time'Eric Andersen2003-11-071-2/+2
| | | | | | | | | | | to stderr, rather than stdout, so that things like ~ # time bunzip2 -c /tmp/test.bz2 > /dev/null real 0m 29.44s user 0m 29.30s sys 0m 0.12s operate as expected.
* the dc applet now needs libmEric Andersen2003-10-221-0/+7
| | | | -Erik
* Goetz Bock writes:Eric Andersen2003-10-221-0/+20
| | | | | | | | | | Dear list, during my quest do pack busybox into an RPM, I've fixed a small bug (missing \n) in dc's usage. And added two additional operations: mod and exp/power. Feel free to drop them.
* last_patch116 from vodz:Eric Andersen2003-10-221-3/+5
| | | | | | | | | | | | | | | | | | | | | | | Stephane, >Using busybox+uclibc, crond syslog messages look like: > >Oct 9 09:04:46 soekris cron.notice crond[347]: ^Icrond 2.3.2 dillon, >started, log level 8 Thanks for testing. >The attached patch corrects the problem. Your patch is not correct. Correct patch attached. Also. Last patch have - add "Broken pipe" message to ash.c - busybox ash synced with dash_0.4.18 --w vodz
* Tito writes:Eric Andersen2003-10-221-3/+2
| | | | | | | | | | | | | Hi to all, I'm sorry but I didn't spot this big fat bug until now, Matteo Croce emailed me about it. Please apply this patch as the devfsd applet is broken and works only on a system booted with a standard devfsd ( the test I mostly did :-( ), but if used at boot time it DOESN'T WORK. Thanks in advance and please apply Tito
* Andreas Mohr writes:Eric Andersen2003-10-221-4/+4
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* old gccTim Riker2003-10-171-3/+3
|
* Do not use kernel headersEric Andersen2003-10-091-13/+50
|
* New applet, devfsd, by Matteo Croce and TitoGlenn L McGrath2003-10-093-0/+2051
|
* Patch from Steven Scholz, fix some warningsGlenn L McGrath2003-10-091-1/+1
|
* Patch from Tito, size optimisation and fix error in exit code of -VGlenn L McGrath2003-10-091-1056/+1265
| | | | option
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath2003-09-151-12/+11
| | | | 1788 bytes (for strings.o).
* Update Matteo Croce's email addressGlenn L McGrath2003-09-151-1/+1
|
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-032-39/+8
| | | | | patch from Thomas Gleixner to init. Viodz last_patch_108
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-022-10/+7
| | | | | constant. Vodz last_patch_107
* save a couple of bytesGlenn L McGrath2003-08-301-1/+1
|
* "A little patch for the strings applet of the busybox development treeGlenn L McGrath2003-08-291-6/+3
| | | | | that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito
* "Typo and/or thinko: scanning till the end of NUL terminated stringGlenn L McGrath2003-08-281-1/+1
| | | | should check the byte pointed at not the pointer itself." -junkio@
* Implement a minimalist 'last' which allows the LEAF project toEric Andersen2003-08-084-74/+111
| | | | | no longer need dumtp. Remove the 'dumtp' applet. -Erik
* quiet some noiseEric Andersen2003-08-081-0/+2
|
* Patch from Steven Scholz:Eric Andersen2003-08-062-1/+13
| | | | | | | | | | | should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "get" ??? Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still can use "hdparm -d 1 /dev/hda" to switch the DMA on. Is this desireable or meant to be like that? So how about the applied patch?
* Sync hdparm -t and -T options with hdparm-5.3, which seemsEric Andersen2003-08-061-66/+69
| | | | to produce sensible results,
* Avoid shadowing built-in function `log'Eric Andersen2003-07-281-33/+33
|
* Fixup bugs in last patchEric Andersen2003-07-281-1/+2
|
* last_patch95 from vodz:Eric Andersen2003-07-282-225/+193
| | | | | | | | | | | | | | | | | Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz
* Some additional description based on a patch from Terje KvernesEric Andersen2003-07-261-4/+6
|
* Write some more docsEric Andersen2003-07-221-9/+13
|
* Remove the update utility, that is only relevant to older 2.0.x kernelsEric Andersen2003-07-222-108/+0
| | | | that are no longer supported.
* Remove remaining libc5 support codeEric Andersen2003-07-223-30/+1
|
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-07-221-11/+43
| | | | | | | | | | | | | | | | | Here's a bunch of fixes for the watchdog app in busybox. This does a couple of things: - configurable timer duration (userspace timer duration is usually configurable within the device drivers themselves). - run as a daemon - shutdown the device properly on SIGINT or SIGHUP - clear the counter immediately instead of sleeping first as well as updating the usage information. This has also been switched over to getopt to deal with the optional timer duration specifier. The changes themselves are harmless and isolated, and I've veried that this works on sh and x86 without any problems.
* Matteo Croce submitted a hdparm applet.Eric Andersen2003-07-223-0/+2716
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-143-3/+3
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-7/+16
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-141-1/+1
| | | | | Busybox vi is installed in /bin/vi, but crontab was looking for /usr/bin/vi. This patch makes crontab look for /bin/vi instead.
* last_patch89 from vodz:Eric Andersen2003-06-201-34/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-271-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-1911-89/+108
|
* oops. args shuffled.Eric Andersen2003-03-131-1/+1
|
* Patch from Tito Ragusa:Eric Andersen2003-03-131-51/+53
| | | | | | | The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars;
* Patch from Tito to rework strings applet, and some testsuiteEric Andersen2003-01-131-63/+70
| | | | stuff to test it added by me.
* Additional patch from Tito to fix some anomoliesEric Andersen2003-01-091-2/+10
|
* Make output the same as upstream, patch by TitoGlenn L McGrath2003-01-091-2/+3
|
* Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath2002-12-121-1/+34
|