summaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-6/+19
| | | | | a release. Update the website with release details. -Erik
* Changelog update/cleanup from larry.Eric Andersen2001-01-051-7/+8
|
* Included name of Larry Doolittle's build test script. Shameless self-creditingMark Whitley2001-01-041-1/+5
| | | | of a few items.
* Update to changelog -- mostly from Larry Doolittle.Eric Andersen2001-01-041-1/+30
|
* add dpkg-deb commandGlenn L McGrath2001-01-021-1/+2
|
* Bump the version number to 0.49preEric Andersen2000-12-201-0/+7
|
* Formatting fix0_48Eric Andersen2000-12-131-3/+2
|
* A few more updatesEric Andersen2000-12-131-0/+1
|
* Update the version number to 0.48 (no longer pre).Eric Andersen2000-12-131-1/+2
|
* Fix spelling error s/defaut/default/gEric Andersen2000-12-111-1/+1
|
* Support for tar -z option for uncompressing onlyGlenn L McGrath2000-12-101-0/+2
|
* Some updates. Wrong name was on a patch, plus a spelling fix.Eric Andersen2000-12-081-2/+3
|
* Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logEric Andersen2000-12-081-0/+2
| | | | | when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess...
* Patch from Matt Kraai to make logger log all arguments.Eric Andersen2000-12-081-0/+1
|
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardEric Andersen2000-12-071-0/+2
| | | | links, and no longer segfault in a certain wierd case.
* Add some more changlog stuff suggested by Larry Doolittle.Eric Andersen2000-12-071-2/+20
|
* Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen2000-12-061-1/+4
| | | | | | thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
* Changelog updateEric Andersen2000-12-041-0/+5
|
* Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen2000-11-301-1/+3
| | | | | and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
* Update the changelog a bitEric Andersen2000-11-291-1/+11
|
* Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen2000-11-291-1/+4
|
* Fix uname problem that was breaking poweroff.Eric Andersen2000-10-301-0/+8
|
* Log the devps patch update0_47Eric Andersen2000-09-261-0/+2
|
* Final touchups for the release...Eric Andersen2000-09-261-3/+3
| | | | -Erik
* Fix nameEric Andersen2000-09-251-1/+1
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-0/+1
| | | | -Erik
* Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen2000-09-251-16/+22
| | | | | sensible and noticable "Config.h". -Erik
* Update a few entries for 0.47...Eric Andersen2000-09-241-5/+11
|
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-0/+1
| | | | -Erik
* Note the syslogd bug fixEric Andersen2000-09-141-0/+2
|
* Bug fix for wget, and proper attribution of Chip Rosenthal andEric Andersen2000-09-141-0/+2
| | | | | Covad Communications for the contribution of wget. -Erik
* Note the chmod fix.Eric Andersen2000-08-221-2/+5
| | | | -Erik
* Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen2000-08-211-0/+2
| | | | | I added the docs, and made behavior identical to the GNU version. -Erik
* lsmod now uses the query_module syscall, rather then /procEric Andersen2000-08-211-0/+1
| | | | -Erik
* Add optional ls file sorting, thanks to a patch fromEric Andersen2000-08-111-2/+4
| | | | | Sterling Huxley <sterling@europa.com> -Erik
* Commit the rewrite of tail by Allen SoardEric Andersen2000-07-311-0/+3
| | | | | | <esp-software@mail.hypermart.net>. Thanks Allen for you work at getting this into shape, -Erik
* chroot can now call the builtin shellPavel Roskin2000-07-241-0/+1
|
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen2000-07-211-0/+1
| | | | -Erik
* Bump version number.Eric Andersen2000-07-211-1/+1
| | | | -Erik
* * syslogd can now log messages to a remote host -- patch thanksEric Andersen2000-07-201-0/+11
| | | | | to Gyepi Sam <gyepi@praxis-sw.com> -Erik
* Final update for the release.Eric Andersen2000-07-111-0/+4
|
* More changelog updatesEric Andersen2000-07-111-3/+4
| | | | -Erik
* Added changelog entries for grep/sed/regex changes.Mark Whitley2000-07-111-0/+3
|
* Some changelog updates.Eric Andersen2000-07-111-1/+4
| | | | -Erik
* Added 'dumpkmap' to allow people to dump a binary keymap, which can then beEric Andersen2000-07-111-0/+3
| | | | | loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org> -Erik
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-101-0/+1
| | | | -Erik
* Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen2000-07-071-0/+4
| | | | | | maintain it very well, so including it was not very appropriate. Those wanting an fdisk are invited to grab a copy from util-linux. -Erik
* Recognize Matt's poweroff fix.Eric Andersen2000-07-071-3/+6
| | | | -Erik
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen2000-07-061-0/+2
| | | | | thanks to Daniel Quinlan <quinlan@transmeta.com> -Erik
* Fixed backspace and delete so they work properly again -- brokenEric Andersen2000-07-061-0/+3
| | | | | since 0.44. -Erik