Eric Andersen | 372f12678ec | Note tinylogin TODO items | | |
Matt Kraai | efd7f03657e | Fix opt type in dpkg (closes: #118975). | | |
Matt Kraai | 4e05da89f36 | Add a check target. | | |
Matt Kraai | 36c613a4437 | Update usage instructions, and document test case format. | | |
Matt Kraai | 9dfe508a3f2 | New. | | |
Matt Kraai | c2d6ca0922d | Fix misspelling. | | |
Matt Kraai | 03bb3088b09 | New. | | |
Eric Andersen | 6f8b7ea4526 | oops | | |
Eric Andersen | 55805bcba49 | More scrubbing | | |
Eric Andersen | d81891a2e6d | Call xmalloc before realloc | | |
Eric Andersen | 43626d7671c | Fixup CLEANUP behavior | | |
Eric Andersen | cc05ce64e94 | Update webpage | | |
Glenn L McGrath | fff11f1ab7e | bzcat and bunzip -c support from Thomas Lundquist | | |
Eric Andersen | fedce06b7fa | Hide some ifdefs to make it more readible | | |
Eric Andersen | 9c6b5fcb0a6 | Minor warning cleanups | | |
Eric Andersen | bff7a60f637 | Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor
keys while editing. | | |
Eric Andersen | 80f5ac7016e | Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi
use xmalloc | | |
Eric Andersen | 26f8e95d2d6 | David Kimdon <dwhedon@instant802.com> noticed a thinko
in md5sum where only binary sums were verified. He also
sent ... | | |
Matt Kraai | 5c2bbb55d7a | Remove unnecessary errno handling. | | |
Matt Kraai | 6c5fdfaf56b | New. | | |
Matt Kraai | a21c24bf03e | Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
Steve Merrifield). | | |
Matt Kraai | c8227639db9 | Change strdup calls to xstrdup (patch from Steve Merrifield). | | |
Matt Kraai | 357cfc739ed | Brag. | | |
Matt Kraai | 9fb38f600c9 | Eliminate unused variable warnings. | | |
Matt Kraai | a5f09c668e8 | Use fopen wrapper. | | |
Eric Andersen | c5f9a9dd0cf | Add redhat and slackware | | |
Eric Andersen | 31ac3b7764d | Add in Redhat | | |
Eric Andersen | 45784febaf5 | Some more minor build cleanups | | |
Eric Andersen | dba4e6f0468 | Add in grep -E support | | |
Eric Andersen | c223ced0eab | I forgot to add these. Part of the patch from vodz | | |
Eric Andersen | 282671bf76b | Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h | | |
Eric Andersen | 30fcef430c5 | Only use -mpreferred-stack-boundary with gcc versions that support it | | |
Eric Andersen | cd8c436d811 | Latest patch from vodz:
-- reverse resolve network name and cache in route and ifconfig
applets, fix print nsloo... | | |
Eric Andersen | 94f19a83851 | oops | | |
Eric Andersen | 744a194f53b | Can't use RESERVE_CONFIG_BUFFER here since the allocation
size varies meaning BUFFERS_GO_ON_STACK will fail | | |
Eric Andersen | c52a6b0f102 | |2001-10-08 Rodney Brown <rbrown64@csc.com.au>
|
| * editors/sed.c: Fix multiline [aic] commands. Make # an e... | | |
Eric Andersen | e5d58c3dcc8 | Mention that glibc-2.2 is supported | | |
Eric Andersen | 882cbcdfa17 | more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me. | | |
Eric Andersen | 71312134605 | config.in features patch from Giulio Orsero <giulioo@pobox.com>
with some minor edits from me | | |
Eric Andersen | df23302cb5d | Remove comments about 'make bzImage' | | |
Eric Andersen | 5abdaa9a169 | Force main to always be included | | |
Eric Andersen | 3c513e38581 | Fix spelling | | |
Glenn L McGrath | 0a25b35c667 | Fix create list segfault | | |
Glenn L McGrath | 55b2deda088 | Required for od and hexdump applets | | |
Glenn L McGrath | 60281118d02 | Introduce od and hexdump applets | | |
Matt Kraai | b89637a037c | New. | | |
Matt Kraai | 5447f17ef98 | Remove completed task. | | |
Matt Kraai | f419855300d | Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. | | |
Matt Kraai | bb0088e9804 | Make egrep only set REG_EXTENDED flag. | | |
Eric Andersen | 8fc05897779 | *** empty log message *** | | |
Eric Andersen | f46999f8bc4 | Fix location of Configure.help | | |
Eric Andersen | 1552ff7efb7 | Move usage.h to include/usage.h | | |
Eric Andersen | ec07469a3ef | Patch from Aaron Lehmann <aaronl@vitelus.com>;
This diff does 2 things:
1) removes an unnecessary function.... | | |
Eric Andersen | 31a0ece3a71 | Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> | | |
Eric Andersen | 7d6829096d6 | Add the run-parts applet submitted by Emanuele Aina
<emanuele.aina@tiscali.it> | | |
Eric Andersen | eaecbf33f70 | Fixup some silly prototype warnings | | |
Eric Andersen | 69a20f0aca1 | Patch from ASA <llb@udm.net.ru> to that source files
are properly passed their arguments. | | |
Eric Andersen | 6cf47a79acf | Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> | | |
Eric Andersen | 2bc4dec7a15 | Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it> | | |
Eric Andersen | a58f040a374 | Add Gennady Feldman | | |
Eric Andersen | 85dd4b3b272 | start-stop-deamon is done | | |
Eric Andersen | ccd96f1972b | Patch from Charles Steinkuehler <charles@steinkuehler.net>
to properly handle extended regexps for egrep | | |
Eric Andersen | 3d61b10595a | Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:
- Switched to getopt argument parsing
- A... | | |
Eric Andersen | 950d8b496f3 | patch from vodz:
I reduce 148 bytes from start_stop_daemon.c code. Also reduced
memory allocated. | | |
Eric Andersen | 2c669dd108c | patch from Giulio Orsero <giulioo@pobox.com> | | |
John Beppu | ce22feea011 | - fixed typos
- thinking about how to generate Configure.help... | | |
Matt Kraai | 3889078dbe0 | Merge test suite. | | |
Matt Kraai | 999623e9736 | Use extended regular expressions when invoked as egrep (noted and initial
patch by Charles Steinkuehler). | | |
Matt Kraai | b5f2516e3fc | Add killall (noted by Giulio Orsero). | | |
Eric Andersen | 813d88cf783 | As Aaron Lehmann just pointed out, I forgot a line... | | |
Eric Andersen | 4acf8f84816 | Use error_msg() instead of fprintf(stderr, ...) | | |
Eric Andersen | 72f9a4277fe | Add in some (theoretical) uClinux support. Some init cleanups | | |
Glenn L McGrath | 9af363fe200 | include unistd which provides off_t for the header and hence unarchive applets | | |
Glenn L McGrath | 7134d6581b6 | Attempt to fix libc compiling error regarding off_t | | |
Eric Andersen | 8e392922b09 | Be extra pedantic about printing the correct type for an address | | |
Eric Andersen | c265b17550d | Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block | | |
Gennady Feldman | 087bc82bb0e | Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) | | |
Glenn L McGrath | ee28362597b | Menu entry for tar creation support | | |
Glenn L McGrath | 107c796e794 | Recovery from previous commit | | |
Glenn L McGrath | 9f2f8540c5f | rEcover from my previous commit | | |
Glenn L McGrath | e9fc7815704 | libunarchive, and recovery from my previous commit | | |
Glenn L McGrath | 633f153808c | Move libbb/unarchive functions to ./archival/libunarchive | | |
Glenn L McGrath | ef0eab514d8 | Recovering from my previous commit | | |
Glenn L McGrath | 0d2fb76c11b | Modify applets to use libunarchive | | |
Glenn L McGrath | 95ebf618b78 | *** empty log message *** | | |
Eric Andersen | 8eaa7b36985 | Oops. I forgot pwd_group/config.in | | |
Eric Andersen | 2293b96f429 | ignore .menuconfig.log | | |
Eric Andersen | 9ae7ebd0fd6 | Ignore lxdialog | | |
Matt Kraai | 258bd3d971f | Split true and false into separate applets. | | |
Matt Kraai | 3c2f27d9f1b | Add CONFIG_FEATURE_TAR_EXCLUDE support. | | |
Eric Andersen | 99702ab221f | Fix variable name -- was stuck at the old RPMUNPACK value. Doh! | | |
Eric Andersen | b78d9b56eb0 | Oops. Fix capililization | | |
Eric Andersen | 1a10eec1784 | Fixup the location of pwd.h and grp.h | | |
Eric Andersen | bfebd35bea5 | Fix missing BB_VER defines | | |
Eric Andersen | a49b025b195 | Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,
I forgot to add procps to the SUBDIR list | | |
Eric Andersen | a3483db55f6 | Patch from vodz:
1) complete true: $ > /tmp/tmpfile
2) the builtin pwd now does not unwrap symlinks
3) re... | | |
Eric Andersen | 3cd2760ba1b | Fixup the new buildsystem a bit. | | |
Eric Andersen | b36e684fd7d | Ignore generated files | | |
Eric Andersen | 28593a085b1 | ignore generated files | | |
Eric Andersen | ca38a29c81c | A couple of leftovers | | |
Eric Andersen | 9b5a953a98e | Add in a mostly content free config help file | | |
Eric Andersen | 4bcdd721421 | Oops. Forgot these.... | | |
Eric Andersen | bdfd0d78bc4 | Major rework of the directory structure and the entire build system.
-Erik | | |
Eric Andersen | 9260fc5552a | Accomodate older glibc, which also lacks the module syscalls | | |
Matt Kraai | 1c9cebc8df1 | Fix empty line substitutions (noted by Joshua Hudson). | | |
Matt Kraai | 8470b9a85c4 | Fix empty line substitutions (noted by Joshua Hudson). | | |
Glenn L McGrath | 6ccdd8c122e | Abort if scripts return value != 0 | | |
Matt Kraai | c2e5b977ab8 | Add ttylinux. | | |
Eric Andersen | 68ca35c90f8 | Add slackware 8 to list | | |
Eric Andersen | 9c93721ea56 | Add mindi linux | | |
Eric Andersen | d63dee4019a | Add an option to make the shells not advertise their busybox nature | | |
Eric Andersen | f4c208937c9 | Remove the now unused ARITH_* defines
-Erik | | |
Eric Andersen | c2af1ee0366 | Commit the start-stop-daemon applet. This was contributed by David
Kimdon <dwhedon@gordian.com> on october 7th -- th... | | |
Matt Kraai | bcca3317b59 | Return NULL if EOF is encountered before terminating_string. | | |
Matt Kraai | a7512d74fa6 | Process extra empty lines correctly. | | |
Matt Kraai | 3dd4f5ed69c | Remove xmalloc calls. | | |
Eric Andersen | a0f0ae5a7ac | Revert that change. As Matt Kraai rightly points out,
this is not a bug. What I was I thinking when I committed
thi... | | |
Eric Andersen | 74400ccfd08 | Scrub up some function prototypes.
-Erik | | |
Eric Andersen | 8acbf1d3079 | Make mount default to using /proc/filesystems to avoid
ever trying to mount a nodev filesystem.
-Erik | | |
Eric Andersen | 11fdb8a4c79 | Fix a nasty bug with variable name shadowing | | |
Eric Andersen | 1bf25f03077 | Patch from Stefan Soucek <ssoucek@coactive.com> to
ignore extra empty lines in fgets_str | | |
Glenn L McGrath | 4bef7b41861 | unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. | | |
Glenn L McGrath | 051eee6ed30 | Reverse part of previous change.... i think it was the wrong approach... im lost | | |
Glenn L McGrath | d642a679281 | Match subdirectories of included/excluded files | | |
Glenn L McGrath | 527880e5cf0 | match exclude/include names with trailing '/' | | |
Glenn L McGrath | b5937d3eea7 | Use fnmatch() to compare excluded/included files | | |
Glenn L McGrath | 0e766183ee0 | Superficial changes to make the exclude/include code easier to understand | | |
Matt Kraai | f86bbfaddd5 | Fix tar segfault when include list is empty and exclude list is not. | | |
Glenn L McGrath | 9b2589dafde | Cleanup memory usage properly | | |
Glenn L McGrath | dfa7b0eff68 | Free some variables after use | | |
Glenn L McGrath | 30f68908ef8 | Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. | | |
Glenn L McGrath | f28d8195540 | status_package_num should refer to package not status.
Only initialise a new entry in the status hashtable if it real... | | |
Glenn L McGrath | 35507534459 | Remove duplicate tftp -l option help | | |
Glenn L McGrath | 1d098cefe24 | Use wfopen instead of fopen & error_msg, saves 64 bytes | | |
Glenn L McGrath | bf265daa470 | Use xfopen, saves 32 bytes ! | | |
Glenn L McGrath | ad117d8a213 | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | | |
Glenn L McGrath | 24e2833cdfc | Initial support for for bunzip2....
This code could be improvemed by
1) supporting more options,
2) Creating a shar... | | |
Glenn L McGrath | 2e772edacf7 | Change extraction/list code to use common unarchive code. | | |
Matt Kraai | 4c557bf576e | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | | |
Matt Kraai | 54a992d81e4 | Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). | | |
Eric Andersen | b0a0fc89446 | Add Magnus Damm and fix alpha sorting | | |
Glenn L McGrath | a8412dbf39b | Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting o... | | |
Eric Andersen | fd35de564ea | Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled | | |
Eric Andersen | 371ca19f534 | Look for either "init" or "linuxrc" processes | | |
Eric Andersen | f0a4ac82166 | Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging
on serial ports | | |
Glenn L McGrath | 35636540ea9 | Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan | | |
Eric Andersen | 5c72104a85d | Fix large file support -- 2+ gig files should now actually
work this time...
-Erik | | |
Matt Kraai | c9fc633f9ed | Use port 37 by default. | | |
Matt Kraai | 524fcb9e01b | Use xgethostbyname instead of gethostbyname (found by Erik Andersen). | | |
Glenn L McGrath | 95bfe631a45 | Fix return status, picked up by Stefan | | |
Eric Andersen | 63ae66198d3 | use the pedantically correct compiler for preprocessing | | |
Matt Kraai | b67adb0d83f | Add Cachier. | | |
Glenn L McGrath | c5bd149261e | List full path instead of relative path if prefix is specified (this was supposed to be in last patch) | | |
Glenn L McGrath | dece3c5684b | The <package>.list file was prepending "./" to the files, fixed that.
Also fixed a very silly error by me when runnin... | | |
Glenn L McGrath | b8f5adb64f1 | Dont free everytime getline() is used, fix from Stefan Soucek | | |
Matt Kraai | 3be34309e32 | Fix tftp usage information (closes: #1216). | | |
Eric Andersen | f8f6e624bb5 | Eliminate ldconfig which is no longer built by
default (or needed) with uClibc. | | |
Glenn L McGrath | 48cc89b7381 | Fix to make preinst run when required, from Stefan Soucek | | |
Glenn L McGrath | e73866181f5 | Implement dpkg -l option, from Stefan Soucek (slightly modified) | | |
Tim Riker | 4c67c596d1a | closes bug#1215? | | |
Manuel Novoa III | 8d0afde4127 | Commit my changes to xxreadtoken() to reduce code size. Also set defines
so that the table implementations of copyno... | | |
Manuel Novoa III | 6a9d1f652b2 | Commit my changes to arith.c which fixed a couple of bugs and decreased
code size. Please read the TODO comments reg... | | |
Eric Andersen | f6ecaccf929 | Fix my email address. | | |
Eric Andersen | 886b84211e8 | Lineo is no longer sponsoring busybox | | |
Eric Andersen | 5bb1677f1d5 | define IFS_BROKEN | | |
Eric Andersen | 88cec25e993 | Patch from vodz to make ash cope with leading redirections
(i.e. '2>/dev/null ls rubbish') will now work. | | |
Eric Andersen | 1644db9a2bc | Two patches from Magick <magick@linux-fan.com>:
1st makes init smaller, and fixes a bug with AskFirst. Reading fr... | | |
Eric Andersen | b9408504f5b | Another fix from vodz | | |
Eric Andersen | 3b1525e444b | Don't automount things as "usbdevfs" -- patch from
Ethan Benson <erbenson@alaska.net> | | |
Matt Kraai | 13506664987 | Add -p support. | | |
Matt Kraai | 5171bf6d40b | SUSv2 specifies that if the extension is identical to the basename, it
should not be removed. | | |
Eric Andersen | dcbca62e89a | Standard typing (u_int16_t instead of u16, u_int32_t instead
of u32, etc) cleanups from Laurence Anderson <laurence@z... | | |
Matt Kraai | 50789199816 | Use the correct buffer when calling dirname, improve an error message, and
plug some memory leaks. Patch by Laurence... | | |
Eric Andersen | 28d0ac13d1e | Add "DutNux" | | |
Matt Kraai | 91631011cca | Remove traces of rpmunpack (patch by Laurence Anderson). | | |
Eric Andersen | 863a3e15d6f | patch from vodz -- route cleanup to display all route entries | | |
Matt Kraai | ab3d839ef45 | Add support for `busybox --help APPLET' by Vladimir Oleynik. | | |
Matt Kraai | 861e624e15a | Fix ash exec (noted by Arne Bernin). | | |
Matt Kraai | 449377aa6a8 | Fix invocation of `-/bin/sh' (bug #1209). | | |
Matt Kraai | 80f6d558369 | Eliminate improper consts and allow standard version to override. | | |
Matt Kraai | ac20ce1924a | Canonicalize dirname(3) behavior. | | |
Matt Kraai | 2a953aed383 | Fix a memory leak if parent directory creation failed. | | |
Matt Kraai | a0065d59551 | Fix s/[/]// handling (noted by Dumas Patrice). | | |
Eric Andersen | 31b35a16e06 | Merge with the stable branch | | |
Eric Andersen | a3c8481a332 | A patch from Jaspreet Singh <jsingh@somanetworks.com>
fixing both a segfault and cosmetic bug in route | | |
Eric Andersen | b76cb68979e | A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to
fixed sed handling of multiple -e commands | | |
Eric Andersen | 1071ccfd25e | Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACE
to be mutually exclusive | | |
Eric Andersen | c0f9d0dce7a | Add #include <sys/param.h> to ensure PATH_MAX is defined | | |
| Next → |