oweals/busybox.git
2005-09-07 Rob LandleyDon't comment warnings. Don't put #warnings about...
2005-09-06 Mike FrysingerAmir Shalem writes:
2005-09-06 "Vladimir N... - sync traceroute with Slackware-10.1
2005-09-06 "Vladimir N... typo, thanks, Bernhard Fischer
2005-09-06 Rob LandleyWhitespace-level changes. Replace s0,s1,e0,e1 with...
2005-09-05 Rob Landleyget_terminal_width_height.c was in there twice.
2005-09-05 Rob LandleyBernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_...
2005-09-05 Rob LandleyRegarding 11330: when you fix a bug that the testsuite...
2005-09-05 "Vladimir N... destroy bug [0000381]
2005-09-05 "Vladimir N... destroy bug [0000404]
2005-09-05 "Vladimir N... - usage fresh bb_getopt_ulflags for ls -- very size...
2005-09-05 "Vladimir N... 1) bb_opt_complementaly -> bb_opt_complementally
2005-09-05 "Vladimir N... 1) sync with dash_0.5.2-7
2005-09-05 "Vladimir N... remove infinity loop ./busybox --help busybox
2005-09-05 Rob LandleyThe previous commit left confdata writing out:
2005-09-05 Rob LandleyNow that "make sizes" is in, the faq should mention...
2005-09-05 Rob LandleyFix the warnings, and fix the following two obvious...
2005-09-05 Rob LandleyActually returning ret might be good.
2005-09-05 Rob LandleyFixes so "make allnoconfig" works again.
2005-09-04 Rob LandleyRemove trailing crud from busybox.tests. (Sleep depriv...
2005-09-04 Rob LandleyGeneral cleanup of command line parsing to allow "busyb...
2005-09-02 Mike Frysingertouchup some grammar, formatting, and remove some outda...
2005-09-02 Eric Andersenupdate the verbage describing what is needed for develo...
2005-09-02 Rob LandleyThis goes along with the new testsuite code...
2005-09-02 Rob LandleyWorking on a new test harness. Moved the sort tests...
2005-09-02 Rob LandleyMissing break was screwing up 'y//' command. Bug ...
2005-09-01 Rob LandleyFix for bug 383: attempting to "tar c /" would error...
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2005-09-01 Rob LandleyTracking system but #4: php needs the environment varia...
2005-09-01 Rob LandleyBernhard Fischer trimmed down dos2unix a bit.
2005-09-01 Rob LandleyPatch -i support from Berhnard Fischer.
2005-09-01 Rob LandleyBernhard Fischer suggested that get_terminal_width_hei...
2005-09-01 Rob LandleyOff by one error in max_leases sanity check. Bug 349...
2005-09-01 Rob LandleyBernhard Fischer sent a patch to make "make sizes"...
2005-09-01 Rob LandleyBusybox should only multiplex based on argv[1] when...
2005-08-31 Rob LandleyAnand Avati hit an integer overflow problem in our...
2005-08-30 Rob LandleyDon't comment warnings, _FIX_ warnings. (And putting...
2005-08-30 Rob LandleyWhy have a separate CONFIG_INIT_SWAPON when we already...
2005-08-30 Rob LandleyBug system entry #1 says that when busybox doesn't...
2005-08-30 Rob LandleyAmir Shalem found some bugs in the new mount code;...
2005-08-30 Rob LandleyDirk Clemens pointed out how easy it is to support...
2005-08-28 Eric Andersenpoint to busybox.net
2005-08-28 Rob LandleyDumb little hack, "make sizes". Try it.
2005-08-27 Mike Frysingermake sure __NF_sysfs exists before trying to use it
2005-08-27 Mike Frysingersome portability fixes by rmh in Bug 395
2005-08-24 Rob LandleyBernhard Fischer submitted a couple of Makefile patches:
2005-08-23 Rob LandleyRemove something we did, not that I'm doing something...
2005-08-23 Rob LandleyWhen compiling with FEATURE_MTAB_SUPPORT disabled,...
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
2005-08-20 Rob LandleyBernhard Fischer provided a mountpoint(1) applet. ...
2005-08-17 Rob LandleyAnnounce busybox 1.01.
2005-08-17 Mike FrysingerTito (among others) writes: previous patch was wrong...
2005-08-17 Eric AndersenWhen doing 'make release' nuke the .svn directories...
2005-08-16 Mike Frysingerthe () around isspace actually matters
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-08-16 Mike FrysingerBernhard Fischer says: fix comment typo
2005-08-15 Mike FrysingerBernhard Fischer writes: fix devfsd usage
2005-08-14 Rob LandleyIf we goto singlemount, do _not_ try to continue throug...
2005-08-14 Rob LandleyPatch from Stephane Billiart to improve ash error message.
2005-08-14 Rob LandleyStephane Billiart noticed that the return code of the...
2005-08-13 Rob LandleyVery minor tweak to tail.
2005-08-11 Mike Frysingermake sure distclean punts include/bbconfigopts.h
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2005-08-04 Paul Foxcommiting:
2005-08-04 Paul Foxapplying jim bauer's patch to eliminate modprobe's...
2005-08-02 Rob LandleyIn bb_config.h, replace AUTOCONF_INCLUDED guard with...
2005-08-02 Eric AndersenDo not define 'AUTOCONF_INCLUDED'
2005-08-01 Paul Foxcommiting:
2005-08-01 Mike Frysingerfix bbconfigopts.h depend
2005-08-01 Mike Frysingerscrew around with whitespace
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxcommiting patch from bug 71:
2005-08-01 Paul Foxapplying patch for bug 72:
2005-08-01 Paul Foxapplying patch from bug 24:
2005-08-01 Paul Foxnew config display applet, from bug 46. i've changed...
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-31 Mike Frysingerpatch by pkj in Bug 3 to not export all make variables
2005-07-31 Mike Frysingerpatch by apgo in Bug 345 to not use ether_hostton(...
2005-07-31 Mike Frysingerpatch by srowe in Bug 359 to fix fgrep aliasing
2005-07-31 Mike Frysingertypecast to int
2005-07-31 Mike Frysingeruse socklen_t instead of size_t with socket related...
2005-07-31 Mike Frysingermove -s from LDFLAGS to STRIPCMD
2005-07-31 Mike Frysingeruse defines instead of const integers
2005-07-31 Mike Frysingershrink the flag setting by reversing the operation
2005-07-31 Mike Frysingereat leading whitespace with preprocessor
2005-07-31 Mike Frysingerreplace for loops with one function call
2005-07-31 Rob LandleyAhem: add new faq entry to list at top of FAQ.html
2005-07-31 Rob LandleyFix "nm --size-sort" on the busybox binary and document...
2005-07-30 Mike Frysingeronly declare do_swap if we need it
2005-07-30 Mike Frysingertouchup syntax
2005-07-30 Mike Frysingercleanup the error message so we dont use glibcism of...
2005-07-30 Mike Frysingercleanup syntax
2005-07-30 Mike Frysingertell people to ignore the dups/e0 warnings
2005-07-30 Mike Frysingerpunt unused variable
2005-07-30 Mike Frysingertell people to ignore the save_name warning
2005-07-30 Mike Frysingerin order to make sure the INET6 prototypes are exported...
2005-07-30 Mike Frysingerapgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FI...
2005-07-30 Mike Frysingerrename the accept/reject names since accept overrides...
2005-07-30 Mike Frysingerapgo in Bug 351 says: punt parse_version_number since...
next