<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=ToyBox</id>
	<title>ToyBox - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=ToyBox"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=ToyBox&amp;action=history"/>
	<updated>2026-07-03T11:01:27Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=ToyBox&amp;diff=4334463&amp;oldid=prev</id>
		<title>imported&gt;Mhss：​/* 引用文献 */</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=ToyBox&amp;diff=4334463&amp;oldid=prev"/>
		<updated>2024-10-06T15:08:14Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;引用文献&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = Toybox&lt;br /&gt;
| author                 = Robert Landley&lt;br /&gt;
| developer              = Robert Landley 及其他人&lt;br /&gt;
| released               = {{Start date and age|2006}}&lt;br /&gt;
| size                   = 3.30 MB&lt;br /&gt;
| programming language   = [[C语言|C]]&lt;br /&gt;
| operating system       = [[类Unix系统]]&lt;br /&gt;
| genre                  = 独立的[[Single_UNIX_Specification#Specification|SUS XCU]]实现&lt;br /&gt;
| license                = [[BSD许可证|0BSD]]&amp;lt;ref name=&amp;quot;etLlM&amp;quot;&amp;gt;[https://landley.net/toybox/license.html Toybox is released under the following &amp;quot;zero clause&amp;quot; BSD license] {{Wayback|url=https://landley.net/toybox/license.html |date=20231105142309 }}，Robert Landley&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite web|title=Simplify license text, as mentioned on the mailing list.|url=http://landley.net/hg/toybox/rev/264b9da809df|date=2013-03-14|access-date=2021-06-29|archive-date=2021-07-28|archive-url=https://web.archive.org/web/20210728105530/https://landley.net/hg/toybox/rev/264b9da809df|dead-url=no}}&amp;lt;/ref&amp;gt;| website= {{URL|http://www.landley.net/toybox}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Toybox&amp;#039;&amp;#039;&amp;#039;是一个[[自由及开放源代码软件|自由及开放源代码软件 (FOSS)]]，包括[[ls]]、[[cp (Unix)|cp]]和[[mv (Unix)|mv]]等200多个[[Unix实用程序列表|Unix实用程序]]。&lt;br /&gt;
&lt;br /&gt;
Toybox项目始于2006年&amp;lt;ref name=&amp;quot;creation&amp;quot; /&amp;gt;，它以[[BSD许可证|0BSD]]授权，是一个[[BusyBox]]的替代品&amp;lt;ref name=&amp;quot;interview&amp;quot;&amp;gt;{{cite web | url = http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html | title = Inside the ToyBox: An interview with Rob Landley | author = Dj Walker-Morgan | access-date = 2012-07-13 | archive-date = 2023-11-05 | archive-url = https://web.archive.org/web/20231105142328/http://www.h-online.com/open/features/Inside-the-ToyBox-An-interview-with-Rob-Landley-1447494.html | dead-url = no }}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;itwire&amp;quot; /&amp;gt;。Toybox被大部分当前支持的Android版本所使用，也用于在Linux和macOS上构建Android。Toybox内包含的程序均在Linux上测试可用，其中许多也可以在BSD和macOS上运行。&lt;br /&gt;
&lt;br /&gt;
== 功能 ==&lt;br /&gt;
Toybox旨在提供一个以[[BSD许可证]]授权的[[BusyBox]]的替代&amp;lt;ref name=&amp;quot;busboxreplacement&amp;quot;&amp;gt;{{cite web |url=http://www.elinux.org/index.php?title=Busybox_replacement_project&amp;amp;oldid=83858 |title=Busybox replacement project |date=2012-01-11 |access-date=2014-03-04 |archive-date=2015-02-18 |archive-url=https://web.archive.org/web/20150218032408/http://www.elinux.org/index.php?title=Busybox_replacement_project&amp;amp;oldid=83858 |dead-url=no }}&amp;lt;/ref&amp;gt;，它的主要技术设计目标是简单、小巧、快速和符合标准&amp;lt;ref name=&amp;quot;design-docs&amp;quot;&amp;gt;{{cite web | url = http://www.landley.net/toybox/design.html | title = Design Docs | work = Toybox项目网站 | last = Landley | first = Robert | access-date = 2015-02-18 | quote = &amp;#039;&amp;#039;&amp;#039;Toybox combines the most common Linux command line utilities together into a single BSD-licensed executable. It&amp;#039;s simple, small, fast, and reasonably standards-compliant ([[POSIX-2008]] and LSB 4.1).&amp;#039;&amp;#039;&amp;#039; | archive-date = 2023-11-05 | archive-url = https://web.archive.org/web/20231105142556/http://www.landley.net/toybox/design.html | dead-url = no }}&amp;lt;/ref&amp;gt;。Toybox的目标是基本兼容[[POSIX]]-2008和[[Linux标准规范|LSB 4.1]]标准，而非与[[GNU Core Utilities|GNU]]工具包中的每一项一一对应&amp;lt;ref name=&amp;quot;creation&amp;quot;&amp;gt;{{cite web | url = http://www.landley.net/toybox/about.html | title = What is ToyBox? | work = Toybox项目网站 | last = Landley | first = Robert | access-date = 2012-07-13 | archive-date = 2023-11-05 | archive-url = https://web.archive.org/web/20231105142556/http://www.landley.net/toybox/about.html | dead-url = no }}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
BusyBox和Toybox分别使用[[GNU通用公共许可证|GPL]]和[[BSD许可证|0BSD]]授权，导致了二者的使用领域有所不同：BusyBox主要用于[[自由及开放源代码软件]]领域，而Toybox主要用于[[BSD许可证|宽松许可证]]项目中；Toybox也可被商业公司使用，例如谷歌的[[Android]]&amp;lt;ref name=&amp;quot;toyboxandroid&amp;quot;&amp;gt;[https://android.googlesource.com/platform/external/toybox/ toybox] {{Wayback|url=https://android.googlesource.com/platform/external/toybox/ |date=20231105142826 }} on android.googlesource.com (2014-12-28)&amp;lt;/ref&amp;gt;，这正是Toybox的目标之一。&amp;lt;ref name=&amp;quot;axqMT&amp;quot;&amp;gt;{{Cite web |url=http://landley.net/talks/celf-2015.txt |title=由Robert Landley撰写的celf-2015.txt（2015年） |access-date=2023-11-05 |archive-date=2023-06-03 |archive-url=https://web.archive.org/web/20230603200007/http://landley.net/talks/celf-2015.txt |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
目前在功能上，Toybox尚未达到BusyBox的同等水平。&lt;br /&gt;
&lt;br /&gt;
== 历史 ==&lt;br /&gt;
Toybox由Robert Landley在2006年初开发&amp;lt;ref name=&amp;quot;creation&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;itwire&amp;quot;&amp;gt;{{cite web |last=Varghese |first=Sam |title=BusyBox replacement project fuels animated verbal spat |url=http://www.itwire.com/opinion-and-analysis/open-sauce/52496-busybox-replacement-project-fuels-animated-verbal-spat |publisher=IT Wire |date=2012-02-01 |access-date=2013-05-12 |archive-date=2019-09-28 |archive-url=https://web.archive.org/web/20190928002108/https://www.itwire.com/opinion-and-analysis/open-sauce/52496-busybox-replacement-project-fuels-animated-verbal-spat |dead-url=no }}&amp;lt;/ref&amp;gt;。&lt;br /&gt;
&lt;br /&gt;
Robert Landley原为BusyBox的维护者，随着他与BusyBox原作者Bruce Perens的争执，他停止维护&amp;lt;ref name=&amp;quot;NRrya&amp;quot;&amp;gt;{{cite mailing list | url = https://lwn.net/Articles/202120/ | title = I&amp;#039;m going out now. I may be some time | mailing-list = busybox | date = 2006-09-30 | last = Landley | first = Rob | access-date = 2023-11-05 | archive-date = 2016-07-18 | archive-url = https://web.archive.org/web/20160718121452/http://lwn.net/Articles/202120/ | dead-url = no }}&amp;lt;/ref&amp;gt;转而投入Toybox的开发。&lt;br /&gt;
&lt;br /&gt;
== 参见 ==&lt;br /&gt;
* [[BusyBox]]&lt;br /&gt;
* [[GNU核心工具组]]&lt;br /&gt;
&lt;br /&gt;
== 引用文献 ==&lt;br /&gt;
{{Reflist|2}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
* {{official website|http://www.landley.net/toybox/}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux軟件]]&lt;br /&gt;
[[Category:Unix软件]]&lt;br /&gt;
[[Category:使用BSD许可证的软件]]&lt;br /&gt;
[[Category:带有源代码的公共领域软件]]&lt;br /&gt;
[[Category:用C編程的自由軟體]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Mhss</name></author>
	</entry>
</feed>