Commit Graph

  • 67776bef59 Simon Poole reports that awk segfaults when environment variables with no value exist, i.e. Eric Andersen 2004-07-30 23:52:08 +00:00
  • cbcdbc41ff Fix incorrect arguments being passed to mknod Eric Andersen 2004-07-30 17:48:21 +00:00
  • b737b1a68b Umm. Not guilty by reason of insanity. -Erik Eric Andersen 2004-07-30 17:39:08 +00:00
  • aad29b37a7 Fixup getty, login, etc so the utmp and wtmp are updated, allowing the 'who' and 'last' applets among other things to work as expected. -Erik Eric Andersen 2004-07-30 17:24:47 +00:00
  • 15b588559b use SIGTERM to kill off udhcpd, not SIGKILL Eric Andersen 2004-07-30 14:45:08 +00:00
  • e71e760a99 Fix up brain damage with the way major and minor are used to create a dev_t Eric Andersen 2004-07-30 14:36:37 +00:00
  • 373bc1eaee As noted by Eric Spakman, calling static_down() and then calling bootp_down() seems redundant, esp since bootp_down was a subset of static_down, so just use that... Eric Andersen 2004-07-30 14:31:01 +00:00
  • 413db4d583 Clean up hex escape support. Manuel Novoa III 2004-07-29 23:15:16 +00:00
  • 27645b4345 Thanks to Ken Roberts, fix the slackware url Eric Andersen 2004-07-28 19:15:04 +00:00
  • ccfc44806d Felipe Kellermann noticed a missing `break'. Eric Andersen 2004-07-27 16:45:46 +00:00
  • 9768a65eb4 document stuff I have done Robert Griebl 2004-07-26 18:57:49 +00:00
  • 7f8bcbefc7 add missing ; Eric Andersen 2004-07-26 12:22:33 +00:00
  • 461cdc89a9 bump version to -rc2 Eric Andersen 2004-07-26 12:12:06 +00:00
  • b2a300590d bother. unrevert my fix. Eric Andersen 2004-07-26 12:11:32 +00:00
  • 8f38782a6e Prepare for release Eric Andersen 2004-07-26 12:07:01 +00:00
  • 53f5c0d5bf Allow hex escape sequences Eric Andersen 2004-07-26 12:06:19 +00:00
  • ac594257c3 Make certain that udhcp shuts down the interface Eric Andersen 2004-07-26 12:05:44 +00:00
  • 882cec3e40 YAEGASHI Takeshi writes: Eric Andersen 2004-07-26 12:05:12 +00:00
  • 29128cd412 oops Eric Andersen 2004-07-26 11:46:50 +00:00
  • f54176de6d bump version to -rc2 Eric Andersen 2004-07-26 11:45:47 +00:00
  • 06e62fd5f0 Make certain that udhcp shuts down the interface Eric Andersen 2004-07-26 11:45:25 +00:00
  • 380919905c Allow hex escape sequences Eric Andersen 2004-07-26 11:28:47 +00:00
  • 4f807a84c5 BusyBox has no business hard coding the number of major and minor bits for a dev_t. This is especially important now that the user space concept of a dev_t and the kernel concept of a dev_t are divergant. The only bit of user space allowed to know the number of major and minor bits is include/sys/sysmacros.h (i.e. part of libc). When used with a current C library and a 2.6.x kernel, this fix should allow BusyBox to support wide device major/minor numbers. -Erik Eric Andersen 2004-07-26 09:11:12 +00:00
  • 5dcf15e02d Paul Whittaker writes: Eric Andersen 2004-07-24 12:44:13 +00:00
  • 7991ad1720 Patch by Paul Whittaker, make busybox dc compatable with GNU dc. the following example was broken, echo "1 1 +" | dc Glenn L McGrath 2004-07-24 06:01:52 +00:00
  • 6caf13bc7f Update Tito's contributions Glenn L McGrath 2004-07-24 01:55:56 +00:00
  • efc6bf6365 Patch from Felipe Kellermann, fix endless loop when first > last and increment > 0. Glenn L McGrath 2004-07-23 06:43:29 +00:00
  • c0dd26f68d Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove some trailing '\n' Glenn L McGrath 2004-07-23 06:06:21 +00:00
  • d250167bd2 Patch from Felipe Kellermann, fixup usage for halt command Glenn L McGrath 2004-07-23 05:16:17 +00:00
  • 72b14a8638 iUpdate reboot usage, patch by Felipe Kellermann Glenn L McGrath 2004-07-23 03:33:38 +00:00
  • 1fbc909570 Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script. Glenn L McGrath 2004-07-23 02:11:25 +00:00
  • 2e99d43846 Fix for a bug identied by Harald Kuthe, when using many interfaces (29 in this case) the order was incorrect and there were duplicate entries. Glenn L McGrath 2004-07-23 01:49:46 +00:00
  • 9c83e83628 Felipe Kellermann writes, Glenn L McGrath 2004-07-23 01:42:28 +00:00
  • eeb06bf230 Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' referencing a string and using a single char, when *p <= 0x1f." Glenn L McGrath 2004-07-23 01:35:41 +00:00
  • 435962327a Patch from Felipe Kellermann to fix some typo's Glenn L McGrath 2004-07-23 01:27:56 +00:00
  • b875631754 Patch from Adam Slattery to add bzip2 support to rpm2cpio Glenn L McGrath 2004-07-23 01:20:57 +00:00
  • 4d405bbc05 Patch from Manousaridis Angelos to bring dhclient down more elegently Glenn L McGrath 2004-07-23 01:10:22 +00:00
  • 5529b7bb87 Reverse my previous change, "::" is a GNU getopt extension that allows an optional argument. Looks like a glibc bug to me Glenn L McGrath 2004-07-22 04:23:18 +00:00
  • 36a836d564 Patch from Mike Snitzer <snitzer@gmail.com>: Support for /etc/modprobe.conf (for 2.6 kernels) should likely be added to bb's modprobe, see attached patch. Robert Griebl 2004-07-22 00:03:39 +00:00
  • 0177ce1256 Patch from Mike Snitzer to fix return codes. Glenn L McGrath 2004-07-21 23:56:31 +00:00
  • e8f46515cb Fix bug in accepting buffer size argument Glenn L McGrath 2004-07-21 13:06:30 +00:00
  • 8539667279 Patch from Tito, ass usage for strings -a options Glenn L McGrath 2004-07-21 12:25:55 +00:00
  • 469a1ead53 Patch from Mike Snitzer, bring down dhclient using its correct pid, fix a grammatical error. Glenn L McGrath 2004-07-21 12:21:39 +00:00
  • 28939ade2d Patch from Jean Wolter, fixes compiler warning when ASH_ALIAS is disabled. Glenn L McGrath 2004-07-21 10:20:19 +00:00
  • a88ae491e3 Fixup -T (--files-from) option, works for non-directories now Glenn L McGrath 2004-07-21 09:00:39 +00:00
  • f828da0020 Avoid a naming conflict with include/bits/fcntl.h Eric Andersen 2004-07-20 22:53:59 +00:00
  • bd8dd1e763 Patch from Mike Snitzer <snitzer@gmail.com>: Please see the attached patch for the following crash with busybox' 2.6 rmmod support Robert Griebl 2004-07-20 18:36:51 +00:00
  • 809387fe9e new_process_module_arguments returns 0 on error and 1 if everything went ok somehow the ! got lost.. symptoms: modules could only be loaded _without_ parameters Robert Griebl 2004-07-20 15:43:57 +00:00
  • 83676f1731 oops Eric Andersen 2004-07-20 11:41:16 +00:00
  • a212af1ef2 Yet more doc updates Eric Andersen 2004-07-20 11:31:52 +00:00
  • 24c20b1d10 more doc updates Eric Andersen 2004-07-20 11:31:08 +00:00
  • ab95e3cd66 cut-n-paste strikes again Eric Andersen 2004-07-20 11:23:45 +00:00
  • f429d511b1 Update for release Eric Andersen 2004-07-20 11:08:30 +00:00
  • 197d6d45f3 Update changelog Eric Andersen 2004-07-20 10:12:21 +00:00
  • c0693ed61b Deal with the fact that 2.6.x kernels replace any '-'s in the module name with a '_'. -Erik Eric Andersen 2004-07-20 10:05:13 +00:00
  • aea8e0eea7 Bump version up to release candidate 1 Eric Andersen 2004-07-20 09:23:41 +00:00
  • 98e4eab0c6 Include some documentation posted to the list by vodz Eric Andersen 2004-07-20 08:07:10 +00:00
  • 165e8cbf34 Assign 'forced' before the goto to avoid a warning Eric Andersen 2004-07-20 06:44:46 +00:00
  • 5e136f269b Prevent "bootp_down' was declared implicitly extern' and later `static'" warning Eric Andersen 2004-07-20 06:35:54 +00:00
  • 65659be213 Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE Eric Andersen 2004-07-20 06:09:14 +00:00
  • f9584a19ca Update the default config to not ask stuff Eric Andersen 2004-07-20 06:06:56 +00:00
  • 8f41bfc05c The 'tests' target is long gone. Eric Andersen 2004-07-20 06:04:28 +00:00
  • 9615a08218 Replace the old and somewhat buggy pwd_grp stuff with the shiny new stuff mjn3 wrote for uClibc Eric Andersen 2004-07-15 12:53:49 +00:00
  • 837f058fb3 Peter Kjellerstedt at axis.com writes: Eric Andersen 2004-07-15 06:01:05 +00:00
  • 449f2bca96 Fixup a few documentation bugs Eric Andersen 2004-07-14 10:01:04 +00:00
  • e8521f14a2 Fixup some cases of "QM_MODULES: not implemented" for both lsmod and rmmod when using 2.6.x module support -Erik Eric Andersen 2004-07-13 00:09:34 +00:00
  • fe9b9cdfa5 Paul Fox writes: Eric Andersen 2004-06-29 00:48:30 +00:00
  • d926149d26 Avoid a number of places where large drives could wrap a uint, and instead use off_t which will be automagically promoted to 64bit if compiled with support for large drives. -Erik Eric Andersen 2004-06-28 23:50:31 +00:00
  • 0373cf1396 Do not mess with the console logging level unless asked to do so. -Erik Eric Andersen 2004-06-25 11:23:03 +00:00
  • 774e6cc29c Revert my previous commit Glenn L McGrath 2004-06-25 09:01:09 +00:00
  • d9670461c4 Fix compile error under 2.6, check for newer versions first or all the checks wont be considered. Glenn L McGrath 2004-06-25 07:47:03 +00:00
  • 5f2a23c3c6 Fix compile error when math support disabled. Glenn L McGrath 2004-06-25 07:05:13 +00:00
  • 5275b1e49f fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKING is disabled Eric Andersen 2004-06-22 20:10:53 +00:00
  • fac312d78b Stupidity-1, Erik-0 Eric Andersen 2004-06-22 20:09:40 +00:00
  • e983584c70 Bastian Blank notices a couple of int64_ts that should have been longs Eric Andersen 2004-06-22 19:07:21 +00:00
  • bb692cdb32 Add missing 'S' to the getopt string. Eric Andersen 2004-06-22 19:05:05 +00:00
  • cb3b9b1fed kill off insmod support for older pre 2.1 Linux kernels, which are not supported with the current busybox 1.0 release -Erik Eric Andersen 2004-06-22 11:50:52 +00:00
  • d943837dab Patrick Huesmann writes: Eric Andersen 2004-06-22 10:43:09 +00:00
  • 4872ed9737 Robin Farine writes: Eric Andersen 2004-06-22 10:18:30 +00:00
  • 7f94a5caa2 Patch from Bastian Blank: Eric Andersen 2004-06-22 10:12:59 +00:00
  • 36adca81f5 Patch from Bastian Blank: Eric Andersen 2004-06-22 10:07:17 +00:00
  • 78a5ddeff0 Robin Farine writes: Eric Andersen 2004-06-22 08:40:54 +00:00
  • ed9ecf7894 Patch from Bastian Blank: Eric Andersen 2004-06-22 08:29:45 +00:00
  • 16a4c41674 note the new mailing list policy Eric Andersen 2004-06-19 06:26:30 +00:00
  • 3023317a91 Typo fix from Niemann Hartmut Eric Andersen 2004-06-09 10:00:20 +00:00
  • f34b0e996b Update reference for zip format Glenn L McGrath 2004-06-06 10:22:43 +00:00
  • 07e1ccdf75 Woops, the previous commit was an accident, its supplied in the patch, dont commit yet as we are in feature freeze Glenn L McGrath 2004-06-05 07:58:18 +00:00
  • 84b6264670 Device table support for makedevs, the previous behaviour can been selected at configure time. Glenn L McGrath 2004-06-05 07:54:52 +00:00
  • 58b118ae33 Ahem. ("I'm just tweaking a documentation string, I don't need to compile test it before checking in..." New entry for famous last words list.) Rob Landley 2004-05-26 22:09:37 +00:00
  • 1ce5968443 Update sed help. (Add -r option to long help, add -i option to brief help, and alphabetizie the option list.) Rob Landley 2004-05-26 21:59:31 +00:00
  • 86af052d25 Kevin P. Fleming writes: Eric Andersen 2004-05-26 21:26:07 +00:00
  • 2c1f1bc7f6 Update U.S. Robotics and Actiontec entries Eric Andersen 2004-05-26 17:17:39 +00:00
  • d709743b09 If read were to return with an error, bad things would happen. Fix it. Also, make sure read errors are reflected in the applet exit code. Manuel Novoa III 2004-05-26 15:21:19 +00:00
  • a6f6a95ba4 oops Eric Andersen 2004-05-26 12:06:38 +00:00
  • 42f8883c71 Per suggestion from Bastian Blank, be less evil when we force fdisk to transparently remap 32-bit interfaces to actually use 64 bit interfaces. -Erik Eric Andersen 2004-05-26 11:59:19 +00:00
  • 823b17263a Use tab not space Eric Andersen 2004-05-26 11:50:37 +00:00
  • abc513a90f Make the grep option values a bit less horrible Eric Andersen 2004-05-26 11:48:29 +00:00
  • dec7f81370 Rick Richardson writes: Eric Andersen 2004-05-26 11:47:55 +00:00
  • ee70fa5523 Patch from Yoshinori Sato: Eric Andersen 2004-05-26 11:38:46 +00:00
  • 0dfe4e9956 As discussed, drop minit, which was not being supported in busybox. People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ Eric Andersen 2004-05-26 10:28:32 +00:00