forgot about avn add... :(
[oweals/busybox.git] / miscutils /
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-05 Denis Vlasenkosmart_ulltoa5: make available in libbb
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-24 Bernhard Reutner... - we take exactly one argument.
2006-10-20 Denis Vlasenkoraidautorun: new applet, by:
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkoeject: remove unmounting. It is buggy for many non...
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-02 Denis Vlasenkoeject: -T (implements single button open/close)
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-27 Denis Vlasenkocrontab: we indent using tabs
2006-09-23 Denis Vlasenkoremove unneeded #includes, fix indentation
2006-09-23 Denis Vlasenkobb_askpass: shorten static password buffer. 256 is...
2006-09-22 Denis Vlasenkoadjtimex: getopt_ulflags'isation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-21 Rob LandleyMichael Opdenacker spotted that makefile should use...
2006-08-21 Rob LandleyOops, Michael pointed out that my cleanup left some...
2006-08-20 Rob LandleyMichael Opdenacker contributed a readahead applet.
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyPatch from tito to improve options parsing.
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-31 Rob LandleyTito said that strings is a complete rewrite.
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-03 Mike Frysingerremove duplicate CONFIG_TASKSET option
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-30 Rob LandleyRevert taskset for 1.2.0. It emits a warning, breaks...
2006-06-26 Mike Frysingerfix watchdog on no-mmu systems by adding -F option...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-25 Bernhard Reutner... - convert old-style parameter declarations (K&R) to...
2006-06-21 Rob LandleyAurelien Jacobs pointed out inline functions that could...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-08 Rob LandleyPatch from Erik Hovland, via Tito.
2006-06-08 Rob LandleySome day, maybe gcc will be able to optimize out static...
2006-06-07 Mike Frysingerinitial support for no-mmu systems
2006-06-07 Mike Frysingerhint at where the Magic comes from
2006-06-07 Bernhard Reutner... - do away with the comment that noted that the current...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Rob LandleyConsolidate devfs garbage and mark it as obsolete.
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-06-07 Mike FrysingerTito writes: this patch fixes two potential bugs with...
2006-06-07 Rob LandleyCallers to identify() converted the endianness of the...
2006-06-06 Mike Frysingeruse vfork() instead of vork() since the only thing...
2006-06-03 Bernhard Reutner... - remove superfluous call of stack_machine(0) upon...
2006-06-03 Bernhard Reutner... - no need to have timer_duration in the data section.
2006-06-03 Bernhard Reutner... - use bb_msg_write_error in 3 places
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Mike FrysingerYann E. MORIN. writes:
2006-05-25 Rob LandleyAnd fix the error I just introduced. :)
2006-05-25 Rob LandleyRemove pointless #define.
2006-05-25 Rob LandleyPatch from Tito:
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-20 Bernhard Reutner... - silence warning about no return in function returning...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Rob LandleyPatch from tito to replace shared memory usage with...
2006-05-19 Bernhard Reutner... - fix invalid mode
2006-05-16 Rob LandleyLargeish cleanup patch from Tito, mostly if statement...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Mike Frysingertypecast bbig to kill format warnings
2006-05-08 Rob LandleyThe if() is cheaper than the extra function parameter...
2006-05-07 Rob LandleyCleanup patch from tito.
2006-05-05 Rob LandleyPatch from Dennis Vlasenko resetting values that get...
2006-05-03 Rob LandleyRemove HDIO_GETGEO_BIG which is dead (removed from...
2006-05-03 Rob LandleyUse ATTRIBUTE_NORETURN as suggested by tito, plus a...
2006-05-01 Rob LandleyPatch from tito removing obsolete code.
2006-04-29 Rob LandleyRemove some unused code pointed out by Tito, plus a...
2006-04-29 Rob LandleyStyle fixes from Denis Vlasenko.
2006-04-29 Rob LandleyAnother patch from Denis Vlasenko:
2006-04-29 Rob LandleyFrom Dennis Vlasenko, Make hdparm smaller:
2006-04-29 Rob LandleyCleanup to hdparm by tito.
next