aboutsummaryrefslogtreecommitdiff
path: root/utility.c
AgeCommit message (Expand)Author
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-21* 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-12First pass at writing a shell for busybox.Erik Andersen
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplerErik Andersen
2000-03-07Fix 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-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-23Fixed rebooting when init runs as /linuxrcErik Andersen
2000-02-21Removed proc dependancies for init and free (which maintaining exactlyErik Andersen
2000-02-11UpdatesErik 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-27Forgot some debugging noise.Erik Andersen
2000-01-27copyFile could call chmod on a symlink, changing the permsErik Andersen
2000-01-26Shuffle 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-23Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
1999-12-29Add the beginings of some regression testing. Add in the recentlyErik Andersen
1999-12-29Fixed cp so it works as God intended it to.Erik Andersen
1999-12-21Sync to my local treeErik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
1999-12-09Adjustments for Johns init stuff,Eric Andersen
1999-12-09 findInitPid() has been implemented and it seems to work.John Beppu
1999-12-09Tail now works (costs 6k). Several other updates.Eric Andersen
1999-12-09* my_getid was leaking file descriptors, causing 'ls -l' on longEric Andersen
1999-12-08Latest and greatestEric Andersen
1999-12-05StufEric Andersen
1999-12-05syslogd and klogd work now.Eric Andersen
1999-12-03StufEric Andersen
1999-11-22Bug fixesEric Andersen
1999-11-19StufEric Andersen
1999-11-13updates for the dayEric Andersen
1999-11-10Updates to usage, and made tar work.Eric Andersen
1999-11-09StufEric Andersen