Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-26 | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen | |
since fdisk will work just fine on smaller disks w/o it. | |||
2003-07-23 | Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current | Manuel Novoa III | |
timezone setting is used for the new date. | |||
2003-07-22 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | |
2003-07-22 | Several simplifications and indenting changes, per | Eric Andersen | |
last_patch97 from vodz | |||
2003-07-22 | As vodz noticed, I screwed up reboot | Eric Andersen | |
2003-07-22 | the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | |
2003-07-22 | There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG | Eric Andersen | |
2003-07-22 | Document CONFIG_FEATURE_INSMOD_LOADINKMEM | Eric Andersen | |
2003-07-22 | Document CONFIG_ASH_CMDCMD | Eric Andersen | |
2003-07-22 | Write some more docs | Eric Andersen | |
2003-07-22 | Remove the update utility, that is only relevant to older 2.0.x kernels | Eric Andersen | |
that are no longer supported. | |||
2003-07-22 | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | |
2003-07-22 | Patch from Andrew Flegg: | Eric Andersen | |
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. | |||
2003-07-22 | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen | |
Simplify and fixup some logic. -Erik | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-07-22 | A minor update for handling older gcc versions | Eric Andersen | |
2003-07-22 | Update TODO list | Eric Andersen | |
2003-07-22 | Add a default clean target | Eric Andersen | |
2003-07-22 | Very minor rdate updates | Eric Andersen | |
2003-07-22 | Error out early if people try to build mount with nfs support | Eric Andersen | |
using uClibc, but have not enabled UCLIBC_HAS_RPC... -Erik | |||
2003-07-22 | mention stresslinux | Eric Andersen | |
2003-07-22 | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | |
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. | |||
2003-07-22 | Patch from Paul Mundt: | Eric Andersen | |
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. | |||
2003-07-22 | Matteo Croce submitted a hdparm applet. | Eric Andersen | |
2003-07-22 | Patch from Jeff Angielski <jeff@theptrgroup.com> recognizing | Eric Andersen | |
his work on ftpput and ftpget. | |||
2003-07-19 | Fixup some little error in the webpage. Mention the Dell TrueMobile 1184. | Eric Andersen | |
2003-07-16 | Update required kernel version and note that libc5 is no longer | Eric Andersen | |
supported (it is unmaintained and lacks support for simple things such as stdint.h) and uClibc is a better choice these days anyways. | |||
2003-07-16 | Fixup problem unconditionally converting all hard links to symlinks. | Eric Andersen | |
2003-07-15 | Update changelog and docs | Eric Andersen | |
2003-07-15 | Document CONFIG_USE_BB_PWD_GRP | Eric Andersen | |
2003-07-15 | Update the default set of applets that are listed | Eric Andersen | |
2003-07-15 | Yet more preparation to make a release... | Eric Andersen | |
2003-07-14 | Fix a silly typo | Eric Andersen | |
2003-07-14 | Looks like I forgot one little tiny detail... | Eric Andersen | |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-07-14 | decouple delgroup and deluser | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
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. | |||
2003-07-14 | Use standard types | Eric Andersen | |
2003-07-14 | Michael Sternberg writes: | Eric Andersen | |
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 | |||
2003-07-14 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
The attached two patches add config documentation to init/Config.in and fileutils/Config.in. | |||
2003-07-14 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
Busybox vi is installed in /bin/vi, but crontab was looking for /usr/bin/vi. This patch makes crontab look for /bin/vi instead. | |||
2003-07-14 | Require that LFS is enabled to get fdisk | Eric Andersen | |
2003-07-14 | Remove all the llseek junk and just use regular old lseek. When DOLFS is | Eric Andersen | |
enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik | |||
2003-07-14 | On second thought, this is a better way to fix things | Eric Andersen | |
2003-07-14 | Don't use Linux kernel headers | Eric Andersen | |
-Erik | |||
2003-07-07 | This declaration no longer needs to hide when using dmalloc | Eric Andersen | |
2003-07-05 | Be certain to not abort prematurely when reading stuff from pipes. | Eric Andersen | |
2003-07-05 | Fixup compile problem with dmalloc | Eric Andersen | |
2003-07-05 | As noted by Thomas Eckert: | Eric Andersen | |
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 | |||
2003-07-05 | oops | Eric Andersen | |