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