| Commit message (Expand) | Author | Age | Files | Lines |
* | login: style fixes | vda | 2006-09-08 | 1 | -3/+3 |
* | getty, sulogin: convert to using bb_msg for syslog output | vda | 2006-09-07 | 1 | -0/+2 |
* | Implement optional syslog logging using ordinary | vda | 2006-09-06 | 2 | -2/+13 |
* | uuencode: common implementation for wget and uuencode (closing bug 694) | vda | 2006-09-03 | 1 | -0/+4 |
* | tar: revert older fix (non-portable), added new one. | vda | 2006-09-03 | 1 | -0/+1 |
* | ping: implement -I option | vda | 2006-09-02 | 1 | -0/+1 |
* | - patch from Csaba Henk to make the "User-Agent" header field configurable. | aldot | 2006-09-02 | 1 | -1/+3 |
* | - pull from busybox_scratch: r15829:15850 | aldot | 2006-08-28 | 3 | -16/+24 |
* | No real need for my_query_module() and this eliminates some type-punned | landley | 2006-08-28 | 1 | -2/+0 |
* | Michael Opdenacker contributed a readahead applet. | landley | 2006-08-20 | 2 | -0/+7 |
* | Ok, features.h already defines _OPEN_SOURCE (and complains if it's already | landley | 2006-08-10 | 1 | -1/+0 |
* | Another whack at scripts/individual. Now builds 212 applets. | landley | 2006-08-09 | 2 | -0/+3 |
* | Update usage to talk about the new shared subtree stuff in mount. | landley | 2006-08-09 | 1 | -29/+21 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | landley | 2006-08-08 | 2 | -1/+30 |
* | Teach md5sum and sha1sum to work the way other applets do so I don't have to | landley | 2006-08-06 | 1 | -2/+2 |
* | scripts/individual now builds 171 applets. Some of them may even work. :) | landley | 2006-08-05 | 1 | -1/+1 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -1/+0 |
* | These should have been part of 15767 too. | landley | 2006-08-03 | 1 | -18/+4 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -22/+30 |
* | move lchown/chown define out of specific files and into platform.h where it b... | vapier | 2006-07-20 | 1 | -1/+7 |
* | "formated" -> "formatted" throughout the code base. | rpjday | 2006-07-20 | 1 | -2/+2 |
* | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | landley | 2006-07-17 | 1 | -1/+2 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 2 | -6/+7 |
* | We need xsetuid() and xsetgid() because per-user process resource limits can | landley | 2006-07-15 | 1 | -0/+2 |
* | A couple things that got tangled up in my tree, easier to check in both than | landley | 2006-07-12 | 1 | -1/+10 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | landley | 2006-07-11 | 1 | -6/+0 |
* | Upgrade netcat a lot. Make -e able to take the rest of the command line as | landley | 2006-07-10 | 2 | -12/+31 |
* | Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. | landley | 2006-07-06 | 1 | -0/+15 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 7 | -0/+7 |
* | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | landley | 2006-06-30 | 2 | -18/+0 |
* | Some old kernel headers don't #include BLKSSZGET in sys/mount.h. | landley | 2006-06-29 | 1 | -0/+3 |
* | cleanup patch usage | vapier | 2006-06-28 | 1 | -4/+4 |
* | fix watchdog on no-mmu systems by adding -F option for rexec | vapier | 2006-06-26 | 1 | -2/+3 |
* | Upgrade mdev to allow commands to be run on create/delete. | landley | 2006-06-26 | 1 | -8/+14 |
* | Document mount's new error return conventions. | landley | 2006-06-24 | 1 | -1/+3 |
* | Slowly pulling more common headers into libbb.h. Andre pointed out that | landley | 2006-06-24 | 1 | -0/+5 |
* | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | landley | 2006-06-22 | 1 | -1/+1 |
* | CONFIG_DHCP -> CONFIG_APP_DHCP. | landley | 2006-06-22 | 1 | -3/+3 |
* | Since rangecoder is just a bunch of C functions, move it into the one user | landley | 2006-06-20 | 1 | -0/+1 |
* | Undo all of the ugliness and some of the bloat from 15412. | landley | 2006-06-18 | 1 | -2/+2 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | landley | 2006-06-18 | 1 | -1/+1 |
* | We came up with our own names for ATTRIBUTE_*, so why check if they're already | landley | 2006-06-15 | 1 | -22/+0 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 1 | -1/+4 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | landley | 2006-06-14 | 1 | -0/+1 |
* | Random cleanup of platform.h. | landley | 2006-06-13 | 1 | -16/+24 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | aldot | 2006-06-11 | 1 | -0/+4 |
* | add ordering warning on enum Location | pgf | 2006-06-09 | 1 | -0/+1 |
* | made "test" an ash built-in. | pgf | 2006-06-08 | 1 | -0/+1 |
* | need prototype for new vfork_daemon() | vapier | 2006-06-07 | 1 | -0/+1 |
* | Fix from Tito to read from stdin only when it's not a tty. | landley | 2006-06-07 | 1 | -1/+1 |