Age | Commit message (Expand) | Author |
2005-05-07 | patch by Tito which unifies common get/set functions into 1 get/set function ... | Mike Frysinger |
2005-05-07 | add/remove defines to handle more e2fsprogs | Mike Frysinger |
2005-05-07 | use shared busybox error messages to save a few bytes | Mike Frysinger |
2005-05-06 | make the exec (-e) an optional feature of netcat | Mike Frysinger |
2005-05-06 | In bug 247, haveaniceday writes: | Mike Frysinger |
2005-05-04 | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | Rob Landley |
2005-05-04 | Revert the uptime() removal. Let the list sort it out... | Rob Landley |
2005-05-04 | Patch from Shaun Jackman: | Rob Landley |
2005-05-04 | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig | Rob Landley |
2005-05-03 | Takeharu Kato said: | Rob Landley |
2005-05-03 | From: Shaun Jackman <sjackman@gmail.com> | Rob Landley |
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 | Add David Brownell as zcip maintainer. | 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-30 | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: | Rob Landley |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley |
2005-04-29 | New help text for Matthew S. Wood's "ln" update adding -b and -d. | Rob Landley |
2005-04-29 | Patch from Matthew S. Wood: | Rob Landley |
2005-04-29 | On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote: | Rob Landley |
2005-04-27 | Do not attempt to free() the application's environment, which is was | Eric Andersen |
2005-04-27 | Correct errors preventing busybox tar from working properly, | Eric Andersen |
2005-04-26 | fix stupid build mistake i made earlier as pointed out by psm | Mike Frysinger |
2005-04-25 | use a generic error message | Mike Frysinger |
2005-04-25 | use asprintf in place of malloc/sprintf as suggested by solar | Mike Frysinger |
2005-04-25 | moved to e2fsprogs too | Mike Frysinger |
2005-04-25 | bbify to shrink size | Mike Frysinger |
2005-04-24 | use busybox funcs to make smaller | Mike Frysinger |
2005-04-24 | new version of ed taken from sash | Mike Frysinger |
2005-04-24 | svn didnt auto add these ... | Mike Frysinger |
2005-04-24 | add new subdir for e2fsprogs | Mike Frysinger |
2005-04-24 | rework human_fstype to cut down size | Mike Frysinger |
2005-04-24 | rework options to get rid of extra variables | Mike Frysinger |
2005-04-23 | fix whitespace usage, fix un-escaped quotes in a bunch of examples, and stand... | Mike Frysinger |
2005-04-23 | fix inconsistent whitespace | Mike Frysinger |
2005-04-23 | remove extra whitespace | Mike Frysinger |
2005-04-23 | stat implementation based upon coreutils | Mike Frysinger |
2005-04-23 | patch for a very alpha busybox ed | Mike Frysinger |
2005-04-23 | whitespace fix | Mike Frysinger |
2005-04-23 | remove lsattr/chattr to prepare for a top level e2fsprogs dir with more stuff... | Mike Frysinger |
2005-04-23 | update example to use bb_ prefixed names and remove old note about config.h (... | Mike Frysinger |
2005-04-23 | add comments about ignoring some warnings which are OK | Mike Frysinger |
2005-04-23 | remove unused variable and declare writepid inline | Mike Frysinger |
2005-04-23 | cast the time pointer so gcc stops warning over nothing | Mike Frysinger |
2005-04-23 | use bb_fflush_stdout_and_exit instead of exit | Mike Frysinger |
2005-04-22 | import lsattr and chattr from e2fsprogs | Mike Frysinger |
2005-04-22 | output busybox help to stdout, not stderr | Mike Frysinger |
2005-04-21 | printenv / sum defines | Mike Frysinger |
2005-04-21 | grab sum from coreutils, clean it up, and make it busybox happy | Mike Frysinger |