| Commit message (Expand) | Author | Age | Files | Lines |
* | - I suspect the problem has something to do w/ symlinks. | beppu | 2000-02-13 | 2 | -4/+4 |
* | Add this in | erik | 2000-02-11 | 1 | -0/+15 |
* | Updates | erik | 2000-02-11 | 24 | -414/+483 |
* | + memory allocation/deallocation is less tolerant of evil. | beppu | 2000-02-11 | 2 | -4/+42 |
* | fsck_minix.c lost fat. | beppu | 2000-02-11 | 1 | -0/+2 |
* | reduced .bss size by dynmaically allocating a certain large | beppu | 2000-02-11 | 2 | -4/+46 |
* | Fixed a bug, | erik | 2000-02-10 | 1 | -1/+1 |
* | More minor touchups. | erik | 2000-02-10 | 5 | -262/+258 |
* | Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp> | erik | 2000-02-09 | 2 | -4/+4 |
* | Fix a possible /linuxrc crash. | erik | 2000-02-09 | 2 | -2/+4 |
* | Update the sample inittab to add the "ctrlaltdel" action. | erik | 2000-02-09 | 3 | -6/+14 |
* | Fixed the init problem where it wouldn't unmount filesystems | erik | 2000-02-09 | 13 | -354/+457 |
* | Some formatting updates (ran the code through indent) | erik | 2000-02-08 | 163 | -27364/+27866 |
* | mkdir -p had gotten broken. Fixed now. | erik | 2000-02-08 | 1 | -1/+2 |
* | Forgot a semicolon. | erik | 2000-02-07 | 1 | -1/+1 |
* | device_open is common code -- moved into utility.c | erik | 2000-02-07 | 6 | -76/+25 |
* | Forgot cp and mv are now cp_mv | erik | 2000-02-07 | 1 | -2/+1 |
* | Remove the now obsolete test. Tests now | erik | 2000-02-07 | 1 | -148/+0 |
* | A few minor updates. ;-) | erik | 2000-02-07 | 76 | -1030/+1856 |
* | made more robust and commented my code. | beppu | 2000-01-30 | 2 | -68/+108 |
* | nslookup -- a work in progress... | beppu | 2000-01-29 | 6 | -0/+344 |
* | Clear up some ambiguity with old style assignments. | erik | 2000-01-29 | 11 | -24/+24 |
* | Minor change. init now uses dup2. | erik | 2000-01-29 | 4 | -10/+18 |
* | copy fixes to simplify link copying and always do the right thing. | erik | 2000-01-29 | 3 | -26/+16 |
* | Forgot some debugging noise. | erik | 2000-01-27 | 1 | -1/+1 |
* | copyFile could call chmod on a symlink, changing the perms | erik | 2000-01-27 | 4 | -15/+21 |
* | Fixed ls formatting for 8 char user names. | erik | 2000-01-27 | 5 | -2/+5 |
* | Shuffle location of generic code into utility.c | erik | 2000-01-26 | 4 | -143/+71 |
* | mount and umount could leak loop device allocations causing the system to | erik | 2000-01-26 | 11 | -264/+266 |
* | Some busybox updates. See the changelog for details if you care. | erik | 2000-01-25 | 18 | -231/+965 |
* | put #if's around the lchown, because | beppu | 2000-01-24 | 1 | -1/+7 |
* | * added (and documented) "-n" option for head - | erik | 2000-01-23 | 21 | -107/+112 |
* | Making note of my changes | beppu | 2000-01-23 | 1 | -0/+2 |
* | Went ahead and fixed bug #301 (chown not working on symlinks) | beppu | 2000-01-23 | 1 | -1/+1 |
* | Fix a bug where tar could change perms and ownership of dirs pointed | erik | 2000-01-23 | 5 | -26/+47 |
* | Some busybox updates. You no longer _have_ to put a "-" in front of tar | erik | 2000-01-23 | 11 | -255/+364 |
* | Better way to check for namespace aliasing. | erik | 2000-01-22 | 2 | -2/+2 |
* | Tell what I did | erik | 2000-01-20 | 1 | -0/+4 |
* | Fix a namespace aliasing problem wereby du and dutmp, or | erik | 2000-01-20 | 2 | -2/+2 |
* | foreach (@busybox_command) { | beppu | 2000-01-19 | 1 | -7/+428 |
* | added a little more content. | beppu | 2000-01-19 | 1 | -14/+37 |
* | Bug fix. grep wasn't printing file names they way it was supposed to. | erik | 2000-01-19 | 3 | -6/+14 |
* | fleshed out a bit more... just wanted to put the current | beppu | 2000-01-18 | 1 | -3/+156 |
* | the beginnings of a proper man page for busybox. | beppu | 2000-01-18 | 1 | -0/+36 |
* | tar creation support is now optional. | erik | 2000-01-16 | 6 | -182/+262 |
* | Ready for release | erik | 2000-01-15 | 1 | -1/+1 |
* | Sync up busybox with the latest and greatest. This is not stuff for | erik | 2000-01-15 | 25 | -93/+907 |
* | * Added -o loop option for mount, and support in umount for loop | erik | 2000-01-13 | 6 | -44/+392 |
* | Bug fixes. | erik | 2000-01-13 | 19 | -145/+166 |
* | Fix a logger bug. | erik | 2000-01-09 | 3 | -2/+5 |