Commit Graph

  • acf6c917e2 ccording to this: http://sources.redhat.com/ml/binutils/2003-01/msg00290.html The name R_390_GOTOFF was changed to R_390_GOTOFF32. -Erik Eric Andersen 2003-10-20 05:40:40 +00:00
  • 1acfb72e71 Manuel Novoa III writes: Eric Andersen 2003-10-18 01:59:46 +00:00
  • 0d6d88a205 Rob Landley's new micro-bunzip version 3. Rob writes: Eric Andersen 2003-10-18 01:58:35 +00:00
  • 6fe55ae939 old gcc Tim Riker 2003-10-17 18:54:55 +00:00
  • 7857c03808 Paul Mundt (lethal) writes: Eric Andersen 2003-10-11 18:47:20 +00:00
  • d12061b299 Vodz last_patch_117, update options for new xargs Glenn L McGrath 2003-10-10 23:15:23 +00:00
  • 61796945e3 Vods versions of xargs Glenn L McGrath 2003-10-10 12:10:18 +00:00
  • 75a5684793 I don't need to have my email adder listed twice Eric Andersen 2003-10-09 21:19:21 +00:00
  • 2af70005b9 Do not use kernel headers Eric Andersen 2003-10-09 21:02:23 +00:00
  • fe4704e948 Fix an ommision preventing building, patch by Tito. Glenn L McGrath 2003-10-09 13:40:17 +00:00
  • 12940e1ce0 example devfs config file, patch from Tito. Glenn L McGrath 2003-10-09 13:25:00 +00:00
  • 17d21fa519 New applet, devfsd, by Matteo Croce and Tito Glenn L McGrath 2003-10-09 11:46:23 +00:00
  • a55d72bbb4 Patch from Steven Scholz, fix some warnings Glenn L McGrath 2003-10-09 11:38:45 +00:00
  • 99825960c1 Bugfix for xargs Glenn L McGrath 2003-10-09 11:06:45 +00:00
  • 29c77f71ba Arnd Ben Otto writes: Eric Andersen 2003-10-09 09:43:18 +00:00
  • dae099b2f9 We did not have a safe_write, which is the analog to safe_read. Convert full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe. Eric Andersen 2003-10-09 08:35:42 +00:00
  • 638da75f4b Fix some warnings that have crept in recently Eric Andersen 2003-10-09 08:18:36 +00:00
  • 07085855ad Patch from Tito, size optimisation and fix error in exit code of -V option Glenn L McGrath 2003-10-09 07:28:22 +00:00
  • 586d86cc8c Comaptability with gcc-2.95 Glenn L McGrath 2003-10-09 07:22:59 +00:00
  • 9d1a33c690 Vodz last_patch_105 without his xargs patch which doenst apply cleanly Glenn L McGrath 2003-10-06 13:23:06 +00:00
  • add3eadc46 Add the x, n, s and E options, remove -r as its expected behaviour. Glenn L McGrath 2003-10-04 14:44:27 +00:00
  • 42c25735e6 Patch from Rob Landley; Moving on to building diffutils, busybox sed needs this patch to get past the first problem. (Passing it a multi-line command line argument with -e works, but if you don't use -e it doesn't break up the multiple lines...) Glenn L McGrath 2003-10-04 05:27:56 +00:00
  • fd7bc13557 Woops, the previous patch reversal wasnt complete, breaking everything. Glenn L McGrath 2003-10-04 00:05:47 +00:00
  • f86bd9f2cd Reverse my previous changes and make a note about why its dont this way Glenn L McGrath 2003-10-03 13:21:10 +00:00
  • 07cf92676a Dont mix xarg options with utility option, fixes example of echo "README" | xargs ls -al Dont specify a path for the default behaviour of echo args allocated space for an extra ptr Use defines for the different options Glenn L McGrath 2003-10-03 13:15:44 +00:00
  • 1dc0ccafdd Vodz, last_patch_114 - env vars CONTENT_TYPE, CONTENT_LENGTH, HTTPD_REFERER, REMOTE_USER and AUTH_TYPE(Basic always). - POST data pipied now (previous version have loading into memory may be big size data and reducing with hardcoded limit) - removed $CGI_foo environment variables, else my have rubbish enviroment if POST data have big binary file Glenn L McGrath 2003-10-03 10:50:56 +00:00
  • 8ac86e33a2 Patch by Rob Landley, fix warning Glenn L McGrath 2003-10-03 08:28:59 +00:00
  • 4a77c781ef argc has already been decremented Glenn L McGrath 2003-10-03 07:51:30 +00:00
  • cb920d9778 Patch from Rob Landley, Simplify organisation of arguments. Glenn L McGrath 2003-10-03 03:25:30 +00:00
  • 91b3d460c7 Fix -C option when creating tar files. Need to chdir after the tar file is opened, so make common tar filename parsing and send the file descriptor rather than filename to writeTarFile. Modify the verboseFlag operation to determine wether to display on stderr or stdout at display time, simpler than doing it in tar_main. Glenn L McGrath 2003-10-02 14:33:23 +00:00
  • 9c91e4142d Thomas Lundquist, update for current structure Glenn L McGrath 2003-10-01 11:33:46 +00:00
  • 0ad4daa54e Patch from Rob Landley to fix backrefs Glenn L McGrath 2003-10-01 10:26:23 +00:00
  • 738fb33994 Patch by Rob Landley, fix "newline after edit command" Glenn L McGrath 2003-10-01 06:45:11 +00:00
  • aa5a602689 Patch by Rob Landley, work in progress update, fixes lots of bugs, introduces a few others (but they are being worked on) Glenn L McGrath 2003-10-01 03:06:16 +00:00
  • e6ba16f830 Patch by Guillaume Morin Fix two race conditions, as described at. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212764 Glenn L McGrath 2003-09-26 10:45:55 +00:00
  • f7dd10f67c Patch from Fillod Stephane Add follow mode to logread, ala "tail -f /var/log/messages" Note: output to a slow serial terminal can have side effects on syslog because of the semaphore. In such case, define RC_LOGREAD. Glenn L McGrath 2003-09-26 01:03:16 +00:00
  • a79220db6e add size parameter to syslogd -C Patch by Padraig, resubmitted by Fillod Stephane Glenn L McGrath 2003-09-26 00:49:05 +00:00
  • 6b0658f5c0 Patch by Fillod Stephane, declare variables as static to not clobber busybox namespace Glenn L McGrath 2003-09-26 00:33:18 +00:00
  • 6376b583e2 Use a variable for the config files, makes it easier to syncronise with debian builds Glenn L McGrath 2003-09-24 15:48:29 +00:00
  • c98c7d9a14 Syncronise with debian busybox-cvs package Glenn L McGrath 2003-09-24 15:30:44 +00:00
  • 761ec20f81 Fix some typo's, remove some extra free statements Glenn L McGrath 2003-09-24 10:23:39 +00:00
  • a406a9c853 Add the -d option Glenn L McGrath 2003-09-24 05:00:29 +00:00
  • eebcc1d98a Add the "install" applet, move get_ug_id to libbb as its used by chown, chgrp and install. Glenn L McGrath 2003-09-24 03:22:57 +00:00
  • d72e34c752 Patch by Steinar H. Gunderson to fix debian bug #211675. Linking to my_getgrnam from libpwdgrp wasnt working, instead it was trying to use functionality from glibc, which pulled in libnss. Glenn L McGrath 2003-09-20 00:59:35 +00:00
  • d3612178b7 Patch by Junio C Hamano to workaround a gcc compiler bug. Glenn L McGrath 2003-09-17 00:22:26 +00:00
  • 2570b43e82 Configuration option to define wether to follows GNU sed's behaviour or the posix standard. Put the cleanup code back the way it was. Glenn L McGrath 2003-09-16 05:25:43 +00:00
  • 204ff1cea4 Fix a bug that creapt in recently with substitution subprinting, and add a test for it. Glenn L McGrath 2003-09-16 01:46:36 +00:00
  • 96fd1b98f1 Compile get_terminal_width_height Glenn L McGrath 2003-09-16 00:50:36 +00:00
  • baaa6e9e7d Patch from Stephane Billiart to fix an unused variable warning. Glenn L McGrath 2003-09-15 15:00:43 +00:00
  • a3822de23e Patch from Bastian Blank to fix a problem when runing find under ash. Glenn L McGrath 2003-09-15 14:42:39 +00:00
  • e16ab475ad Patch from Tito, Reduces the size of busybox's strings applet from 1900 to 1788 bytes (for strings.o). Glenn L McGrath 2003-09-15 14:22:37 +00:00
  • 977451ef44 Fix a simple mistake with pattern space, and add a test for it Glenn L McGrath 2003-09-15 12:07:48 +00:00
  • 47e5ca1ecb Patch by Jean Wolter to fix a bug where a script wouldnt be executed unless it had #!/bin/sh in the first line Glenn L McGrath 2003-09-15 12:00:19 +00:00
  • e3e28d3bb6 Fix some memory allocation problems ---------------------------------------------------------------------- Glenn L McGrath 2003-09-15 09:22:04 +00:00
  • 8efe967018 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) to ensure proper fallback behavior on, i.e. serial consoles. -Erik Eric Andersen 2003-09-15 08:33:45 +00:00
  • c4f72d1426 fix function prototype Eric Andersen 2003-09-15 08:13:43 +00:00
  • 45638df230 Needs prototype for close() Eric Andersen 2003-09-15 08:12:53 +00:00
  • 2205c84de4 comparison was always false due to limited range of data types. Carefully cast to unsigned long long prior to multiply to get the expected result. Eric Andersen 2003-09-15 08:11:29 +00:00
  • 1393a39df4 Do not shadow the global name 'accept' Eric Andersen 2003-09-15 08:06:15 +00:00
  • 2eed0e2d47 Add a test for the 'P' command and fix current implementation so it doesnt permanently modify the pattern space. Glenn L McGrath 2003-09-15 06:28:45 +00:00
  • 6e5687abc3 A test and fix for the sed 'n' command Glenn L McGrath 2003-09-15 06:12:53 +00:00
  • 7b35121297 Test for use of newline in regex's, this feature is used by most configure scripts. Glenn L McGrath 2003-09-15 05:53:28 +00:00
  • 73116311e5 Fix for the sed-append-next-line test Glenn L McGrath 2003-09-15 05:42:05 +00:00
  • 65f9dc01f3 Test the N command Glenn L McGrath 2003-09-15 05:35:47 +00:00
  • 640c1f547f Fix recursion problem Glenn L McGrath 2003-09-15 04:55:29 +00:00
  • ba5eb27ce3 Check sed doesnt go into an infinite loop (yes it does) Glenn L McGrath 2003-09-15 04:41:17 +00:00
  • c43f9edf88 Update Matteo Croce's email address Glenn L McGrath 2003-09-15 03:37:32 +00:00
  • 294d113adb Memory cleanups and fix for echo "foo" | sed 's/foo/bar/;H;q' Glenn L McGrath 2003-09-14 16:28:08 +00:00
  • 8417c8c38b Cleanup memory usage Glenn L McGrath 2003-09-14 15:24:18 +00:00
  • 7bf8f5bc5e Update sed branch tests Glenn L McGrath 2003-09-14 11:10:08 +00:00
  • 8a0b59fb82 Add two new tests, sed-recurses-properly should always work Glenn L McGrath 2003-09-14 09:38:24 +00:00
  • edc388cf4e The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of echo fooba | ./busybox sed -n 's/foo//;s/bar/found/p' Glenn L McGrath 2003-09-14 08:52:53 +00:00
  • 3fe475677a Preserve substitution flag value within the current line. Fixed the following testcase # cat strings |./busybox sed -n -f test3.sed 1 1 2 c c # cat strings a b c Glenn L McGrath 2003-09-14 07:59:28 +00:00
  • f4523562b6 Fix branching commands. Glenn L McGrath 2003-09-14 06:01:14 +00:00
  • 8aac05bfe5 Patch from Rob Landley Glenn L McGrath 2003-09-14 04:06:12 +00:00
  • 7c59a83a77 Stupid typo Glenn L McGrath 2003-09-14 02:37:46 +00:00
  • 4dc1d25a30 Fix some memory allocation problems Glenn L McGrath 2003-09-14 01:25:31 +00:00
  • f36635cec6 Fix the following testcase by disabling global substitution if the regex is anchored to the start of line, there can be only one subst. echo "aah" | sed 's/^a/b/g' Glenn L McGrath 2003-09-13 15:12:22 +00:00
  • c18ce373a2 Fix the following testcase by storing the state of the adress match with the command. # cat strings a b c d e f g # ./busybox sed '1,2d;4,$d' <strings c # ./busybox sed '4,$d;1,2d' <strings # sed '4,$d;1,2d' <strings c # sed '1,2d;4,$d' <strings c Glenn L McGrath 2003-09-13 06:57:39 +00:00
  • c2b9186be1 Fix compile error, Vodz, last_path_113 Glenn L McGrath 2003-09-12 11:27:15 +00:00
  • 2af30446f1 Typo. Glenn L McGrath 2003-09-12 10:58:54 +00:00
  • eb213bd2a2 As vodz just pointed out, I screwup up the call to bb_xasprintf! Eric Andersen 2003-09-12 08:39:05 +00:00
  • 7f2935ba0e Remove final \n Eric Andersen 2003-09-12 08:32:24 +00:00
  • 70af8834df Fix obligitory typos Eric Andersen 2003-09-12 07:36:46 +00:00
  • aa2afee922 Final changelog update Eric Andersen 2003-09-12 07:03:52 +00:00
  • 839bd4a73b Remove version # Eric Andersen 2003-09-12 07:03:14 +00:00
  • 3acfedfafe I suppose it is now Sept 12... Eric Andersen 2003-09-12 06:59:52 +00:00
  • 23bc836f42 Update webpage a bit Eric Andersen 2003-09-12 06:59:17 +00:00
  • beb3bbd991 Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. Glenn L McGrath 2003-09-12 06:49:09 +00:00
  • ef91bf67ed Use the typeflag to identify if its a hardlink on OLD and GNU posix modes, fixes a bug extracting hardlinks to symlinks. Glenn L McGrath 2003-09-12 06:31:28 +00:00
  • 51ed242ad6 Invoke run-parts on /etc/network/if-*.d per the behavior of the upstream ifupdown code... Eric Andersen 2003-09-12 05:59:53 +00:00
  • e15138a870 Teach rdate to timeout in 10 seconds to avoid blocking forever with odd or broken networking setups Eric Andersen 2003-09-12 05:50:51 +00:00
  • f57a614db9 config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend on CONFIG_FEATURE_SH_STANDALONE_SHELL. Eric Andersen 2003-09-12 04:49:21 +00:00
  • a4389cfb51 Update changelog for release Eric Andersen 2003-09-12 04:43:49 +00:00
  • 14092a1ed2 Busybox CVS version ipcalc have problems: - Can`t use 255.255.255.255 address - typo: double check for valid ip address and uncheck for valid mask Glenn L McGrath 2003-09-12 00:44:50 +00:00
  • 81155f8fa8 Update definition of struct serial_struct, per linux-2.6.0-test5, to avoid stack corruption problems on some 64bit architectures when sizeof(void*) != sizeof(int). Thanks to Atsushi Nemoto for finding this problem. Eric Andersen 2003-09-11 08:52:22 +00:00
  • 2fdba24620 Marc A. Lehmann writes: Eric Andersen 2003-09-11 08:32:40 +00:00
  • 6231f092bd Patch from Philip Blundell: Eric Andersen 2003-09-11 08:25:11 +00:00
  • cc20ebc11e add ipv6 literal support to wget Glenn L McGrath 2003-09-10 23:52:15 +00:00
  • 1cb2622f9c Fix a bug where make clean complained about having both : and :: entries. Remove tester.log on make clean Patch by Arthur Othieno Glenn L McGrath 2003-09-10 23:47:10 +00:00