aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-05-31- s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer
2006-05-31- conditionally define BB_NOMMUBernhard Reutner-Fischer
2006-05-30Put parentheses around some of the SWAP() macros, as pointed out by PeterRob Landley
2006-05-29Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley
2006-05-29This is not C++.Rob Landley
2006-05-29Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley
2006-05-27Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-26Slight sanity fix: data is void *, not char *. And it's called dataRob Landley
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer
2006-05-26- move llist to top of file so we can potentially use it in all prototypes ea...Bernhard Reutner-Fischer
2006-05-26- add workaround for tar being broken since it uses a non-portable constant.Bernhard Reutner-Fischer
2006-05-26- move libc checks from busybox.h to platform.hBernhard Reutner-Fischer
2006-05-26fix spelling mistakesMike Frysinger
2006-05-25Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley
2006-05-21New version of nohup that's much smaller, less paranoid, consistent,Rob Landley
2006-05-19- backout erroneously checked in snippet..Bernhard Reutner-Fischer
2006-05-19A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley