Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-12Add this in0_42Erik Andersen
2000-02-12UpdatesErik Andersen
2000-02-11+ memory allocation/deallocation is less tolerant of evil.John Beppu
2000-02-11fsck_minix.c lost fat.John Beppu
2000-02-11reduced .bss size by dynmaically allocating a certain largeJohn Beppu
2000-02-11Fixed a bug,Erik Andersen
2000-02-10More minor touchups.Erik Andersen
2000-02-09Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>Erik Andersen
2000-02-09Fix a possible /linuxrc crash.Erik Andersen
2000-02-09Update the sample inittab to add the "ctrlaltdel" action.Erik Andersen
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-08mkdir -p had gotten broken. Fixed now.Erik Andersen
2000-02-07Forgot a semicolon.Erik Andersen
2000-02-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07Forgot cp and mv are now cp_mvErik Andersen
2000-02-07Remove the now obsolete test. Tests nowErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-30made more robust and commented my code.John Beppu
2000-01-29 nslookup -- a work in progress...John Beppu
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
2000-01-29Minor change. init now uses dup2.Erik Andersen
2000-01-29copy fixes to simplify link copying and always do the right thing.Erik Andersen
2000-01-28Forgot some debugging noise.Erik Andersen
2000-01-27copyFile could call chmod on a symlink, changing the permsErik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
2000-01-27Shuffle location of generic code into utility.cErik Andersen
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-24put #if's around the lchown, becauseJohn Beppu
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
2000-01-23 Making note of my changesJohn Beppu
2000-01-23 Went ahead and fixed bug #301 (chown not working on symlinks)John Beppu
2000-01-23Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
2000-01-22Better way to check for namespace aliasing.Erik Andersen
2000-01-20Tell what I didErik Andersen
2000-01-20Fix a namespace aliasing problem wereby du and dutmp, orErik Andersen
2000-01-19foreach (@busybox_command) {John Beppu
2000-01-19added a little more content.John Beppu
2000-01-19Bug fix. grep wasn't printing file names they way it was supposed to.Erik Andersen
2000-01-19fleshed out a bit more... just wanted to put the currentJohn Beppu
2000-01-18the beginnings of a proper man page for busybox.John Beppu
2000-01-16tar creation support is now optional.Erik Andersen
2000-01-16Ready for release0_41Erik Andersen
2000-01-16Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13* Added -o loop option for mount, and support in umount for loopErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-09Fix a logger bug.Erik Andersen
2000-01-09Possible fixes...Erik Andersen