aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-08-10Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadyRob Landley
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-09Update usage to talk about the new shared subtree stuff in mount.Rob Landley
2006-08-08Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03These should have been part of 15767 too.Rob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-20move 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-17Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-15We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley
2006-07-11Patch from Tito to remove pwd_to_spwd (which we don't actually need), withRob Landley
2006-07-10Upgrade netcat a lot. Make -e able to take the rest of the command line asRob Landley
2006-07-06Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.Rob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-29Some old kernel headers don't #include BLKSSZGET in sys/mount.h.Rob Landley
2006-06-28cleanup patch usageMike Frysinger
2006-06-26fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger
2006-06-26Upgrade mdev to allow commands to be run on create/delete.Rob Landley
2006-06-24Document mount's new error return conventions.Rob Landley
2006-06-24Slowly pulling more common headers into libbb.h. Andre pointed out thatRob Landley
2006-06-22Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.makRob Landley
2006-06-22CONFIG_DHCP -> CONFIG_APP_DHCP.Rob Landley
2006-06-20Since rangecoder is just a bunch of C functions, move it into the one userRob Landley
2006-06-18Undo all of the ugliness and some of the bloat from 15412.Rob Landley
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-06-15We came up with our own names for ATTRIBUTE_*, so why check if they're alreadyRob Landley
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley
2006-06-14Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley
2006-06-13Random cleanup of platform.h.Rob Landley
2006-06-11- add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer
2006-06-09add ordering warning on enum LocationPaul Fox
2006-06-08made "test" an ash built-in.Paul Fox
2006-06-07need prototype for new vfork_daemon()Mike Frysinger
2006-06-07Fix from Tito to read from stdin only when it's not a tty.Rob Landley
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer
2006-06-06only check __GNU_LIBRARY__ if it is actually definedMike Frysinger
2006-06-05Header cleanup on two more networking files (move libbb.h to the top andRob Landley
2006-06-02fix fdflish typo (reported by erik hovland)Paul Fox
2006-06-01Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, soRob Landley
2006-06-01The common case APPLET() macro only needs three arguments.Rob Landley
2006-05-31Patch from Tito to remove long options from hdparm.Rob Landley
2006-05-31Header file cleanup. platform.h apparently needs to be included early on so itRob Landley
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley