summaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix up some #define stuff to ensure the Right Thing(tm)Erik Andersen2000-03-071-2/+2
| | | | | | happens with all combinations of BB_KILL and BB_KILLALL being defined. -Erik
* Wrote killall.Erik Andersen2000-03-071-11/+90
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-2/+0
| | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-3/+77
| | | | -Erik
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-231-2/+2
| | | | -Erik
* Removed proc dependancies for init and free (which maintaining exactlyErik Andersen2000-02-211-10/+5
| | | | | | | the same functionality). /proc takes up 90k of kernel space, so it is nice to avoid using it at all costs. The only places where it is depended on is for cetain optional mount/umount features, and for ps and lsmod. -Erik
* UpdatesErik Andersen2000-02-111-15/+44
| | | | -Erik
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-091-0/+14
| | | | | on reboot. Also fixed swapoff -a so it works. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-698/+696
| | | | -Erik
* mkdir -p had gotten broken. Fixed now.Erik Andersen2000-02-081-1/+2
| | | | -Erik
* device_open is common code -- moved into utility.cErik Andersen2000-02-071-0/+22
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-107/+148
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* copy fixes to simplify link copying and always do the right thing.Erik Andersen2000-01-291-10/+8
| | | | | | ping could segfault because I'm an idiot, and tried to put a value in where I hadn't allocated storage. choke. -Erik
* Forgot some debugging noise.Erik Andersen2000-01-271-1/+1
| | | | -Erik
* copyFile could call chmod on a symlink, changing the permsErik Andersen2000-01-271-13/+13
| | | | | of the pointed to file. Minor fix to tar for directory handling. -Erik
* Shuffle location of generic code into utility.cErik Andersen2000-01-261-1/+69
| | | | -Erik
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-261-0/+25
| | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+19
| | | | -Erik
* Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen2000-01-231-2/+11
| | | | | to by symlink within a tarball. -Erik
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-0/+2
| | | | | the Embedix release. -Erik
* Bug fixes.Erik Andersen2000-01-131-2/+9
| | | | -Erik
* The latest and greatest. init basically works, though needsErik Andersen2000-01-051-10/+0
| | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-3/+13
| | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-291-1/+1
| | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik
* Fixed cp so it works as God intended it to.Erik Andersen1999-12-291-2/+3
| | | | -Erik
* 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
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* Adjustments for Johns init stuff,Eric Andersen1999-12-091-2/+7
| | | | -Erik
* findInitPid() has been implemented and it seems to work.John Beppu1999-12-091-9/+34
| | | | reboot has been changed to take advantage of findInitPid();
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-1/+52
| | | | -Erik
* * my_getid was leaking file descriptors, causing 'ls -l' on longEric Andersen1999-12-091-1/+4
| | | | | directories to fail -Erik
* 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
| | | | -Erik
* StufEric Andersen1999-12-031-1/+110
|
* Bug fixesEric Andersen1999-11-221-7/+1
|
* StufEric Andersen1999-11-191-0/+4
|
* updates for the dayEric Andersen1999-11-131-5/+1
|
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
| | | | -Erik
* StufEric Andersen1999-11-091-55/+38
|
* StuffEric Andersen1999-11-091-2/+6
|
* Fixed ln, df, and removed redundant stuff from mtab.Eric Andersen1999-11-061-0/+59
|
* More stuff -- ready for release.0_32Eric Andersen1999-11-051-2/+6
| | | | -Erik
* More stuff.Eric Andersen1999-11-041-0/+9
|
* Ha! Got init working.Eric Andersen1999-11-011-1/+1
| | | | -Erik
* More stuf. sed works.Eric Andersen1999-10-291-3/+3
|
* StufEric Andersen1999-10-291-37/+49
|
* StuffEric Andersen1999-10-291-35/+66
|
* StufEric Andersen1999-10-251-0/+92
|
* More stuff.Eric Andersen1999-10-221-0/+1
|