| Commit message (Expand) | Author | Files | Lines |
2005-05-09 | trim out useless defines and use some busybox funcs | vapier | 1 | -24/+3 |
2005-05-09 | override nls P_() macro | vapier | 1 | -0/+1 |
2005-05-09 | abort if user passes -r or if they dont pass anything | vapier | 1 | -3/+8 |
2005-05-09 | syntax/whitespace touchup | vapier | 1 | -2/+2 |
2005-05-09 | Patch from Shaun Jackman: | landley | 1 | -22/+15 |
2005-05-07 | Manuel points out that if printf needs a flush to act like dprintf, the result | landley | 1 | -2/+1 |
2005-05-07 | This one's from me. Fix ash "standalone shell". | landley | 1 | -21/+7 |
2005-05-07 | Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. | landley | 1 | -1/+2 |
2005-05-07 | patch by Tito which uses a lot more busybox functions to reduce size nicely | vapier | 2 | -49/+37 |
2005-05-07 | update e2p target to match condensed files | vapier | 1 | -2/+1 |
2005-05-07 | patch by Tito which unifies common get/set functions into 1 get/set function ... | vapier | 4 | -144/+39 |
2005-05-07 | add/remove defines to handle more e2fsprogs | vapier | 1 | -1/+2 |
2005-05-07 | use shared busybox error messages to save a few bytes | vapier | 1 | -5/+5 |
2005-05-06 | make the exec (-e) an optional feature of netcat | vapier | 3 | -18/+28 |
2005-05-06 | In bug 247, haveaniceday writes: | vapier | 2 | -2/+22 |
2005-05-04 | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | landley | 2 | -5/+14 |
2005-05-04 | Revert the uptime() removal. Let the list sort it out... | landley | 4 | -5/+14 |
2005-05-04 | Patch from Shaun Jackman: | landley | 4 | -14/+5 |
2005-05-04 | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig | landley | 1 | -7/+7 |
2005-05-03 | Takeharu Kato said: | landley | 1 | -1/+42 |
2005-05-03 | From: Shaun Jackman <sjackman@gmail.com> | landley | 2 | -3/+5 |
2005-05-03 | Shaun Jackman said: | landley | 1 | -9/+21 |
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | landley | 12 | -130/+148 |
2005-05-03 | Add David Brownell as zcip maintainer. | landley | 1 | -0/+3 |
2005-05-03 | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed | landley | 3 | -114/+190 |
2005-05-01 | On Tuesday 19 April 2005 21:10, Tito wrote and today added: | landley | 3 | -187/+111 |
2005-04-30 | On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote: | landley | 1 | -26/+13 |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | landley | 6 | -0/+613 |
2005-04-29 | New help text for Matthew S. Wood's "ln" update adding -b and -d. | landley | 1 | -1/+3 |
2005-04-29 | Patch from Matthew S. Wood: | landley | 1 | -8/+24 |
2005-04-29 | On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote: | landley | 1 | -0/+7 |
2005-04-27 | Do not attempt to free() the application's environment, which is was | andersen | 1 | -10/+8 |
2005-04-27 | Correct errors preventing busybox tar from working properly, | andersen | 1 | -6/+11 |
2005-04-26 | fix stupid build mistake i made earlier as pointed out by psm | vapier | 1 | -1/+1 |
2005-04-25 | use a generic error message | vapier | 2 | -2/+2 |
2005-04-25 | use asprintf in place of malloc/sprintf as suggested by solar | vapier | 2 | -13/+13 |
2005-04-25 | moved to e2fsprogs too | vapier | 1 | -22/+0 |
2005-04-25 | bbify to shrink size | vapier | 2 | -297/+177 |
2005-04-24 | use busybox funcs to make smaller | vapier | 1 | -103/+81 |
2005-04-24 | new version of ed taken from sash | vapier | 1 | -3108/+1176 |
2005-04-24 | svn didnt auto add these ... | vapier | 3 | -0/+96 |
2005-04-24 | add new subdir for e2fsprogs | vapier | 27 | -2/+2218 |
2005-04-24 | rework human_fstype to cut down size | vapier | 1 | -78/+47 |
2005-04-24 | rework options to get rid of extra variables | vapier | 1 | -15/+11 |
2005-04-23 | fix whitespace usage, fix un-escaped quotes in a bunch of examples, and stand... | vapier | 1 | -191/+189 |
2005-04-23 | fix inconsistent whitespace | vapier | 1 | -146/+146 |
2005-04-23 | remove extra whitespace | vapier | 1 | -2/+2 |
2005-04-23 | stat implementation based upon coreutils | vapier | 5 | -0/+675 |