aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear up some ambiguity with old style assignments.erik2000-01-2911-24/+24
* Minor change. init now uses dup2.erik2000-01-294-10/+18
* copy fixes to simplify link copying and always do the right thing.erik2000-01-293-26/+16
* Forgot some debugging noise.erik2000-01-271-1/+1
* copyFile could call chmod on a symlink, changing the permserik2000-01-274-15/+21
* Fixed ls formatting for 8 char user names.erik2000-01-275-2/+5
* Shuffle location of generic code into utility.cerik2000-01-264-143/+71
* mount and umount could leak loop device allocations causing the system toerik2000-01-2611-264/+266
* Some busybox updates. See the changelog for details if you care.erik2000-01-2518-231/+965
* put #if's around the lchown, becausebeppu2000-01-241-1/+7
* * added (and documented) "-n" option for head -erik2000-01-2321-107/+112
* Making note of my changesbeppu2000-01-231-0/+2
* Went ahead and fixed bug #301 (chown not working on symlinks)beppu2000-01-231-1/+1
* Fix a bug where tar could change perms and ownership of dirs pointederik2000-01-235-26/+47
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-2311-255/+364
* Better way to check for namespace aliasing.erik2000-01-222-2/+2
* Tell what I diderik2000-01-201-0/+4
* Fix a namespace aliasing problem wereby du and dutmp, orerik2000-01-202-2/+2
* foreach (@busybox_command) {beppu2000-01-191-7/+428
* added a little more content.beppu2000-01-191-14/+37
* Bug fix. grep wasn't printing file names they way it was supposed to.erik2000-01-193-6/+14
* fleshed out a bit more... just wanted to put the currentbeppu2000-01-181-3/+156
* the beginnings of a proper man page for busybox.beppu2000-01-181-0/+36
* tar creation support is now optional.erik2000-01-166-182/+262
* Ready for releaseerik2000-01-151-1/+1
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-1525-93/+907
* * Added -o loop option for mount, and support in umount for looperik2000-01-136-44/+392
* Bug fixes.erik2000-01-1319-145/+166
* Fix a logger bug.erik2000-01-093-2/+5
* Possible fixes...erik2000-01-082-34/+68
* Oops. left debug on.erik2000-01-081-1/+1
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-086-5/+32
* fooerik2000-01-071-3/+3
* Remove some leftover debug noise.erik2000-01-072-2/+0
* More adjustmentserik2000-01-072-1/+1
* More minor fixes.erik2000-01-076-33/+39
* Init is now even more perfect then before.erik2000-01-077-81/+74
* Trivial type fix.erik2000-01-072-4/+2
* fooerik2000-01-071-0/+2
* Init is now _more_ perfect then before.erik2000-01-072-74/+120
* making note of my changes.beppu2000-01-072-1/+1
* added uniq_usage messagebeppu2000-01-072-4/+18
* did tedious stuffbeppu2000-01-062-30/+92
* Add in sample inittab fileerik2000-01-062-0/+150
* inittab is now perfect. The universe will now submit to myerik2000-01-063-41/+116
* Cool. Beppu is doing uniq.erik2000-01-062-4/+6
* i am busybox of borg. unix will be assimilated.beppu2000-01-066-0/+322
* The latest and greatest. init basically works, though needserik2000-01-059-115/+103
* heheh. Forgot the fix. Here it is:erik2000-01-051-2/+5
* * Grep -i previously failed on UPPER CASE patterns due to a sillyerik2000-01-051-0/+2