summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* /etc/init.d/httpd: Add missing space in message.P. J. McDermott2014-05-141-1/+1
|
* changelog: Release busybox 1.21.1-3.busybox/1.21.1-3P. J. McDermott2014-05-131-1/+1
|
* platconf: Remove "./" workaround.P. J. McDermott2014-05-131-1/+1
|
* changelog: Update.P. J. McDermott2014-05-091-0/+10
|
* build: Install platform-specific inittab.P. J. McDermott2014-05-091-7/+1
|
* platconf: Add inittab.P. J. McDermott2014-05-091-0/+1
|
* src.etc/inittab*: Remove.P. J. McDermott2014-05-092-30/+0
|
* /etc/init.d/mountall: Fix message newline.P. J. McDermott2014-05-091-1/+1
|
* /etc/init.d/*: Use absolute paths with s-s-d.P. J. McDermott2014-05-094-4/+4
|
* build: Install /etc/init.d/rc and links.P. J. McDermott2014-05-091-0/+3
|
* changelog: Release busybox 1.21.1-2.busybox/1.21.1-2P. J. McDermott2014-05-081-1/+1
|
* changelog: Update.P. J. McDermott2014-05-081-0/+13
|
* alternatives: Line up columns.P. J. McDermott2014-05-081-12/+12
|
* alternatives: Add xz utilities.P. J. McDermott2014-05-081-0/+6
|
* alternatives: Add dc.P. J. McDermott2014-05-071-0/+1
|
* changelog: Release busybox 1.21.1-1.busybox/1.21.1-1P. J. McDermott2014-03-141-2/+4
|
* /etc/init.d/*: Add missing ">&2" redirections.P. J. McDermott2014-03-145-5/+5
|
* /etc/init.d/telnetd: Fix a "Starting" message.P. J. McDermott2014-03-141-1/+1
|
* /etc/init.d/mountdevsubfs: rm /dev/shm.P. J. McDermott2014-03-141-0/+2
| | | | This shouldn't be necessary, but let's be paranoid with untested things.
* Fix grep commands in init scripts.P. J. McDermott2014-03-133-8/+8
| | | | | | | | | | | The exit status of a pipeline is the exit status of the last command in the pipeline. If the last command is ":", the exit status will always be 0, regardless of whether grep finds the specified pattern. So just use grep's -q command. According to the documentation for GNU grep, some older grep implementations lacked this option. But we're only running these scripts on BusyBox grep, which unconditionally includes this option.
* Update my e-mail address.P. J. McDermott2014-03-132-2/+2
|
* busybox: Make essential.P. J. McDermott2014-03-131-0/+1
|
* control: Update Maintainer field.P. J. McDermott2014-03-131-1/+1
|
* copyright: Rewrite.P. J. McDermott2014-03-131-348/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In general, BusyBox is licensed under GNU GPL version 2.0, but there are many other licenses that must also be reproduced along with binary copies of BusyBox (e.g. 3-clause BSD and LGPL 2.1). GPL 2.0 § 3 allows us to distribute BusyBox in object code form, subject to the terms of §§ 1 and 2 plus some additional terms. § 1 requires that we "conspicuously and appropriately publish on each copy an appropriate copyright notice". Under a strict reading, this means we have to accompany copies of BusyBox in object code form with an "appropriate copyright notice". Also under a strict reading, a notice like "BusyBox is copyrighted by many authors between 1998-2012" may not be "appropriate". However, the common legal theory suggests that GPL 2.0 only requires copyright notices on copies in source code form. That is, the source code (provided pursuant to § 3) must comply with §§ 1 and 2. Indeed, many distributors (e.g. Fedora, Parabola, and probably all hardware vendors) of GPL-licensed software don't include copyright notices with all of their object code copies. We'll at least include some general copyright notice. This copyright notice comes from the busybox binary itself [1][2]. [1]: http://lists.busybox.net/pipermail/busybox/2012-July/078149.html [2]: http://git.busybox.net/busybox/commit/?id=0e941d5
* busybox: Rewrite Description.P. J. McDermott2014-03-111-2/+7
|
* busybox.pkg/prerm: Protect [ command from "-".P. J. McDermott2014-03-111-1/+1
|
* alternatives: Give mkpasswd a priority of 20.P. J. McDermott2014-02-191-1/+1
|
* Remove outdated copy of busybox.config.P. J. McDermott2014-02-192-1034/+1
|
* changelog: Combine repetitive change entries.P. J. McDermott2014-02-191-6/+8
|
* changelog: Note /usr/bin/mkpasswd change.P. J. McDermott2014-02-191-0/+1
|
* build: Create and depend on build stamp.P. J. McDermott2014-02-191-1/+2
|
* Simplify maintainer scripts.P. J. McDermott2014-02-193-11/+10
| | | | | Populate /usr/share/busybox/alternatives at build time with only the files actually installed.
* Unify alternatives lists into one file.P. J. McDermott2014-02-194-27/+14
| | | | This file is used at build time and install/remove time.
* Refactor update-alternatives stuff into loops.P. J. McDermott2014-02-193-22/+37
|
* Manage /usr/bin/mkpasswd with update-alternatives.P. J. McDermott2014-02-193-0/+4
| | | | This is also provided by expect-doc.
* Rename CONFIG_FEATURE_UNAME_OS_NAME option.P. J. McDermott2013-09-201-4/+4
|
* Add patch to make uname_info.os configurable.P. J. McDermott2013-09-201-0/+57
|
* changelog: Update.P. J. McDermott2013-09-081-0/+4
|
* Add patch to fix handling of empty awk functions.P. J. McDermott2013-09-081-0/+88
|
* Manage /usr/bin/awk with update-alternatives.P. J. McDermott2013-09-083-0/+3
| | | | This is also provided by gawk.
* /etc/init.d/*: Fix file modes.P. J. McDermott2013-08-132-0/+0
|
* /etc/init.d/m*: Don't write to /dev/null.P. J. McDermott2013-08-133-8/+8
|
* /etc/init.d/mountdevsubfs: New script.P. J. McDermott2013-08-132-10/+50
|
* /etc/init.d/mdev: Add a separate restart() func.P. J. McDermott2013-08-131-2/+10
|
* /etc/init.d/mdev: Mount a tmpfs on /dev.P. J. McDermott2013-08-131-0/+12
|
* /etc/init.d/mounttmpfs: New script.P. J. McDermott2013-08-132-0/+48
|
* scripts: Fix CONFIG_FEATURE_MOUNT_* option names.P. J. McDermott2013-08-081-9/+9
|
* build: Move index.html install out of INIT test.P. J. McDermott2013-08-081-5/+5
|
* build: Install scripts/links listed in scripts.P. J. McDermott2013-08-081-11/+8
|
* scripts: New file to list init scripts and links.P. J. McDermott2013-08-081-0/+9
|