Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Went ahead and fixed bug #301 (chown not working on symlinks) | John Beppu | 2000-01-23 | 1 | -1/+1 | |
| | | | | | | | 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 | |||||
* | Fix a bug where tar could change perms and ownership of dirs pointed | Erik Andersen | 2000-01-23 | 5 | -26/+47 | |
| | | | | | to by symlink within a tarball. -Erik | |||||
* | Some busybox updates. You no longer _have_ to put a "-" in front of tar | Erik Andersen | 2000-01-23 | 11 | -255/+364 | |
| | | | | | | | 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 | |||||
* | Better way to check for namespace aliasing. | Erik Andersen | 2000-01-22 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Tell what I did | Erik Andersen | 2000-01-20 | 1 | -0/+4 | |
| | | | | -Erik | |||||
* | Fix a namespace aliasing problem wereby du and dutmp, or | Erik Andersen | 2000-01-20 | 2 | -2/+2 | |
| | | | | | | rm and rmmod symlinks would be created when only du or rm was included. -Erik | |||||
* | foreach (@busybox_command) { | John Beppu | 2000-01-19 | 1 | -7/+428 | |
| | | | | | put_help_message_in_busybox_pod($_); } | |||||
* | added a little more content. | John Beppu | 2000-01-19 | 1 | -14/+37 | |
| | ||||||
* | Bug fix. grep wasn't printing file names they way it was supposed to. | Erik Andersen | 2000-01-19 | 3 | -6/+14 | |
| | | | | -Erik | |||||
* | fleshed out a bit more... just wanted to put the current | John Beppu | 2000-01-18 | 1 | -3/+156 | |
| | | | | changes under version control. | |||||
* | the beginnings of a proper man page for busybox. | John Beppu | 2000-01-18 | 1 | -0/+36 | |
| | ||||||
* | tar creation support is now optional. | Erik Andersen | 2000-01-16 | 6 | -182/+262 | |
| | | | | -Erik | |||||
* | Ready for release0_41 | Erik Andersen | 2000-01-15 | 1 | -1/+1 | |
| | ||||||
* | Sync up busybox with the latest and greatest. This is not stuff for | Erik Andersen | 2000-01-15 | 25 | -93/+907 | |
| | | | | | the Embedix release. -Erik | |||||
* | * Added -o loop option for mount, and support in umount for loop | Erik Andersen | 2000-01-13 | 6 | -44/+392 | |
| | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik | |||||
* | Bug fixes. | Erik Andersen | 2000-01-13 | 19 | -145/+166 | |
| | | | | -Erik | |||||
* | Fix a logger bug. | Erik Andersen | 2000-01-09 | 3 | -2/+5 | |
| | | | | -Erik | |||||
* | Possible fixes... | Erik Andersen | 2000-01-08 | 2 | -34/+68 | |
| | | | | -Erik | |||||
* | Oops. left debug on. | Erik Andersen | 2000-01-08 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | 2000-01-08 | 6 | -5/+32 | |
| | | | | | and README is a file. -Erik | |||||
* | foo0_40 | Erik Andersen | 2000-01-07 | 1 | -3/+3 | |
| | ||||||
* | Remove some leftover debug noise. | Erik Andersen | 2000-01-07 | 2 | -2/+0 | |
| | | | | -Erik | |||||
* | More adjustments | Erik Andersen | 2000-01-07 | 2 | -1/+1 | |
| | | | | -Erik | |||||
* | More minor fixes. | Erik Andersen | 2000-01-07 | 6 | -33/+39 | |
| | | | | -Erik | |||||
* | Init is now even more perfect then before. | Erik Andersen | 2000-01-07 | 7 | -81/+74 | |
| | | | | -Erik | |||||
* | Trivial type fix. | Erik Andersen | 2000-01-07 | 2 | -4/+2 | |
| | | | | -Erik | |||||
* | foo | Erik Andersen | 2000-01-07 | 1 | -0/+2 | |
| | ||||||
* | Init is now _more_ perfect then before. | Erik Andersen | 2000-01-07 | 2 | -74/+120 | |
| | | | | -Erik | |||||
* | making note of my changes. | John Beppu | 2000-01-07 | 2 | -1/+1 | |
| | ||||||
* | added uniq_usage message | John Beppu | 2000-01-07 | 2 | -4/+18 | |
| | ||||||
* | did tedious stuff | John Beppu | 2000-01-06 | 2 | -30/+92 | |
| | ||||||
* | Add in sample inittab file | Erik Andersen | 2000-01-06 | 2 | -0/+150 | |
| | | | | -Erik | |||||
* | inittab is now perfect. The universe will now submit to my | Erik Andersen | 2000-01-06 | 3 | -41/+116 | |
| | | | | | will. muhahahaha!!! Phear! -Erik | |||||
* | Cool. Beppu is doing uniq. | Erik Andersen | 2000-01-06 | 2 | -4/+6 | |
| | | | | -Erik | |||||
* | i am busybox of borg. unix will be assimilated. | John Beppu | 2000-01-06 | 6 | -0/+322 | |
| | ||||||
* | The latest and greatest. init basically works, though needs | Erik Andersen | 2000-01-05 | 9 | -115/+103 | |
| | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||||
* | heheh. Forgot the fix. Here it is: | Erik Andersen | 2000-01-05 | 1 | -2/+5 | |
| | | | | | | | * Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. -Erik | |||||
* | * Grep -i previously failed on UPPER CASE patterns due to a silly | Erik Andersen | 2000-01-05 | 1 | -0/+2 | |
| | | | | | | regexp implementation bug that is now fixed. -Erik | |||||
* | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | 2000-01-04 | 20 | -576/+779 | |
| | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | |||||
* | First pass inittab parser written | Erik Andersen | 1999-12-30 | 2 | -0/+150 | |
| | | | | -Erik | |||||
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 7 | -200/+569 | |
| | | | | | | | | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik | |||||
* | Add the beginings of some regression testing. Add in the recently | Erik Andersen | 1999-12-29 | 9 | -1/+1029 | |
| | | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik | |||||
* | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | 1999-12-29 | 6 | -99/+88 | |
| | | | | | some cruft from cp. -Erik | |||||
* | Fixed cp so it works as God intended it to. | Erik Andersen | 1999-12-29 | 8 | -53/+122 | |
| | | | | -Erik | |||||
* | Fixed a bug where tar would not set the user and group on device | Erik Andersen | 1999-12-28 | 3 | -21/+17 | |
| | | | | | special files. -Erik | |||||
* | Added changelog | Erik Andersen | 1999-12-27 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | chown(2) clears S_ISUID and S_ISGID, even when chown is | Erik Andersen | 1999-12-27 | 2 | -8/+8 | |
| | | | | | | called as root. Changed ordering of chown and chmod so SGID and SUID file permissions don't get munged. -Erik | |||||
* | sort is good to go. | John Beppu | 1999-12-23 | 3 | -46/+53 | |
| | ||||||
* | implemented numeric sort (sort -g) | John Beppu | 1999-12-23 | 2 | -18/+60 | |
| | ||||||
* | oops.. qsort(2) misunderstanding on my part. | John Beppu | 1999-12-22 | 2 | -10/+48 | |
| | | | | it's ok, now. |