aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen2003-07-262-17/+7
|
* Allow people to use the full blown iproute2 programs with busybox ifupdown.Eric Andersen2003-07-261-4/+21
|
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-266-288/+40
| | | | Cleanup run_parts a bit and add long opts
* cleanup and add long optionsEric Andersen2003-07-262-118/+82
|
* The logger utility does not really depend on CONFIG_SYSLOGD,Eric Andersen2003-07-261-5/+4
| | | | | since it can also be used with other syslog daemons -Erik
* Patch from Christian Meyer:Eric Andersen2003-07-261-0/+1
| | | | | The client gives up way too soon because timeout is set to 0 ... There's a solution for that problem.
* Some additional description based on a patch from Terje KvernesEric Andersen2003-07-261-4/+6
|
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpEric Andersen2003-07-267-7/+7
| | | | which were not properly using the bb_path_*_file strings.
* Rework kill / killall so it behaves itself, even when subjectedEric Andersen2003-07-261-61/+61
| | | | | to abuse. -Erik
* Patch from Thomas Gleixner to reap any zombie processes that areEric Andersen2003-07-261-0/+8
| | | | reparented to init...
* Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,Eric Andersen2003-07-261-1/+0
| | | | since fdisk will work just fine on smaller disks w/o it.
* Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the currentManuel Novoa III2003-07-231-0/+1
| | | | timezone setting is used for the new date.
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen2003-07-2211-54/+65
|
* Several simplifications and indenting changes, perEric Andersen2003-07-221-26/+25
| | | | last_patch97 from vodz
* As vodz noticed, I screwed up rebootEric Andersen2003-07-221-2/+2
|
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2003-07-221-1/+1
|
* There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUGEric Andersen2003-07-221-7/+0
|
* Document CONFIG_FEATURE_INSMOD_LOADINKMEMEric Andersen2003-07-221-1/+4
|
* Document CONFIG_ASH_CMDCMDEric Andersen2003-07-221-1/+3
|
* 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-225-123/+3
| | | | that are no longer supported.
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-226-48/+92
|
* Patch from Andrew Flegg:Eric Andersen2003-07-221-2/+19
| | | | | | | | | | | | | | | | | | | | | Here's a pretty crude patch to reload /etc/inittab when init receives a SIGHUP. The mailing list archives weren't entirely clear on whether or not it should already happen, but didn't appear to be. The patch: * Adds a new function, reload_signal() which just calls parse_inittab() and run_actions(RESPAWN) * Before entering the while (1) loop set up SIGHUP to call reload_signal() * Modify new_init_action to skip the action if the same command already exists on the same terminal This last bit means that changing already running entries is a bit hairy as you can end up with, for example, two shells running on the same virtual console. However, for solely adding/removing entries this patch seems to work quite well.
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-226-45/+136
| | | | | Simplify and fixup some logic. -Erik
* Remove remaining libc5 support codeEric Andersen2003-07-2226-581/+35
|
* A minor update for handling older gcc versionsEric Andersen2003-07-221-6/+2
|
* Update TODO listEric Andersen2003-07-221-6/+3
|
* Add a default clean targetEric Andersen2003-07-221-1/+2
|
* Very minor rdate updatesEric Andersen2003-07-223-3/+3
|
* Error out early if people try to build mount with nfs supportEric Andersen2003-07-221-0/+6
| | | | | using uClibc, but have not enabled UCLIBC_HAS_RPC... -Erik
* mention stresslinuxEric Andersen2003-07-221-0/+1
|
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-07-222-13/+47
| | | | | | | | | | | | | | | | | 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.
* Patch from Paul Mundt:Eric Andersen2003-07-221-6/+21
| | | | | | The current SC_x references automatically assume that everyone uses ttyS/tts as their naming scheme for their serial ports. This isn't the case for quite a few architectures, including sh, sh64, h8, arm, etc.
* Matteo Croce submitted a hdparm applet.Eric Andersen2003-07-225-0/+2794
|
* Patch from Jeff Angielski <jeff@theptrgroup.com> recognizingEric Andersen2003-07-221-0/+3
| | | | his work on ftpput and ftpget.
* Fixup some little error in the webpage. Mention the Dell TrueMobile 1184.Eric Andersen2003-07-191-2/+3
|
* Update required kernel version and note that libc5 is no longerEric Andersen2003-07-161-3/+4
| | | | | supported (it is unmaintained and lacks support for simple things such as stdint.h) and uClibc is a better choice these days anyways.
* Fixup problem unconditionally converting all hard links to symlinks.Eric Andersen2003-07-161-6/+1
|
* Update changelog and docs1_00_pre1Eric Andersen2003-07-154-184/+19596
|
* Document CONFIG_USE_BB_PWD_GRPEric Andersen2003-07-151-1/+17
|
* Update the default set of applets that are listedEric Andersen2003-07-151-15/+23
|
* Yet more preparation to make a release...Eric Andersen2003-07-153-1294/+14
|
* Fix a silly typoEric Andersen2003-07-141-1/+1
|
* Looks like I forgot one little tiny detail...Eric Andersen2003-07-142-3/+5
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-14169-380/+298
|
* decouple delgroup and deluserEric Andersen2003-07-144-120/+183
|
* Patch from Thomas Cameron:Eric Andersen2003-07-1414-226/+290
| | | | | | | | | | | 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.
* Use standard typesEric Andersen2003-07-141-27/+27
|
* Michael Sternberg writes:Eric Andersen2003-07-141-0/+4
| | | | | | | Latest BusyBox from CVS (Jul 7 2003). File coreutils/ls.c "if" at line 970 should be enclosed in #ifdef CONFIG_FEATURE_LS_SORTFILES "if" at line 976 should be enclosed in #ifdef CONFIG_FEATURE_LS_TIMESTAMPS
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-07-142-14/+31
| | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in.