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