aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fall back to looking in /lib/modules/modules.dep ifEric Andersen2003-06-201-2/+7
| | | | /lib/modules/<kernel version>/modules.dep is missing
* Patch from Andrew Dennison:Eric Andersen2003-06-201-13/+25
| | | | | | | | | | | | | | | | | | I've had some issues with modprobe which I reported a few months ago. This is still an issue so I decided to sort it out. The attached diff includes the changes against the unstable cvs tree that work for me. Changes are: mod_process() will report success if the module at the head of the list loads successfully. It will also report success if any module unloads successfully. The net result being that modprobe will succeed in the cases outlined below. I've also added error reporting to modprobe -r. Previously it would silently fail (but report success) if the module could not be unloaded. Andrew
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-203-3/+9
| | | | | | | | "rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik
* Don't shadow a paramaterEric Andersen2003-06-201-3/+3
|
* Fix a couple vars that could be used uninitializedEric Andersen2003-06-201-1/+3
|
* use an explicit cast on some types that change size whenEric Andersen2003-06-201-2/+2
| | | | large file support is enabled.
* Make gcc not whine about "deprecated use of label at end of compound statement"Eric Andersen2003-06-201-0/+1
|
* Add prototype update missing from last_patch89. Fix screwyEric Andersen2003-06-202-4/+5
| | | | formatting in cut.
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-06-204-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | I'm building BusyBox using a development kit for MontaVista Hardhat Linux (PPC) -- which, at least in this instance, is based around kernel 2.2.14. I've had to massage a few files in networking/libiproute/ to make it compile. Specifically: (1) Added a #include <sys/uio.h> for the iovec structure in libnetlink.c, (2) Put ifdefs in ll_types.c and ll_proto.c around various constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined, (3) Make do_changename() in iplink.c require a kernel >= 2.4.0 -- the ifr structure in my environment doesn't have the ifr_name attribute. I've assumed this is a kernel dependency -- let me know if I ought to be checking something else. In the absence of the correct kernel, do_changename() always returns 0. Attached is a patch against the current CVS that will make these changes. -- Lars
* last_patch89 from vodz:Eric Andersen2003-06-2019-522/+581
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz
* Fix rpm usage msgEric Andersen2003-06-151-8/+8
|
* Add missing pieces from vodz' last_patch88Eric Andersen2003-06-143-0/+203
|
* Fix the location for the default config so 'make defconfig'Eric Andersen2003-06-121-1/+1
| | | | actually works
* Handle hard links by converting them to symlinksGlenn L McGrath2003-06-121-1/+5
|
* Vodz, last_patch_88Glenn L McGrath2003-06-1022-365/+211
|
* sha1sum option to compare checksumsGlenn L McGrath2003-06-082-46/+123
|
* Better error handlingGlenn L McGrath2003-06-071-9/+16
|
* Minor correctionGlenn L McGrath2003-06-071-1/+1
|
* Fix bug (wrong value computed) when reading file from stdin, implementGlenn L McGrath2003-06-071-39/+41
| | | | -s option
* Run through indentGlenn L McGrath2003-06-071-780/+808
|
* Patch from Lars Kellogg-Stedman, lars at larsshack.org, toEric Andersen2003-06-051-6/+12
| | | | make ifupdown's mapping function work as documented.
* Put this back the way it was. I misunderstood what vodz was doing.Eric Andersen2003-05-271-23/+17
|
* Make all syscall declarations use the syscall() functionEric Andersen2003-05-263-63/+77
|
* This was doing some silly stuff that is not necessary when usingEric Andersen2003-05-261-17/+23
| | | | vfork(), so I have simplified it.
* cleanup a bit to remove needless verify() functionEric Andersen2003-05-261-39/+36
|
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantEric Andersen2003-05-261-1/+1
|
* Remove cruftEric Andersen2003-05-261-2/+0
|
* Vodz, last_path_87, formatiing changesGlenn L McGrath2003-05-261-275/+306
|
* Vodz, last_patch_86Glenn L McGrath2003-05-2617-115/+121
|
* Update mkdep, per the "touchless dependencies for 2.4.x" patchEric Andersen2003-05-241-14/+14
| | | | | from Geert Uytterhoeven posted to the lkml. -Erik
* oopsEric Andersen2003-05-231-1/+2
|
* This patch from Vitezslav Batrla, is a cleaner fix for theEric Andersen2003-05-231-15/+5
| | | | problem with syslogd logging the '<' char.
* Patch from Russell Coker:Eric Andersen2003-05-221-2/+3
| | | | | | The attached patch fixes a compilation error. If you compile ping6 without the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this patch.
* Patch from Glenn EngelGlenn L McGrath2003-05-191-39/+139
| | | | | | | | | | | | - more comments - larger allowed number of CGI script variables - ifdefs for regression test hooks - default to ./ rather than /www (if unspecified) for compatibility with earlier versions. - Allow ip: as a synomym for A: rules for compatibility with earlier versions. - Setting of CGI_ARGLIST_ when automatic setting of env vars for form scripting is utilized. This helps with minimal systems like openap.
* Handle -O preceding -x.Matt Kraai2003-05-182-1/+6
|
* Apply patch from Georg Magschok to fix syslog behavior so that theEric Andersen2003-05-161-8/+18
| | | | | | | | '>' charactor can be logged, per rfc3164. Also, a small patch from me to fix it so we use MAXLINE when allocating the buffer, which is consistant with use everywhere else. This is needed since uClibc defines BUFSIZE as 255, causing lines to be truncated at 255...
* Part of a patch from Glenn Engel, updates httpd helpGlenn L McGrath2003-05-141-31/+43
|
* vodz, last_patch_85Glenn L McGrath2003-05-141-39/+38
|
* Re-use existing variables, patch from TitoGlenn L McGrath2003-05-131-7/+5
|
* last_patch84 by Vodz.Glenn L McGrath2003-05-131-327/+284
|
* Add some missing lines for getty, patch by Steven ScholzGlenn L McGrath2003-05-131-0/+2
|
* Fix \l so it doesnt print the character as well as the tty, from oldGlenn L McGrath2003-05-131-1/+2
| | | | patch by Nick Fedchik
* minit, a Minimal init system.Glenn L McGrath2003-05-117-0/+1051
|
* Use xopen instead of xfopenGlenn L McGrath2003-05-081-5/+4
|
* Patch from Dmitry V. Levin to fix a fd leakEric Andersen2003-05-021-0/+1
|
* A couple of patches from Tito <farmatito@tiscali.it>Eric Andersen2003-04-272-18/+21
|
* Use bb_xgetlargGlenn L McGrath2003-04-271-9/+1
|
* New applet, foldGlenn L McGrath2003-04-275-0/+222
|
* Config option to create an fgrep aliasGlenn L McGrath2003-04-272-0/+12
|
* Fix segfault when cleaning upGlenn L McGrath2003-04-271-1/+1
|