Commit Graph

  • 04ae328851 Update uClibc URL. Matt Kraai 2001-12-12 19:09:51 +00:00
  • 14b7c5d12b Open the source before creating the destination. Matt Kraai 2001-12-11 16:43:48 +00:00
  • 741f40b58e Use an int to hold the result of fgetc (bug noted by David Kimdon). Matt Kraai 2001-12-11 16:06:02 +00:00
  • 72812d3143 And a bit more Eric Andersen 2001-12-08 02:14:02 +00:00
  • a2e6908165 More polish Eric Andersen 2001-12-08 02:13:05 +00:00
  • 90c2abd212 Oops Eric Andersen 2001-12-08 02:10:37 +00:00
  • dec43433e5 Add in cvs info Eric Andersen 2001-12-08 02:08:31 +00:00
  • 2423b12dae Begin moving things to busybox.net -Erik Eric Andersen 2001-12-08 01:56:15 +00:00
  • 05b5addcaa Use a local image, not an offsite one. Eric Andersen 2001-12-08 00:18:20 +00:00
  • 07a37aebf5 New. Matt Kraai 2001-12-07 21:27:57 +00:00
  • dba11452cb Continue processing files if we are asked to touch, but not create, a file which doesn't exist. Matt Kraai 2001-12-07 21:27:38 +00:00
  • 1a781a499f Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. Matt Kraai 2001-12-07 21:24:25 +00:00
  • 603557b466 Fix link name Eric Andersen 2001-12-07 19:01:31 +00:00
  • 089db51fbe Fix broken link Eric Andersen 2001-12-07 19:00:30 +00:00
  • 3eeab3b23f Update copyright and close file descriptors (noted by Axel Kittenberger). Matt Kraai 2001-12-07 16:27:37 +00:00
  • 6834ee941a Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" <fpm-plutus@tgs.indyme.com> Eric Andersen 2001-12-06 21:33:55 +00:00
  • 54805af092 Remove documentation for the --file option to hostname (noted by David Douthitt). Matt Kraai 2001-12-06 17:37:51 +00:00
  • c98c06233e Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> Eric Andersen 2001-12-06 15:16:43 +00:00
  • b24d65659f If find_pid_by_name() had an error, it was returning -1, but storing that into a pid_t, which is unsigned on a number archs. Furthermore, find_pid_by_name() would _never_ return an error if the intended proces was "init", but instead would return 1, meaning we would fail to work on 2.4.x kernels running an initrd... -Erik Eric Andersen 2001-12-06 14:52:32 +00:00
  • 06656f363d Minor adjustment to the strip command Eric Andersen 2001-12-06 14:44:11 +00:00
  • db930948a9 More copyright and email addr cleanups Eric Andersen 2001-12-06 08:20:14 +00:00
  • 463304edfd Silly cosmetic problem in the comment Eric Andersen 2001-12-06 08:04:45 +00:00
  • 356b6dbf86 Patch from Steve Merrifield <steve@labyrinth.net.au> to fixup the merge of the time applet, which I messed up. -Erik Eric Andersen 2001-12-06 07:42:04 +00:00
  • 0ee0a8d539 Fix running more on files in the (broken) procfs that claim 0 length when that isn't actually true. -Erik Eric Andersen 2001-12-06 07:24:29 +00:00
  • b6ecbdc07d The ash ansification diff! Please tell me if you notice any problems resulting from this. Aaron Lehmann 2001-12-06 03:37:38 +00:00
  • ebd8065f38 Trying to commit Changelog and TODO. cvs is being weird :/ Aaron Lehmann 2001-12-06 03:32:12 +00:00
  • 2dd2d7a37d Patch to avoid warnings Aaron Lehmann 2001-12-06 03:29:37 +00:00
  • b9df470c4d Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing binary size. Aaron Lehmann 2001-12-06 03:22:43 +00:00
  • 249f39a265 Simplify unzip(), remove unused checks and unneccessary variables Glenn L McGrath 2001-12-05 16:01:02 +00:00
  • ef03dbcd4d Simplify CRC table generation Glenn L McGrath 2001-12-05 13:08:03 +00:00
  • aad44fb37a Fix some fegfaults and picket fence Glenn L McGrath 2001-12-05 04:40:52 +00:00
  • 3280f9a3fc New version to cut size. Includes optional basename() compatibility, but enabling that would break the basename applet at least for one corner case. Manuel Novoa III 2001-12-05 04:35:32 +00:00
  • 6509f92a3b Combined size reduction changes by Glenn and myself. Added back in "unknown" for -p to match normal uname behavior (at a cost of 30-40 bytes). Manuel Novoa III 2001-12-05 04:21:30 +00:00
  • 1dbbd2fe34 Fail gracefully if package depends on a virtual package. Glenn L McGrath 2001-12-05 04:10:14 +00:00
  • ed8a9be287 Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT for wierd situations when people want init to actualy stop doing anything for a while... Eric Andersen 2001-11-30 19:10:58 +00:00
  • c3657428d3 Add in a 'time' applet. Adds 4.5k. -Erik Eric Andersen 2001-11-30 07:54:32 +00:00
  • 38288bbf4c gunzip was incorrectly reporting a failed crc and length (discovered by Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field. Glenn L McGrath 2001-11-29 06:36:56 +00:00
  • 8a35c9a557 Add space before module name (noted by Ron Yorston). Matt Kraai 2001-11-27 17:28:01 +00:00
  • 9e6c9f7311 Minor space saving improvments Glenn L McGrath 2001-11-21 12:46:36 +00:00
  • 74afa9aed1 When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302) Glenn L McGrath 2001-11-21 10:26:28 +00:00
  • c29ab97094 woops. dotn pass NULL Glenn L McGrath 2001-11-21 10:01:29 +00:00
  • 1477ad8e83 Simplify print function, prints an extra space if no filename, but saves 4 bytes Glenn L McGrath 2001-11-21 09:58:29 +00:00
  • 02d090d3d2 Use enums for selected functionality, Reduce the size by nearly 100 Bytes Glenn L McGrath 2001-11-21 09:17:00 +00:00
  • 2480e3a30a Fix dangling comma Eric Andersen 2001-11-21 09:05:31 +00:00
  • 1dbd6ff80f New. Matt Kraai 2001-11-20 16:04:22 +00:00
  • 585f657e2d Fix undeclared variable error. Matt Kraai 2001-11-20 16:00:44 +00:00
  • 0c390a76fe Eliminate warning. Matt Kraai 2001-11-20 16:00:19 +00:00
  • fd3f1be57f New. Matt Kraai 2001-11-20 15:49:55 +00:00
  • 355a61b56f Treat NUL as the end-of-line. Matt Kraai 2001-11-20 15:49:50 +00:00
  • 66c22051f9 More grammar fixes Eric Andersen 2001-11-20 12:40:37 +00:00
  • dbdc0d5da9 grammer error Eric Andersen 2001-11-20 12:36:28 +00:00
  • 4d7f9c3d99 Update the website Eric Andersen 2001-11-20 11:56:51 +00:00
  • 4b8a1e89a5 Fix email addr Eric Andersen 2001-11-20 11:41:37 +00:00
  • f435a918fa S390 wierdness Eric Andersen 2001-11-20 05:42:57 +00:00
  • 81ee96fe62 Usr get_last_path_component() name basename() Eric Andersen 2001-11-20 00:23:48 +00:00
  • c36642195c Include time.h Eric Andersen 2001-11-20 00:15:27 +00:00
  • edc6e0248c Oops. doubled myself Eric Andersen 2001-11-19 23:50:18 +00:00
  • 372f12678e Note tinylogin TODO items Eric Andersen 2001-11-19 22:51:41 +00:00
  • efd7f03657 Fix opt type in dpkg (closes: #118975). Matt Kraai 2001-11-19 21:07:15 +00:00
  • 4e05da89f3 Add a check target. Matt Kraai 2001-11-19 19:47:56 +00:00
  • 36c613a443 Update usage instructions, and document test case format. Matt Kraai 2001-11-19 19:28:56 +00:00
  • 9dfe508a3f New. Matt Kraai 2001-11-19 19:00:13 +00:00
  • c2d6ca0922 Fix misspelling. Matt Kraai 2001-11-19 18:44:58 +00:00
  • 03bb3088b0 New. Matt Kraai 2001-11-19 15:13:12 +00:00
  • 6f8b7ea452 oops Eric Andersen 2001-11-19 11:45:39 +00:00
  • 55805bcba4 More scrubbing Eric Andersen 2001-11-19 10:59:37 +00:00
  • d81891a2e6 Call xmalloc before realloc Eric Andersen 2001-11-19 10:49:30 +00:00
  • 43626d7671 Fixup CLEANUP behavior Eric Andersen 2001-11-19 10:36:20 +00:00
  • cc05ce64e9 Update webpage Eric Andersen 2001-11-18 15:49:26 +00:00
  • fff11f1ab7 bzcat and bunzip -c support from Thomas Lundquist Glenn L McGrath 2001-11-18 14:20:25 +00:00
  • fedce06b7f Hide some ifdefs to make it more readible Eric Andersen 2001-11-17 07:27:14 +00:00
  • 9c6b5fcb0a Minor warning cleanups Eric Andersen 2001-11-17 07:23:46 +00:00
  • bff7a60f63 Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor keys while editing. Eric Andersen 2001-11-17 07:15:43 +00:00
  • 80f5ac7016 Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi use xmalloc Eric Andersen 2001-11-17 06:57:42 +00:00
  • 26f8e95d2d David Kimdon <dwhedon@instant802.com> noticed a thinko in md5sum where only binary sums were verified. He also sent in this patch, -Erik Eric Andersen 2001-11-17 04:16:15 +00:00
  • 5c2bbb55d7 Remove unnecessary errno handling. Matt Kraai 2001-11-12 18:44:26 +00:00
  • 6c5fdfaf56 New. Matt Kraai 2001-11-12 18:42:57 +00:00
  • a21c24bf03 Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from Steve Merrifield). Matt Kraai 2001-11-12 16:58:07 +00:00
  • c8227639db Change strdup calls to xstrdup (patch from Steve Merrifield). Matt Kraai 2001-11-12 16:57:27 +00:00
  • 357cfc739e Brag. Matt Kraai 2001-11-12 16:45:43 +00:00
  • 9fb38f600c Eliminate unused variable warnings. Matt Kraai 2001-11-12 16:45:23 +00:00
  • a5f09c668e Use fopen wrapper. Matt Kraai 2001-11-12 16:44:55 +00:00
  • c5f9a9dd0c Add redhat and slackware Eric Andersen 2001-11-10 13:38:36 +00:00
  • 31ac3b7764 Add in Redhat Eric Andersen 2001-11-10 13:35:27 +00:00
  • 45784febaf Some more minor build cleanups Eric Andersen 2001-11-10 13:08:02 +00:00
  • dba4e6f046 Add in grep -E support Eric Andersen 2001-11-10 12:54:00 +00:00
  • c223ced0ea I forgot to add these. Part of the patch from vodz Eric Andersen 2001-11-10 12:18:42 +00:00
  • 282671bf76 Cleanup some config problems. Add a sane default config that basically matches the default old Config.h Eric Andersen 2001-11-10 12:07:24 +00:00
  • 30fcef430c Only use -mpreferred-stack-boundary with gcc versions that support it Eric Andersen 2001-11-10 11:23:47 +00:00
  • cd8c436d81 Latest patch from vodz: -- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets Eric Andersen 2001-11-10 11:22:46 +00:00
  • 94f19a8385 oops Eric Andersen 2001-11-10 11:17:17 +00:00
  • 744a194f53 Can't use RESERVE_CONFIG_BUFFER here since the allocation size varies meaning BUFFERS_GO_ON_STACK will fail Eric Andersen 2001-11-10 11:16:39 +00:00
  • c52a6b0f10 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> | | * editors/sed.c: Fix multiline [aic] commands. Make # an endline | comment for compatibility. Codespace reduction. | * tests/testcases: Cope with move to subdirectories. | * testsuite/sed/sed-aic-commands: Add. | | text data bss dec hex filename | 3772 16 0 3788 ecc editors/sed.o | 4516 16 0 4532 11b4 editors/sed.o.bu Eric Andersen 2001-11-10 10:49:42 +00:00
  • e5d58c3dcc Mention that glibc-2.2 is supported Eric Andersen 2001-11-10 10:46:42 +00:00
  • 882cbcdfa1 more config.in entries from Giulio Orsero <giulioo@pobox.com> with some minor edits by me. Eric Andersen 2001-11-10 10:43:09 +00:00
  • 7131213460 config.in features patch from Giulio Orsero <giulioo@pobox.com> with some minor edits from me Eric Andersen 2001-11-10 09:53:23 +00:00
  • df23302cb5 Remove comments about 'make bzImage' Eric Andersen 2001-11-07 07:50:08 +00:00
  • 5abdaa9a16 Force main to always be included Eric Andersen 2001-11-06 18:45:56 +00:00
  • 3c513e3858 Fix spelling Eric Andersen 2001-11-05 23:10:48 +00:00
  • 0a25b35c66 Fix create list segfault Glenn L McGrath 2001-11-03 08:29:35 +00:00