aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix watchdog on no-mmu systems by adding -F option for rexecvapier2006-06-261-2/+3
* Upgrade mdev to allow commands to be run on create/delete.landley2006-06-261-8/+14
* Document mount's new error return conventions.landley2006-06-241-1/+3
* Slowly pulling more common headers into libbb.h. Andre pointed out thatlandley2006-06-241-0/+5
* Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.maklandley2006-06-221-1/+1
* CONFIG_DHCP -> CONFIG_APP_DHCP.landley2006-06-221-3/+3
* Since rangecoder is just a bunch of C functions, move it into the one userlandley2006-06-201-0/+1
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-2/+2
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-1/+1
* We came up with our own names for ATTRIBUTE_*, so why check if they're alreadylandley2006-06-151-22/+0
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-1/+4
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-0/+1
* Random cleanup of platform.h.landley2006-06-131-16/+24
* - add fancy mode to start-stop-daemon to support --oknodo and --verbosealdot2006-06-111-0/+4
* add ordering warning on enum Locationpgf2006-06-091-0/+1
* made "test" an ash built-in.pgf2006-06-081-0/+1
* need prototype for new vfork_daemon()vapier2006-06-071-0/+1
* Fix from Tito to read from stdin only when it's not a tty.landley2006-06-071-1/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-071-0/+2
* - add applet taskset to set/retrieve the CPU affinity of a processaldot2006-06-072-0/+18
* only check __GNU_LIBRARY__ if it is actually definedvapier2006-06-061-2/+2
* Header cleanup on two more networking files (move libbb.h to the top andlandley2006-06-051-16/+13
* fix fdflish typo (reported by erik hovland)pgf2006-06-021-1/+1
* Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, solandley2006-06-011-2/+0
* The common case APPLET() macro only needs three arguments.landley2006-06-011-232/+232
* Patch from Tito to remove long options from hdparm.landley2006-05-311-3/+3
* Header file cleanup. platform.h apparently needs to be included early on so itlandley2006-05-312-36/+21
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,landley2006-05-312-0/+8
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-1/+1
* - conditionally define BB_NOMMUaldot2006-05-311-4/+14
* Put parentheses around some of the SWAP() macros, as pointed out by Peterlandley2006-05-301-6/+6
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-5/+16
* This is not C++.landley2006-05-291-1/+1
* Remove _() and N_() from platform.h. #define them as NOP macros in the twolandley2006-05-291-12/+4
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitslandley2006-05-281-0/+1
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whilelandley2006-05-271-0/+17
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-0/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* Slight sanity fix: data is void *, not char *. And it's called datalandley2006-05-261-2/+2
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-4/+6
* - move llist to top of file so we can potentially use it in all prototypes ea...aldot2006-05-261-9/+10
* - add workaround for tar being broken since it uses a non-portable constant.aldot2006-05-261-0/+6
* - move libc checks from busybox.h to platform.haldot2006-05-262-12/+101
* fix spelling mistakesvapier2006-05-261-9/+9
* Rich Felker suggested removing dprintf() from watch, and one thing led tolandley2006-05-251-0/+2
* New version of nohup that's much smaller, less paranoid, consistent,landley2006-05-211-0/+2
* - backout erroneously checked in snippet..aldot2006-05-191-2/+0
* A pending item in my tree I might as well check in: I plan to migrate calloc()landley2006-05-191-0/+1
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-0/+3
* fix indenting in help output for ifconfigvapier2006-05-191-2/+2