aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixup bugs in last patchandersen2003-07-283-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update docs a bitandersen2003-07-281-8/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7121 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch98 from vodz:andersen2003-07-281-12/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Denis, ># ./busybox env - echo zzz >zzz ># ./busybox echo -n zzz >zzz ># ./busybox env - echo -n zzz >env: invalid option -- n > > obviously, env tried to understand -n as env's option > instead of blindly passing it to echo... > >BusyBox v1.00-pre1 (2003.07.16-07:53+0000) multi-call binary > >Usage: env [-iu] [-] [name=value]... [command] Ah, you found very old problem. Last patch also have: - multiple "-u unsetenv" support - GNU long option support - save errno after exec failed before bb_perror_msg() --w vodz git-svn-id: svn://busybox.net/trunk/busybox@7120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* last_patch95 from vodz:andersen2003-07-2811-246/+316
| | | | | | | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@7119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a "search google" buttonandersen2003-07-281-8/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7118 69ca8d6d-28ef-0310-b511-8ec308f3f277
* James Petterson writes:andersen2003-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | I've found a possible bug in libbb/interface.c, in function if_readlist_proc(). This function calls get_name(), and passes as an argument 'name', a buffer of 16 bytes (IFNAMSIZ). The function get_name(), however, may use more than 16 bytes, when it is searching for aliases. Even if you don't have an alias interface, you can run into trouble if the interface has received more than 99999999 bytes, in which case the space between the interface name and the rx stats disappears, as in the /proc/net/dev example below: wan0.200:264573315 462080 ... In this case get_name() correctly identifies the interface name as "wan0.200", but to do that it uses 18 bytes of the 'name' buffer, which could lead to an unpredictable error. A simple solution would be to increase the size of the buffer: git-svn-id: svn://busybox.net/trunk/busybox@7117 69ca8d6d-28ef-0310-b511-8ec308f3f277
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHandersen2003-07-262-17/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7115 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow people to use the full blown iproute2 programs with busybox ifupdown.andersen2003-07-261-4/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7114 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move start_stop_daemon to debianutils.andersen2003-07-266-288/+40
| | | | | | | Cleanup run_parts a bit and add long opts git-svn-id: svn://busybox.net/trunk/busybox@7113 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cleanup and add long optionsandersen2003-07-262-118/+82
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7112 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The logger utility does not really depend on CONFIG_SYSLOGD,andersen2003-07-261-5/+4
| | | | | | | | since it can also be used with other syslog daemons -Erik git-svn-id: svn://busybox.net/trunk/busybox@7111 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Christian Meyer: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. git-svn-id: svn://busybox.net/trunk/busybox@7110 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some additional description based on a patch from Terje Kvernesandersen2003-07-261-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpandersen2003-07-267-7/+7
| | | | | | | which were not properly using the bb_path_*_file strings. git-svn-id: svn://busybox.net/trunk/busybox@7108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework kill / killall so it behaves itself, even when subjectedandersen2003-07-261-61/+61
| | | | | | | | to abuse. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Thomas Gleixner to reap any zombie processes that areandersen2003-07-261-0/+8
| | | | | | | reparented to init... git-svn-id: svn://busybox.net/trunk/busybox@7106 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,andersen2003-07-261-1/+0
| | | | | | | since fdisk will work just fine on smaller disks w/o it. git-svn-id: svn://busybox.net/trunk/busybox@7105 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the currentmjn32003-07-231-0/+1
| | | | | | | timezone setting is used for the new date. git-svn-id: svn://busybox.net/trunk/busybox@7103 69ca8d6d-28ef-0310-b511-8ec308f3f277
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyandersen2003-07-2211-54/+65
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several simplifications and indenting changes, perandersen2003-07-221-26/+25
| | | | | | | last_patch97 from vodz git-svn-id: svn://busybox.net/trunk/busybox@7101 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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