OSDN Git Service

Basic ping support.
[android-x86/external-toybox.git] / www / cleanup.html
index 7c599e0..a41a75b 100644 (file)
@@ -11,7 +11,7 @@
 <li><a href=#uuencode>uuencode</a></li>
 <li><a href=#uudecode>uudecode</a></li>
 <li><a href=#ifconfig>ifconfig</a></li>
-<li><a href=#find>find</a></li>
+<li><a href=#stat>stat</a></li>
 </ul>
 </ul>
 
@@ -72,6 +72,12 @@ This means the pages can be shared between instances.)</li>
 sight does not really help readability."</a> -
 <a href=http://lkml.iu.edu/hypermail/linux/kernel/1407.1/00299.html>Pavel
 Machek</a></li>
+<li>"Infrastructure in search of a user" is a bad thing, so don't put code
+in lib/ that doesn't already have at least two users. Don't preemptively
+factor stuff out, it's easy enough to rewrite it uin future if it needs
+to change. The "extreme programming" fad called this "You Ain't Gonna
+Need It" (while inexplicably screaming at cans of Mountain Dew, back in the
+90's). Here's <a href=https://lwn.net/Articles/683745/>Linus Torvalds' take</a>.</li>
 </ul>
 
 <hr>
@@ -227,33 +233,14 @@ ifconfig_main() table logic to fold more if/else parts into the table</a></li>
 <li>commit: <a href=/hg/toybox/rev/1127>1127</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-November/001464.html>Start tacling ipv6 issues, beginning with display_ifconfig().</a></li>
 <li>commit: <a href=/hg/toybox/rev/1128>1128</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-November/001463.html>More ipv6, make struct sockaddr_with_len go away, merge more arguments into the table in main().</a></li>
 <li>commit: <a href=/hg/toybox/rev/1132>1132</a>, description: promotion from pending to other</li>
-<li>commit: <a href=/hg/toybox/rev/1132>1133</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-November/001462.html>cleanup help text, remove obsolete/NOP commands</a></li>
+<li>commit: <a href=/hg/toybox/rev/1133>1133</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-November/001462.html>cleanup help text, remove obsolete/NOP commands</a></li>
 </ul>
 
 <p>Status: COMPLETE.</p>
 
-<h1><a href=/hg/toybox/log/tip/toys/pending/find.c>find</a></h1>
-
-<pre>
-814 Initial version by Gurang Shastri.
-815
-816
-847 Felix Janda
-848 Whitespace (reindent from tabs -> 2 spaces)
-849 More cleanup
-867 Felix Janda Improve operator processing.
-874 Felix Janda
-875 Felix Janda
-887 Felix Janda fix -mtime
-</pre>
-
-<ul>
-<li>commit: <a href=/hg/toybox/rev/849>849</a>,
-description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000895.html>here</a></li>
-</ul>
-
 <p>Status: in progress.</p>
 
+<a name=stat>
 <h1><a href=/hg/toybox/log/917/toys/pending/stat.c>stat</a></h1>
 
 <p>A lot of the stat cleanup was done by Felix Janda.</p>