Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-29 | Clear up some ambiguity with old style assignments. | Erik Andersen | |
-Erik | |||
2000-01-29 | Minor change. init now uses dup2. | Erik Andersen | |
-Erik | |||
2000-01-29 | copy fixes to simplify link copying and always do the right thing. | Erik Andersen | |
ping could segfault because I'm an idiot, and tried to put a value in where I hadn't allocated storage. choke. -Erik | |||
2000-01-27 | Forgot some debugging noise. | Erik Andersen | |
-Erik | |||
2000-01-27 | copyFile could call chmod on a symlink, changing the perms | Erik Andersen | |
of the pointed to file. Minor fix to tar for directory handling. -Erik | |||
2000-01-27 | Fixed ls formatting for 8 char user names. | Erik Andersen | |
-Erik | |||
2000-01-26 | Shuffle location of generic code into utility.c | Erik Andersen | |
-Erik | |||
2000-01-26 | mount and umount could leak loop device allocations causing the system to | Erik Andersen | |
quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik | |||
2000-01-25 | Some busybox updates. See the changelog for details if you care. | Erik Andersen | |
-Erik | |||
2000-01-24 | put #if's around the lchown, because | John Beppu | |
older glibc versions don't have it. | |||
2000-01-23 | * added (and documented) "-n" option for head - | Erik Andersen | |
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik | |||
2000-01-23 | Making note of my changes | John Beppu | |
2000-01-23 | Went ahead and fixed bug #301 (chown not working on symlinks) | John Beppu | |
in fileAction(), I changed the chown() to lchown(); Hopefully, that doesn't break anything. (I don't think it does). nested ?:?:?: madness in chmod_chown_chgrp.c | |||
2000-01-23 | Fix a bug where tar could change perms and ownership of dirs pointed | Erik Andersen | |
to by symlink within a tarball. -Erik | |||
2000-01-23 | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | |
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik | |||
2000-01-22 | Better way to check for namespace aliasing. | Erik Andersen | |
-Erik | |||
2000-01-20 | Tell what I did | Erik Andersen | |
-Erik | |||
2000-01-20 | Fix a namespace aliasing problem wereby du and dutmp, or | Erik Andersen | |
rm and rmmod symlinks would be created when only du or rm was included. -Erik | |||
2000-01-19 | foreach (@busybox_command) { | John Beppu | |
put_help_message_in_busybox_pod($_); } | |||
2000-01-19 | added a little more content. | John Beppu | |
2000-01-19 | Bug fix. grep wasn't printing file names they way it was supposed to. | Erik Andersen | |
-Erik | |||
2000-01-18 | fleshed out a bit more... just wanted to put the current | John Beppu | |
changes under version control. | |||
2000-01-18 | the beginnings of a proper man page for busybox. | John Beppu | |
2000-01-16 | tar creation support is now optional. | Erik Andersen | |
-Erik | |||
2000-01-15 | Ready for release | Erik Andersen | |
2000-01-15 | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | |
the Embedix release. -Erik | |||
2000-01-13 | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | |
devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | |||
2000-01-13 | Bug fixes. | Erik Andersen | |
-Erik | |||
2000-01-09 | Fix a logger bug. | Erik Andersen | |
-Erik | |||
2000-01-08 | Possible fixes... | Erik Andersen | |
-Erik | |||
2000-01-08 | Oops. left debug on. | Erik Andersen | |
-Erik | |||
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | |
and README is a file. -Erik | |||
2000-01-07 | foo | Erik Andersen | |
2000-01-07 | Remove some leftover debug noise. | Erik Andersen | |
-Erik | |||
2000-01-07 | More adjustments | Erik Andersen | |
-Erik | |||
2000-01-07 | More minor fixes. | Erik Andersen | |
-Erik | |||
2000-01-07 | Init is now even more perfect then before. | Erik Andersen | |
-Erik | |||
2000-01-07 | Trivial type fix. | Erik Andersen | |
-Erik | |||
2000-01-07 | foo | Erik Andersen | |
2000-01-07 | Init is now _more_ perfect then before. | Erik Andersen | |
-Erik | |||
2000-01-07 | making note of my changes. | John Beppu | |
2000-01-07 | added uniq_usage message | John Beppu | |
2000-01-06 | did tedious stuff | John Beppu | |
2000-01-06 | Add in sample inittab file | Erik Andersen | |
-Erik | |||
2000-01-06 | inittab is now perfect. The universe will now submit to my | Erik Andersen | |
will. muhahahaha!!! Phear! -Erik | |||
2000-01-06 | Cool. Beppu is doing uniq. | Erik Andersen | |
-Erik | |||
2000-01-06 | i am busybox of borg. unix will be assimilated. | John Beppu | |
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
2000-01-05 | heheh. Forgot the fix. Here it is: | Erik Andersen | |
* Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. -Erik | |||
2000-01-05 | * Grep -i previously failed on UPPER CASE patterns due to a silly | Erik Andersen | |
regexp implementation bug that is now fixed. -Erik |