aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley2006-06-141-0/+1
* Random cleanup of platform.h.Rob Landley2006-06-131-16/+24
* - add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer2006-06-111-0/+4
* add ordering warning on enum LocationPaul Fox2006-06-091-0/+1
* made "test" an ash built-in.Paul Fox2006-06-081-0/+1
* need prototype for new vfork_daemon()Mike Frysinger2006-06-071-0/+1
* Fix from Tito to read from stdin only when it's not a tty.Rob Landley2006-06-071-1/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-0/+2
* - add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer2006-06-072-0/+18
* only check __GNU_LIBRARY__ if it is actually definedMike Frysinger2006-06-061-2/+2
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-051-16/+13
* fix fdflish typo (reported by erik hovland)Paul Fox2006-06-021-1/+1
* Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, soRob Landley2006-06-011-2/+0
* The common case APPLET() macro only needs three arguments.Rob Landley2006-06-011-232/+232
* Patch from Tito to remove long options from hdparm.Rob Landley2006-05-311-3/+3
* Header file cleanup. platform.h apparently needs to be included early on so itRob Landley2006-05-312-36/+21
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley2006-05-312-0/+8
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-1/+1
* - conditionally define BB_NOMMUBernhard Reutner-Fischer2006-05-311-4/+14
* Put parentheses around some of the SWAP() macros, as pointed out by PeterRob Landley2006-05-301-6/+6
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley2006-05-291-5/+16
* This is not C++.Rob Landley2006-05-291-1/+1
* Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley2006-05-291-12/+4
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley2006-05-281-0/+1
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2006-05-271-0/+17
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-0/+2
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-2/+2
* Slight sanity fix: data is void *, not char *. And it's called dataRob Landley2006-05-261-2/+2
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-4/+6
* - move llist to top of file so we can potentially use it in all prototypes ea...Bernhard Reutner-Fischer2006-05-261-9/+10
* - add workaround for tar being broken since it uses a non-portable constant.Bernhard Reutner-Fischer2006-05-261-0/+6
* - move libc checks from busybox.h to platform.hBernhard Reutner-Fischer2006-05-262-12/+101
* fix spelling mistakesMike Frysinger2006-05-261-9/+9
* Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley2006-05-251-0/+2
* New version of nohup that's much smaller, less paranoid, consistent,Rob Landley2006-05-211-0/+2
* - backout erroneously checked in snippet..Bernhard Reutner-Fischer2006-05-191-2/+0
* A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley2006-05-191-0/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-0/+3
* fix indenting in help output for ifconfigMike Frysinger2006-05-191-2/+2
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-192-1/+8
* Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to addRob Landley2006-05-161-5/+9
* Make md5 calculation always go through an the buffer so that A) we don'tRob Landley2006-05-161-1/+1
* implement -print0 for findPaul Fox2006-05-121-1/+3
* Fiddling with llist to make memory management easier. Specifically, theRob Landley2006-05-081-2/+2
* add back in udhcp supportMike Frysinger2006-05-081-0/+3
* The udhcp was deleted from busybox in 14634. Bolting an external project toRob Landley2006-05-071-3/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-5/+0
* fix udhcp againMike Frysinger2006-05-061-3/+3
* Patch from Dennis Vlasenko simplifying the APPLET macros.Rob Landley2006-05-051-260/+260
* Not quite compiler independent, but we've never tried to be gcc independentRob Landley2006-05-042-17/+5