aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-26fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-06-25- convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer
2006-06-21Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley
2006-06-08Patch from Erik Hovland, via Tito.Rob Landley
2006-06-08Some day, maybe gcc will be able to optimize out static functions that areRob Landley
2006-06-07initial support for no-mmu systemsMike Frysinger
2006-06-07hint at where the Magic comes fromMike Frysinger
2006-06-07- do away with the comment that noted that the current implementationBernhard Reutner-Fischer
2006-06-07Fix from Tito to read from stdin only when it's not a tty.Rob Landley
2006-06-07Consolidate devfs garbage and mark it as obsolete.Rob Landley
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer
2006-06-07Tito writes: this patch fixes two potential bugs with the -i -I flags that co...Mike Frysinger
2006-06-07Callers to identify() converted the endianness of the buffer. So didRob Landley
2006-06-06use vfork() instead of vork() since the only thing we do is execve() an app a...Mike Frysinger
2006-06-03- remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer
2006-06-03- no need to have timer_duration in the data section.Bernhard Reutner-Fischer
2006-06-03- use bb_msg_write_error in 3 placesBernhard Reutner-Fischer
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-31Patch from Tito to remove long options from hdparm.Rob Landley
2006-05-31- s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley
2006-05-29Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob 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-27- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer
2006-05-26- provide fallback defines for non-linuxBernhard Reutner-Fischer
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer
2006-05-26Yann E. MORIN. writes:Mike Frysinger
2006-05-25And fix the error I just introduced. :)Rob Landley
2006-05-25Remove pointless #define.Rob Landley
2006-05-25Patch from Tito:Rob Landley
2006-05-21New version of nohup that's much smaller, less paranoid, consistent,Rob Landley
2006-05-20- silence warning about no return in function returning non-voidBernhard Reutner-Fischer
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-05-19Patch from tito to replace shared memory usage with mlock(), slightly tweakedRob Landley
2006-05-19- fix invalid modeBernhard Reutner-Fischer
2006-05-16Largeish cleanup patch from Tito, mostly if statement therapy.Rob Landley
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger
2006-05-11typecast bbig to kill format warningsMike Frysinger
2006-05-08The if() is cheaper than the extra function parameter. According to makeRob Landley
2006-05-07Cleanup patch from tito.Rob Landley
2006-05-05Patch from Dennis Vlasenko resetting values that get reused.Rob Landley
2006-05-03Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backRob Landley
2006-05-03Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.Rob Landley
2006-05-01Patch from tito removing obsolete code.Rob Landley