Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-12nmeter: new applet. ~4kDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-07eject: remove unmounting. It is buggy for many non-trivialDenis Vlasenko
2006-10-06eject: -T fixDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-04bb_applet_name -> applet_nameDenis Vlasenko
2006-10-04getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-04rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03eject: -T (implements single button open/close)Denis Vlasenko
2006-09-27silly switch style fixDenis Vlasenko
2006-09-27crontab: we indent using tabsDenis Vlasenko
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko
2006-09-22adjtimex: getopt_ulflags'isationDenis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-08-21Michael Opdenacker spotted that makefile should use () instead of {}.Rob Landley
2006-08-21Oops, Michael pointed out that my cleanup left some dead code in there.Rob Landley
2006-08-21Michael Opdenacker contributed a readahead applet.Rob Landley
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-04Patch from tito to improve options parsing.Rob Landley
2006-08-03These should have been part of 15767 too.Rob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-31Tito said that strings is a complete rewrite.Rob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-13More minor tweaks.Rob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-07-03remove duplicate CONFIG_TASKSET optionMike Frysinger
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-27fix watchdog on no-mmu systems by adding -F option for rexecMike Frysinger
2006-06-26Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-06-26- 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-08initial support for no-mmu systemsMike Frysinger
2006-06-08hint at where the Magic comes fromMike Frysinger
2006-06-08- do away with the comment that noted that the current implementationBernhard Reutner-Fischer
2006-06-08Fix from Tito to read from stdin only when it's not a tty.Rob Landley
2006-06-08Consolidate 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-04- remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer