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-06-02Fix /etc/passwd misspelling.Eric Andersen
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-05-17Some more portability updatesErik Andersen
2000-05-13So much for my evil optimization. Doesn't seem to work. Will testErik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-05-08Fix umount dependency on find_real_root_device_nameErik Andersen
2000-05-02More stuffErik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-19Fix creation of /linuxrcErik Andersen
2000-04-19Really fix the killall segfault this time.Erik Andersen
2000-04-19Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen
2000-04-19Fix stupid bug (wrong variable)Erik Andersen
2000-04-19More little stuff.Erik Andersen
2000-04-18Fix killallErik Andersen
2000-04-18UpdatesErik Andersen
2000-04-17+ in the interest of robustness, I addedJohn Beppu
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen
2000-04-05Tar now works perfectly. It behaves much better now then itErik Andersen
2000-03-28Yet another installment in the ongoing tar sagaErik Andersen
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-22Use the nice new find_real_root_device function to find theErik Andersen
2000-03-22Add in a nifty function for mount to use.Erik Andersen
2000-03-22* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
2000-03-17Several fixes.Erik Andersen
2000-03-16Major build system updates...Erik Andersen
2000-03-13First pass at writing a shell for busybox.Erik Andersen
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen
2000-03-08Fix bugs related to finding PIDs.Erik Andersen
2000-03-07Fix up some #define stuff to ensure the Right Thing(tm)Erik Andersen
2000-03-07Wrote killall.Erik Andersen
2000-03-05Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
2000-03-05A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-24Fixed rebooting when init runs as /linuxrcErik Andersen
2000-02-22Removed proc dependancies for init and free (which maintaining exactlyErik Andersen
2000-02-12UpdatesErik 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-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07A few minor updates. ;-)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-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