aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* As vodz noticed, I screwed up rebootandersen2003-07-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7100 69ca8d6d-28ef-0310-b511-8ec308f3f277
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSandersen2003-07-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7099 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUGandersen2003-07-221-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7098 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document CONFIG_FEATURE_INSMOD_LOADINKMEMandersen2003-07-221-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7097 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document CONFIG_ASH_CMDCMDandersen2003-07-221-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7096 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Write some more docsandersen2003-07-221-9/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7095 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the update utility, that is only relevant to older 2.0.x kernelsandersen2003-07-225-123/+3
| | | | | | | that are no longer supported. git-svn-id: svn://busybox.net/trunk/busybox@7094 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Terje Kvernes adding quite a lot of missing documentationandersen2003-07-226-48/+92
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7093 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Andrew Flegg: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. git-svn-id: svn://busybox.net/trunk/busybox@7092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support reboot, halt, and poweroff independent of busybox init.andersen2003-07-226-45/+136
| | | | | | | | Simplify and fixup some logic. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7091 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove remaining libc5 support codeandersen2003-07-2226-581/+35
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A minor update for handling older gcc versionsandersen2003-07-221-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7089 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update TODO listandersen2003-07-221-6/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a default clean targetandersen2003-07-221-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7087 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Very minor rdate updatesandersen2003-07-223-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7086 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Error out early if people try to build mount with nfs supportandersen2003-07-221-0/+6
| | | | | | | | using uClibc, but have not enabled UCLIBC_HAS_RPC... -Erik git-svn-id: svn://busybox.net/trunk/busybox@7085 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mention stresslinuxandersen2003-07-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7084 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Paul Mundt <lethal@linux-sh.org> writes: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. git-svn-id: svn://busybox.net/trunk/busybox@7083 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Paul Mundt: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. git-svn-id: svn://busybox.net/trunk/busybox@7082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Matteo Croce submitted a hdparm applet.andersen2003-07-225-0/+2794
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7081 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jeff Angielski <jeff@theptrgroup.com> recognizingandersen2003-07-221-0/+3
| | | | | | | his work on ftpput and ftpget. git-svn-id: svn://busybox.net/trunk/busybox@7080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup some little error in the webpage. Mention the Dell TrueMobile 1184.andersen2003-07-191-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update required kernel version and note that libc5 is no longerandersen2003-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. git-svn-id: svn://busybox.net/trunk/busybox@7075 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup problem unconditionally converting all hard links to symlinks.andersen2003-07-161-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7074 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update changelog and docsandersen2003-07-154-184/+19596
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7072 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document CONFIG_USE_BB_PWD_GRPandersen2003-07-151-1/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7068 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the default set of applets that are listedandersen2003-07-151-15/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet more preparation to make a release...andersen2003-07-153-1294/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a silly typoandersen2003-07-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Looks like I forgot one little tiny detail...andersen2003-07-142-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-14169-380/+298
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* decouple delgroup and deluserandersen2003-07-144-120/+183
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7059 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Thomas Cameron: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. git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use standard typesandersen2003-07-141-27/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7057 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Michael Sternberg writes: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 git-svn-id: svn://busybox.net/trunk/busybox@7056 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman:andersen2003-07-142-14/+31
| | | | | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in. git-svn-id: svn://busybox.net/trunk/busybox@7055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman: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. git-svn-id: svn://busybox.net/trunk/busybox@7054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Require that LFS is enabled to get fdiskandersen2003-07-141-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove all the llseek junk and just use regular old lseek. When DOLFS isandersen2003-07-141-110/+6
| | | | | | | | | enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* On second thought, this is a better way to fix thingsandersen2003-07-141-46/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7050 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't use Linux kernel headersandersen2003-07-141-3/+46
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@7049 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This declaration no longer needs to hide when using dmallocandersen2003-07-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7046 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be certain to not abort prematurely when reading stuff from pipes.andersen2003-07-053-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7045 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixup compile problem with dmallocandersen2003-07-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7044 69ca8d6d-28ef-0310-b511-8ec308f3f277
* As noted by Thomas Eckert:andersen2003-07-051-2/+9
| | | | | | | | | | | | | | | | | | | bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a plain tar-file (no compression) -- but does not warn about the unrecognized parameter combination "cj" (bb does not have bzip2-compression yet, right?). to fix this I have added an error message stating this does not work. He also reported cosmetic: versose "-v" does not show any output when used with "create" which I have now fixed as well. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7043 69ca8d6d-28ef-0310-b511-8ec308f3f277
* oopsandersen2003-07-051-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7042 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Daniel writes:andersen2003-07-051-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've found a problem with job control when the init process is restarted. If the system boots for the first time, I get job control on a serial terminal - no problems. However, when I restart init by issuing "init -q", then the shell no longer has job control. I traced this a problem in console_init in the file init.c. What was happening after the restart is that the first compare if (ioctl(0, TIOCGSERIAL, &sr) == 0) { ... } else if (ioctl(0, VT_GETSTATE, &vt) == 0) { ... } else { ... // assume /dev/console } returned error and subsequently the code assumes /dev/console as the console, which does not support job control. Checking the errno after the first call showed that the system was complaining about the file descriptor. This is probably because the previous init process had closed all its file descriptors which the new init process had inherited. git-svn-id: svn://busybox.net/trunk/busybox@7041 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman:andersen2003-07-051-0/+9
| | | | | | | | Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades) does not define IF_NAMESIZE in net/if.h. git-svn-id: svn://busybox.net/trunk/busybox@7040 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman:andersen2003-07-051-7/+14
| | | | | | | | | This patch fixes endian problems with get_netmask(). I don't know if this is the cleanest solution, but it makes 'ipcalc -n' work on both an i386 system and a ppc system. git-svn-id: svn://busybox.net/trunk/busybox@7039 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Kent Robotti adding a bunch of needed docs!andersen2003-07-057-21/+28
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@7038 69ca8d6d-28ef-0310-b511-8ec308f3f277