aboutsummaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyFile could call chmod on a symlink, changing the permserik2000-01-271-2/+6
| | | | | | | | of the pointed to file. Minor fix to tar for directory handling. -Erik git-svn-id: svn://busybox.net/trunk/busybox@344 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed ls formatting for 8 char user names.erik2000-01-271-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@343 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount and umount could leak loop device allocations causing the system toerik2000-01-261-0/+5
| | | | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik git-svn-id: svn://busybox.net/trunk/busybox@341 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. See the changelog for details if you care.erik2000-01-251-3/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * added (and documented) "-n" option for head -erik2000-01-231-0/+4
| | | | | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Making note of my changesbeppu2000-01-231-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a bug where tar could change perms and ownership of dirs pointederik2000-01-231-1/+3
| | | | | | | | to by symlink within a tarball. -Erik git-svn-id: svn://busybox.net/trunk/busybox@329 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-231-0/+8
| | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tell what I diderik2000-01-201-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fix. grep wasn't printing file names they way it was supposed to.erik2000-01-191-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@316 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tar creation support is now optional.erik2000-01-161-0/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@312 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ready for releaseerik2000-01-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@310 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-151-1/+14
| | | | | | | | the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Added -o loop option for mount, and support in umount for looperik2000-01-131-0/+3
| | | | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik git-svn-id: svn://busybox.net/trunk/busybox@304 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fixes.erik2000-01-131-1/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a logger bug.erik2000-01-091-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@299 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-081-0/+7
| | | | | | | | and README is a file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fooerik2000-01-071-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@294 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor fixes.erik2000-01-071-12/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* making note of my changes.beppu2000-01-071-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@286 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Grep -i previously failed on UPPER CASE patterns due to a sillyerik2000-01-051-0/+2
| | | | | | | | | regexp implementation bug that is now fixed. -Erik git-svn-id: svn://busybox.net/trunk/busybox@277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bunches of fixes. Typos, bugs, etc.erik2000-01-041-5/+14
| | | | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik git-svn-id: svn://busybox.net/trunk/busybox@276 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * sed now supports addresses (numeric or regexp, with negation) anderik1999-12-291-0/+5
| | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@274 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the beginings of some regression testing. Add in the recentlyerik1999-12-291-0/+2
| | | | | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik git-svn-id: svn://busybox.net/trunk/busybox@269 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed mv so it now does the right thing (same method used in cp). Removederik1999-12-291-0/+3
| | | | | | | | some cruft from cp. -Erik git-svn-id: svn://busybox.net/trunk/busybox@268 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a bug where tar would not set the user and group on deviceerik1999-12-281-3/+3
| | | | | | | | special files. -Erik git-svn-id: svn://busybox.net/trunk/busybox@265 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added changelogerik1999-12-271-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sort is good to go.beppu1999-12-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@262 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>erik1999-12-211-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-1/+3
| | | | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik git-svn-id: svn://busybox.net/trunk/busybox@243 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Wrote rmmod for busybox.erik1999-12-161-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@239 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bugs in logger and syslogd. Add fbset.erik1999-12-161-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@237 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added lsmoderik1999-12-151-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* made note of my recent changesbeppu1999-12-151-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed spelling of my name. Geez.andersen1999-12-111-3/+3
| | | | | | | | Ah kant evun spel mi nam. -Erik git-svn-id: svn://busybox.net/trunk/busybox@217 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, so this is reallt 0.38...andersen1999-12-111-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Set version to 0.39andersen1999-12-111-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@214 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added poweroff (and adjusted init to use it). Inlined functionandersen1999-12-101-1/+3
| | | | | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik git-svn-id: svn://busybox.net/trunk/busybox@199 69ca8d6d-28ef-0310-b511-8ec308f3f277
* less TODObeppu1999-12-101-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make sure the world knows who "beppu" is.andersen1999-12-101-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@194 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implemented tee(1).beppu1999-12-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor changelog updatebeppu1999-12-091-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Fixed rebooting from init. I'd left some debugging code inandersen1999-12-091-0/+2
| | | | | | | | which blocked reboots. Oops. -Erik git-svn-id: svn://busybox.net/trunk/busybox@180 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tail now works (costs 6k). Several other updates.andersen1999-12-091-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@179 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added an empty line for no reason.andersen1999-12-091-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@178 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed spelling errorandersen1999-12-091-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * my_getid was leaking file descriptors, causing 'ls -l' on longandersen1999-12-091-0/+2
| | | | | | | | directories to fail -Erik git-svn-id: svn://busybox.net/trunk/busybox@176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatestandersen1999-12-081-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-071-0/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@168 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-071-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@167 69ca8d6d-28ef-0310-b511-8ec308f3f277