aboutsummaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make mkdir -m workEric Andersen1999-10-221-5/+3
|
* Cosmetic adjustments.Eric Andersen1999-10-221-5/+7
|
* Added regexp support, fixed Changelog.Eric Andersen1999-10-221-97/+54
|
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+4
|
* Made ps work. Fixed some stuff.Eric Andersen1999-10-201-0/+101
|
* Fixed chmod and friends.Eric Andersen1999-10-201-17/+29
|
* *** empty log message ***Eric Andersen1999-10-191-0/+2
|
* Made em work.Eric Andersen1999-10-191-0/+2
|