aboutsummaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-17/+22
* Tar now works perfectly. It behaves much better now then itErik Andersen2000-04-051-2/+2
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-21/+11
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-241-3/+3
* My latest ramblings.Erik Andersen2000-03-231-3/+3
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-221-10/+19
* Add in a nifty function for mount to use.Erik Andersen2000-03-221-0/+36
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-211-13/+5
* Several fixes.Erik Andersen2000-03-171-3/+2
* Major build system updates...Erik Andersen2000-03-161-2/+2
* First pass at writing a shell for busybox.Erik Andersen2000-03-121-2/+2
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-081-7/+7
* Fix bugs related to finding PIDs.Erik Andersen2000-03-071-9/+19
* Fix up some #define stuff to ensure the Right Thing(tm)Erik Andersen2000-03-071-2/+2
* Wrote killall.Erik Andersen2000-03-071-11/+90
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-2/+0
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-3/+77
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-231-2/+2
* Removed proc dependancies for init and free (which maintaining exactlyErik Andersen2000-02-211-10/+5
* UpdatesErik Andersen2000-02-111-15/+44
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-091-0/+14
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-698/+696
* mkdir -p had gotten broken. Fixed now.Erik Andersen2000-02-081-1/+2
* device_open is common code -- moved into utility.cErik Andersen2000-02-071-0/+22
* A few minor updates. ;-)Erik Andersen2000-02-071-107/+148
* copy fixes to simplify link copying and always do the right thing.Erik Andersen2000-01-291-10/+8
* Forgot some debugging noise.Erik Andersen2000-01-271-1/+1
* copyFile could call chmod on a symlink, changing the permsErik Andersen2000-01-271-13/+13
* Shuffle location of generic code into utility.cErik Andersen2000-01-261-1/+69
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-261-0/+25
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+19
* Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen2000-01-231-2/+11
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+2
* Bug fixes.Erik Andersen2000-01-131-2/+9
* The latest and greatest. init basically works, though needsErik Andersen2000-01-051-10/+0
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-3/+13
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-291-1/+1
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-291-2/+3
* Sync to my local treeErik Andersen1999-12-211-1/+1
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-3/+5
* Adjustments for Johns init stuff,Eric Andersen1999-12-091-2/+7
* findInitPid() has been implemented and it seems to work.John Beppu1999-12-091-9/+34
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-1/+52
* * my_getid was leaking file descriptors, causing 'ls -l' on longEric Andersen1999-12-091-1/+4
* Latest and greatestEric Andersen1999-12-081-1/+0
* StufEric Andersen1999-12-051-4/+11
* syslogd and klogd work now.Eric Andersen1999-12-051-1/+1
* StufEric Andersen1999-12-031-1/+110
* Bug fixesEric Andersen1999-11-221-7/+1
* StufEric Andersen1999-11-191-0/+4