Age | Commit message (Expand) | Author |
2006-08-06 | Teach md5sum and sha1sum to work the way other applets do so I don't have to | Rob Landley |
2006-08-05 | scripts/individual now builds 171 applets. Some of them may even work. :) | Rob Landley |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-20 | move lchown/chown define out of specific files and into platform.h where it b... | Mike Frysinger |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |
2006-07-17 | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-07-15 | We need xsetuid() and xsetgid() because per-user process resource limits can | Rob Landley |
2006-07-12 | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley |
2006-07-11 | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley |
2006-07-10 | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley |
2006-07-06 | Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-30 | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | Rob Landley |
2006-06-29 | Some old kernel headers don't #include BLKSSZGET in sys/mount.h. | Rob Landley |
2006-06-28 | cleanup patch usage | Mike Frysinger |
2006-06-26 | fix watchdog on no-mmu systems by adding -F option for rexec | Mike Frysinger |
2006-06-26 | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley |
2006-06-24 | Document mount's new error return conventions. | Rob Landley |
2006-06-24 | Slowly pulling more common headers into libbb.h. Andre pointed out that | Rob Landley |
2006-06-22 | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | Rob Landley |
2006-06-22 | CONFIG_DHCP -> CONFIG_APP_DHCP. | Rob Landley |
2006-06-20 | Since rangecoder is just a bunch of C functions, move it into the one user | Rob Landley |
2006-06-18 | Undo all of the ugliness and some of the bloat from 15412. | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-06-15 | We came up with our own names for ATTRIBUTE_*, so why check if they're already | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-06-14 | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | Rob Landley |
2006-06-13 | Random cleanup of platform.h. | Rob Landley |
2006-06-11 | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer |
2006-06-09 | add ordering warning on enum Location | Paul Fox |
2006-06-08 | made "test" an ash built-in. | Paul Fox |
2006-06-07 | need prototype for new vfork_daemon() | Mike Frysinger |
2006-06-07 | Fix from Tito to read from stdin only when it's not a tty. | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-07 | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer |
2006-06-06 | only check __GNU_LIBRARY__ if it is actually defined | Mike Frysinger |
2006-06-05 | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley |
2006-06-02 | fix fdflish typo (reported by erik hovland) | Paul Fox |
2006-06-01 | Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so | Rob Landley |
2006-06-01 | The common case APPLET() macro only needs three arguments. | Rob Landley |
2006-05-31 | Patch from Tito to remove long options from hdparm. | Rob Landley |
2006-05-31 | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley |
2006-05-31 | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-31 | - conditionally define BB_NOMMU | Bernhard Reutner-Fischer |
2006-05-30 | Put parentheses around some of the SWAP() macros, as pointed out by Peter | Rob Landley |
2006-05-29 | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley |