Age | Commit message (Expand) | Author |
2005-10-04 | use updated bb_getopt_ulflags() for ps applet | "Vladimir N. Oleynik" |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" |
2005-09-29 | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer |
2005-09-26 | spwd bulid now, (typo) | "Vladimir N. Oleynik" |
2005-09-25 | Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow | Rob Landley |
2005-09-24 | use the shorter license header | Mike Frysinger |
2005-09-24 | use brief license line | Mike Frysinger |
2005-09-20 | - consolidated password helpers | Bernhard Reutner-Fischer |
2005-09-20 | - consolidated password helpers into bb_pwd.c | Bernhard Reutner-Fischer |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-16 | ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE | "Vladimir N. Oleynik" |
2005-09-14 | split libbb: moved xregcomp separatelly for speed up recompile | "Vladimir N. Oleynik" |
2005-09-14 | FEATURE->ENABLE_FEATURE loses one for 'top' applet | "Vladimir N. Oleynik" |
2005-09-07 | This code exists to compensate for ancient broken build environments which, | Rob Landley |
2005-09-06 | Amir Shalem writes: | Mike Frysinger |
2005-09-06 | - sync traceroute with Slackware-10.1 | "Vladimir N. Oleynik" |
2005-09-05 | get_terminal_width_height.c was in there twice. | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-09-05 | Actually returning ret might be good. | Rob Landley |
2005-09-01 | According to bug #63, crond is unhappy with crontab lines that don't end in a | Rob Landley |
2005-09-01 | Bernhard Fischer suggested that get_terminal_width_height() should return | Rob Landley |
2005-08-27 | make sure __NF_sysfs exists before trying to use it | Mike Frysinger |
2005-08-22 | Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. | Rob Landley |
2005-08-16 | the () around isspace actually matters | Mike Frysinger |
2005-08-16 | Bernhard Fischer says: fix comment typo | Mike Frysinger |
2005-08-10 | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley |
2005-08-09 | implemented a builtin echo command in ash. moved the guts of the | Paul Fox |
2005-07-30 | apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME | Mike Frysinger |
2005-07-27 | move the ifdef to after libbb.h include, so it can do some good. | Paul Fox |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger |
2005-07-26 | 2005-04-05 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger |
2005-07-26 | no longer used as reported by apgo in Bug 348 | Mike Frysinger |
2005-07-22 | ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't | Paul Fox |
2005-07-19 | applying fix for: | Paul Fox |
2005-07-19 | applying fix from: | Paul Fox |
2005-07-19 | applying fix from: | Paul Fox |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-11 | now that mjn3 explained it to me, add documentation for the 3rd field in long... | Mike Frysinger |
2005-05-10 | add documentation for long options and touch up the current docs now that i a... | Mike Frysinger |
2005-05-09 | syntax/whitespace touchup | Mike Frysinger |
2005-05-03 | Shaun Jackman said: | Rob Landley |
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley |
2005-05-03 | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed | Rob Landley |
2005-05-01 | On Tuesday 19 April 2005 21:10, Tito wrote and today added: | Rob Landley |
2005-04-27 | Correct errors preventing busybox tar from working properly, | Eric Andersen |
2005-04-18 | In Bug 5, Tito writes: | Mike Frysinger |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2005-04-16 | Rework to fix http://bugs.uclibc.org/view.php?id=107 | Eric Andersen |
2005-04-16 | Add bb_msg_read_error | Eric Andersen |
2005-04-14 | fake out support for POSIX -H and -L options since busybox cp dereferences ev... | Mike Frysinger |