aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-222-14/+2
* whitespace cleanupDenis Vlasenko2006-09-175-36/+36
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-113-3/+3
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-3/+3
* Michael Opdenacker spotted that makefile should use () instead of {}.Rob Landley2006-08-211-1/+1
* Oops, Michael pointed out that my cleanup left some dead code in there.Rob Landley2006-08-211-2/+0
* Michael Opdenacker contributed a readahead applet.Rob Landley2006-08-203-0/+53
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-202-9/+1
* Patch from tito to improve options parsing.Rob Landley2006-08-031-2/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-4/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-0311-146/+49
* Tito said that strings is a complete rewrite.Rob Landley2006-07-311-41/+2
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* More minor tweaks.Rob Landley2006-07-121-4/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-123-0/+12
* remove duplicate CONFIG_TASKSET optionMike Frysinger2006-07-031-7/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley2006-06-303-68/+6
* fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger2006-06-261-2/+9
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-1/+1
* - convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer2006-06-251-1/+1
* Aurelien Jacobs pointed out inline functions that could be removed. Doing soRob Landley2006-06-211-29/+13
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-152-3/+0
* Patch from Erik Hovland, via Tito.Rob Landley2006-06-081-2/+2
* Some day, maybe gcc will be able to optimize out static functions that areRob Landley2006-06-081-1/+2
* initial support for no-mmu systemsMike Frysinger2006-06-071-0/+4
* hint at where the Magic comes fromMike Frysinger2006-06-071-1/+1
* - do away with the comment that noted that the current implementationBernhard Reutner-Fischer2006-06-071-1/+1
* Fix from Tito to read from stdin only when it's not a tty.Rob Landley2006-06-071-3/+3
* Consolidate devfs garbage and mark it as obsolete.Rob Landley2006-06-071-2/+16
* - add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer2006-06-073-0/+74
* Tito writes: this patch fixes two potential bugs with the -i -I flags that co...Mike Frysinger2006-06-071-2/+2
* Callers to identify() converted the endianness of the buffer. So didRob Landley2006-06-071-16/+16
* use vfork() instead of vork() since the only thing we do is execve() an app a...Mike Frysinger2006-06-061-1/+1
* - remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer2006-06-031-1/+0
* - no need to have timer_duration in the data section.Bernhard Reutner-Fischer2006-06-031-7/+4
* - use bb_msg_write_error in 3 placesBernhard Reutner-Fischer2006-06-031-368/+346
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-0317-24/+22
* Patch from Tito to remove long options from hdparm.Rob Landley2006-05-312-25/+11
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-1/+1
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley2006-05-291-7/+5
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley2006-05-281-4/+4
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whileRob Landley2006-05-271-58/+3
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-274-4/+0
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-1/+1
* - provide fallback defines for non-linuxBernhard Reutner-Fischer2006-05-261-0/+14
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-1/+1
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-2/+6