2006-08-05 |
Rob Landley | scripts/individual now builds 171 applets. Some of... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | There are a number of reasons for reinventing printf... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | We haven't got a CONFIG_APT_GET. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Digging up my old "make standalone" stuff from a year... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Add busybox_old to distclean. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Add comments to all the functions in this file document... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Ok, that's not a typo, that's just me not thinking. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Typo. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Now that we have xopen3(), it's just plain unclean... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Use xopen3() instead of an after-the-fact chown. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Rob Landley | Thinko spotted by Vladimir Dronnikov. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Try to make a "type-punned pointer" warning go away... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Patch from tito to improve options parsing. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Remove xcalloc() and convert its callers to xzalloc... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | These should have been part of 15767 too. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Fix umount so loop device disassociation hopefully... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Attempt to fixup httpd.c to match svn 15767. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
"Robert P.... | Remove apparent typo in "bool" line. |
commit | commitdiff | tree | snapshot |
2006-08-03 |
"Robert P.... | Move declaration to be compatible with older gcc's. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Rob Landley | Make a gcc 4.1 warning go away. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Rob Landley | Announce 1.2.1 |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Rob Landley | 1) ifeq is make syntax, #ifeq is a make comment. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Rob Landley | Remove code that can't be reached. |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Rob Landley | Tito said that strings is a complete rewrite. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Rob Landley | Switch off CONFIG_NITPICK in defconfig. (Kind of the... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Rob Landley | Add back in non-ifdef version of FEATURE_PRETTY_PRINT... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Rob Landley | And now, with a for loop, so it can handle the nested... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Rob Landley | There's no excuse for adding new #ifdefs to the code... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Rob Landley | I touched perl. I feel dirty. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Mike Frysinger | allow people to display dmesg output without syslog... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Mike Frysinger | eat gremlins |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Mike Frysinger | de-cuddle if( to if ( |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Rob Landley | Rich Filker spotted that sed -e 's/xxx/[/' didn't work... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Rob Landley | Patch from Shaun Jackman, set optind by hand if we... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Rob Landley | Unbreak allbareconfig. (Todo item: rewrite dependency... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Rob Landley | Somebody on the buildroot list hit: |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Mike Frysinger | get rid of udhcp submenu |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Mike Frysinger | move lchown/chown define out of specific files and... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
"Robert P.... | "formated" -> "formatted" throughout the code base. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Rob Landley | Patch from Yann Morin to fix bug 941, underscores in... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Rob Landley | Remove unnecessary consts. 1_2_0 |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Rob Landley | Replace the previous checkin with the correct fix. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Rob Landley | Patch from Yann Morin to look for modules.conf in the... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
"Robert P.... | For now, get around the error that "child" might be... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
"Robert P.... | Rearrange order of type qualifiers. |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Rob Landley | Patch from Thaddeus Ternes, adding chuid to start-stop... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rob Landley | Bugfix from Tito to make sure /etc/group gets updated. |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rob Landley | New mkswap. Small and simple. Might even work. :) |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rob Landley | Cleaup read() and write() variants, plus a couple of... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rob Landley | Convert setuid/setgid users to xsetuid/xsetgid. |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rob Landley | Add -Werror. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Rob Landley | We need xsetuid() and xsetgid() because per-user proces... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Rob Landley | Comment tweak from tito. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Mike Frysinger | Tito writes: If the gecos field of an user is empty... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Rob Landley | Patch from Suresh Rajashekara moving comments and ... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Eric Andersen | mention osuosl |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Rob Landley | Add the two busybox developers' home pages that have... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Rob Landley | More minor tweaks. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Mike Frysinger | decuddle () from for/if/while |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Rob Landley | A couple things that got tangled up in my tree, easier... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
"Robert P.... | Add one-line GPL boilerplate to numerous (but not all... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Rob Landley | Patch from Tito to remove pwd_to_spwd (which we don... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
"Robert P.... | Add one-line GPL boilerplate to these source files. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Rob Landley | Denis Vlasenko spotted the lack of bounds checking... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Rob Landley | Upgrade netcat a lot. Make -e able to take the rest... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
"Robert P.... | Replace current verbose GPL stuff in libbb/*.c with... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Rob Landley | Add itoa and utoa to see what Denis Vlasenko thinks. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Rob Landley | Patch from Tito to make syslog configurable and remove... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Rob Landley | Patch from Shaun Jackman to set environment variable... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Rob Landley | Bugfix from Shaun Jackman (check that argv[optind]... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Rob Landley | Point at fixes.patch for 1.2.1. |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Rob Landley | Fix tar so it can extract git-generated tarballs, based... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Rob Landley | Attempt to address Shaun Jackman's problem adding ... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Paul Fox | fix dependencies so that compressed usage gets rebuilt if |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Rob Landley | Minor build tweaks that save 1100 bytes building busybo... |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Rob Landley | Fix three embarassing thinkos in the new dmesg.c: |
commit | commitdiff | tree | snapshot |
2006-07-06 |
Rob Landley | Bug fix from Vladimir Oleynic via Paul Fox for: |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Mike Frysinger | fixes from ldoolitt@recycle.lbl.gov to use proper tab... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
"Robert P.... | This file doesn't appear to be used anywhere. |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Bernhard Reutner... | - Pull r15593: |
commit | commitdiff | tree | snapshot |
2006-07-03 |
"Robert P.... | Delete unused version.c file and corresponding function... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Mike Frysinger | remove duplicate CONFIG_TASKSET option |
commit | commitdiff | tree | snapshot |
2006-07-03 |
Mike Frysinger | make the -0 xargs option a little more clear |
commit | commitdiff | tree | snapshot |
2006-07-03 |
"Robert P.... | Remove the silly redundancy from that header file include. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
"Robert P.... | Correct the comment to match the code. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
"Robert P.... | Standardize on the vi editing directives being on the... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
"Robert P.... | Allow a user-configurable minimum password length. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Bernhard Reutner... | - note that get_hz potentially needs cleanup. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Rob Landley | Patch from Shaun Jackman moving the var=value logic... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | Yet more "#if 0" content removed. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | More removal of "#if 0" content. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | More removal of "#if 0" content. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | Remove "#if 0" content. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | Get rid of all "#if 0" content. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | Remove all usage of the "register" storage class specifier. |
commit | commitdiff | tree | snapshot |
2006-07-01 |
"Robert P.... | Remove "#if 1" directives. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Rob Landley | Annoint 1.2.0. |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Rob Landley | Revert taskset for 1.2.0. It emits a warning, breaks... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Ned Ludd | - Give Rob Landley things TODO like depmod |
commit | commitdiff | tree | snapshot |
next |