Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix stupid unterminated parenthesis | Eric Andersen | 2003-07-03 | 1 | -1/+1 | |
| | ||||||
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 13 | -30/+263 | |
| | | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | |||||
* | Patch from Kent Robotti updating fdisk to version v2.11z | Eric Andersen | 2003-07-03 | 1 | -38/+48 | |
| | ||||||
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 5 | -118/+172 | |
| | ||||||
* | Using safe_read seems, well, safer... | Eric Andersen | 2003-07-03 | 1 | -1/+1 | |
| | ||||||
* | As implemented, sha1sum would sometimes give the wrong answer. | Eric Andersen | 2003-07-03 | 1 | -109/+298 | |
| | | | | | This fixes it and uses faster sha1 code from Dr. Gladman. -Erik | |||||
* | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen | 2003-06-30 | 1 | -3/+12 | |
| | ||||||
* | Apply last_patch93 from vodz: | Eric Andersen | 2003-06-27 | 7 | -73/+61 | |
| | | | | | | | | | | | | | andersen@busybox.net wrote: >Message: 4 >Modified Files: > init.c >Log Message: >Remove code for unsupported kernel versions Hmm. Current init.c have check >= 2.2.0 kernel one time too. Ok. Last patch removed this point and move common init code to new file for /init dir | |||||
* | Remove bdflush garbage, which is only relevant to unsupported | Eric Andersen | 2003-06-27 | 1 | -11/+0 | |
| | | | | kernel versions | |||||
* | oops. make this actually work as intended.... | Eric Andersen | 2003-06-26 | 1 | -1/+1 | |
| | ||||||
* | Make sure we end up with a unix2dos link to busybox | Eric Andersen | 2003-06-26 | 1 | -0/+5 | |
| | ||||||
* | Oops. | Eric Andersen | 2003-06-26 | 1 | -1/+1 | |
| | ||||||
* | last_patch91 from vodz to convert tar to use bb_getopt_ulflags | Eric Andersen | 2003-06-26 | 1 | -60/+56 | |
| | ||||||
* | Geir Thomassen wrote, regarding networking/httpd.c line 1358 | Eric Andersen | 2003-06-26 | 4 | -76/+73 | |
| | | | | | | | | | | | | | | Hello, I think the test for an unconfigured httpd is wrong in the CVS (busybox-unstable-20030620.tar.bz2) flg_deny_all is default 0 vodz then wrote: Oops. You are right. Also, this mistake haved from two place. Last patch rewroted to my new get_ularg() function for overcompensate size from this error found ;-) | |||||
* | Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". | Eric Andersen | 2003-06-26 | 1 | -2/+1 | |
| | | | | Change fopen to bb_xfopen | |||||
* | Oops. As Andrew Dennison just noticed, I left a stray | Eric Andersen | 2003-06-25 | 1 | -1/+1 | |
| | | | | space in the Makefile, thereby totally breaking it. | |||||
* | Regenerate the busybox.links file when the .config changes | Eric Andersen | 2003-06-25 | 1 | -2/+2 | |
| | ||||||
* | New applet: patch, applies a unified diff | Glenn L McGrath | 2003-06-22 | 5 | -0/+307 | |
| | ||||||
* | Save a few bytes by using bb_getopt_ulflags and a few other minor | Glenn L McGrath | 2003-06-22 | 1 | -49/+31 | |
| | | | | improvments | |||||
* | Based on a tinylogin patch from Philip Blundell, add several | Eric Andersen | 2003-06-21 | 2 | -33/+81 | |
| | | | | | additional options to adduser. -Erik | |||||
* | Fix a silly bug I introduced yesterday | Eric Andersen | 2003-06-21 | 1 | -1/+3 | |
| | ||||||
* | Fixup whitespace handing, fixing some annoying behavior and | Eric Andersen | 2003-06-20 | 1 | -10/+21 | |
| | | | | a couple of segfaults | |||||
* | Fall back to looking in /lib/modules/modules.dep if | Eric Andersen | 2003-06-20 | 1 | -2/+7 | |
| | | | | /lib/modules/<kernel version>/modules.dep is missing | |||||
* | Patch from Andrew Dennison: | Eric Andersen | 2003-06-20 | 1 | -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 a | Eric Andersen | 2003-06-20 | 3 | -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 paramater | Eric Andersen | 2003-06-20 | 1 | -3/+3 | |
| | ||||||
* | Fix a couple vars that could be used uninitialized | Eric Andersen | 2003-06-20 | 1 | -1/+3 | |
| | ||||||
* | use an explicit cast on some types that change size when | Eric Andersen | 2003-06-20 | 1 | -2/+2 | |
| | | | | large file support is enabled. | |||||
* | Make gcc not whine about "deprecated use of label at end of compound statement" | Eric Andersen | 2003-06-20 | 1 | -0/+1 | |
| | ||||||
* | Add prototype update missing from last_patch89. Fix screwy | Eric Andersen | 2003-06-20 | 2 | -4/+5 | |
| | | | | formatting in cut. | |||||
* | Patch from Lars Kellogg-Stedman: | Eric Andersen | 2003-06-20 | 4 | -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 Andersen | 2003-06-20 | 19 | -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 msg | Eric Andersen | 2003-06-15 | 1 | -8/+8 | |
| | ||||||
* | Add missing pieces from vodz' last_patch88 | Eric Andersen | 2003-06-14 | 3 | -0/+203 | |
| | ||||||
* | Fix the location for the default config so 'make defconfig' | Eric Andersen | 2003-06-12 | 1 | -1/+1 | |
| | | | | actually works | |||||
* | Handle hard links by converting them to symlinks | Glenn L McGrath | 2003-06-12 | 1 | -1/+5 | |
| | ||||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 22 | -365/+211 | |
| | ||||||
* | sha1sum option to compare checksums | Glenn L McGrath | 2003-06-08 | 2 | -46/+123 | |
| | ||||||
* | Better error handling | Glenn L McGrath | 2003-06-07 | 1 | -9/+16 | |
| | ||||||
* | Minor correction | Glenn L McGrath | 2003-06-07 | 1 | -1/+1 | |
| | ||||||
* | Fix bug (wrong value computed) when reading file from stdin, implement | Glenn L McGrath | 2003-06-07 | 1 | -39/+41 | |
| | | | | -s option | |||||
* | Run through indent | Glenn L McGrath | 2003-06-07 | 1 | -780/+808 | |
| | ||||||
* | Patch from Lars Kellogg-Stedman, lars at larsshack.org, to | Eric Andersen | 2003-06-05 | 1 | -6/+12 | |
| | | | | make ifupdown's mapping function work as documented. | |||||
* | Put this back the way it was. I misunderstood what vodz was doing. | Eric Andersen | 2003-05-27 | 1 | -23/+17 | |
| | ||||||
* | Make all syscall declarations use the syscall() function | Eric Andersen | 2003-05-26 | 3 | -63/+77 | |
| | ||||||
* | This was doing some silly stuff that is not necessary when using | Eric Andersen | 2003-05-26 | 1 | -17/+23 | |
| | | | | vfork(), so I have simplified it. | |||||
* | cleanup a bit to remove needless verify() function | Eric Andersen | 2003-05-26 | 1 | -39/+36 | |
| | ||||||
* | Skip printing "/proc/%d/cmdline" stuff when it is not relevant | Eric Andersen | 2003-05-26 | 1 | -1/+1 | |
| | ||||||
* | Remove cruft | Eric Andersen | 2003-05-26 | 1 | -2/+0 | |
| | ||||||
* | Vodz, last_path_87, formatiing changes | Glenn L McGrath | 2003-05-26 | 1 | -275/+306 | |
| |