summaryrefslogtreecommitdiff
path: root/utility.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* updates for the dayEric Andersen1999-11-131-5/+1
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
* 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
* More stuff.Eric Andersen1999-11-041-0/+9
* Ha! Got init working.Eric Andersen1999-11-011-1/+1
* 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