comparison www/cleanup.html @ 1365:2320af12ba95 draft

Update cleanup page, now linking to descriptions of all of the ifconfig cleanup.
author Rob Landley <rob@landley.net>
date Fri, 27 Jun 2014 22:26:02 -0500
parents c4e438cbd37a
children dc254ac8a0e2
comparison
equal deleted inserted replaced
1364:94677e7b6d97 1365:2320af12ba95
166 (which I mis-applied and then <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000920.html>fixed plus some whitespace changes</a>)</li> 166 (which I mis-applied and then <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000920.html>fixed plus some whitespace changes</a>)</li>
167 167
168 <li>commit: <a href=/hg/toybox/rev/862>862</a>, description: 168 <li>commit: <a href=/hg/toybox/rev/862>862</a>, description:
169 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-January/001525.html>remove unused headers and function, replace local buffer with toybuf, perror_exit(), avoid unnecessary assignment.</a></li> 169 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-January/001525.html>remove unused headers and function, replace local buffer with toybuf, perror_exit(), avoid unnecessary assignment.</a></li>
170 <li>commit: <a href=/hg/toybox/rev/864>864</a>, description: 170 <li>commit: <a href=/hg/toybox/rev/864>864</a>, description:
171 <a href=>blah</a></li> 171 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-January/001526.html>use common linked list functions, inline set_data, add xioctl, clean up error messages, whitespace and comment tweaks, remove NOP return statements</a></li>
172 <li>commit: <a href=/hg/toybox/rev/866>866</a>, description: 172 <li>commit: <a href=/hg/toybox/rev/866>866</a>, description:
173 <a href=>blah</a></li> 173 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-January/001528.html>move standalone globals into GLOBALS() block, collate structs into
174 iface_list. Inline/rewrite/remove field_format, iface_flags_str,
175 omit_whitespace(), print_iface_flags(), print_media(), get_ifconfig_info(),
176 and clear_list(). Merge duplicate function
177 calls. Show get_proc_info() version field can't matter in 2.6 or newer kernel,
178 and that SIOCGIFMAP has been there since 1994 so doesn't need an #ifdef.
179 Loop simplification in readconf() and show_iface().</a></li>
174 180
175 <li>commit: <a href=/hg/toybox/rev/869>869</a> and <a href=/hg/toybox/rev/870>870</a>, 181 <li>commit: <a href=/hg/toybox/rev/869>869</a> and <a href=/hg/toybox/rev/870>870</a>,
176 description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000928.html>869: 182 description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-April/000928.html>869:
177 reorder to eliminate prototypes, put command_main() at end of file, 183 reorder to eliminate prototypes, put command_main() at end of file,
178 870: long repeated variable prefixes, replacing struct+sscanf()+printf with a 184 870: long repeated variable prefixes, replacing struct+sscanf()+printf with a
206 assignment, trusting -funsigned-char.</a></li> 212 assignment, trusting -funsigned-char.</a></li>
207 <li>commit: <a href=/hg/toybox/rev/919>919</a>, 213 <li>commit: <a href=/hg/toybox/rev/919>919</a>,
208 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001027.html>todo whitespace damage, introduce IFREQ_OFFSZ() and poke() to 214 <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001027.html>todo whitespace damage, introduce IFREQ_OFFSZ() and poke() to
209 ifconfig_main() table logic to fold more if/else parts into the table</a></li> 215 ifconfig_main() table logic to fold more if/else parts into the table</a></li>
210 <li>Status update: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001033.html>Entering the home stretch on ifconfig</a> (and a <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001043.html>note about infiniband</a>)</li> 216 <li>Status update: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001033.html>Entering the home stretch on ifconfig</a> (and a <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-June/001043.html>note about infiniband</a>)</li>
211 <li>commit: <a href=/hg/toybox/rev/921>921</a>, description: todo</li> 217 <li>commit: <a href=/hg/toybox/rev/921>921</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2014-June/003508.html>Inline a couple more functions and make sockfd a global.</li>
212 <li>commit: <a href=/hg/toybox/rev/957>957</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001121.html>here</a></li> 218 <li>commit: <a href=/hg/toybox/rev/957>957</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001121.html>Remove unused socklen and addr_to_len(), cleanup so we can merge get_device_info()/display_ifconfig().</a></li>
213 <li>commit: <a href=/hg/toybox/rev/958>958</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001131.html>here</a></li> 219 <li>commit: <a href=/hg/toybox/rev/958>958</a>, description: <a href=http://lists.landley.net/pipermail/toybox-landley.net/2013-July/001131.html>This commit removes struct if_list by unifying get_device_info() and display_ifconfig().</a></li>
214 <li>commit: <a href=/hg/toybox/rev/1104>1104</a>, description: todo</li> 220 <li>commit: <a href=/hg/toybox/rev/1104>1104</a>, description: Merge toynet into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.</li>
215 <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>here</a></li> 221 <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>
216 <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>here</a></li> 222 <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>
217 <li>commit: <a href=/hg/toybox/rev/1132>1132</a>, description: promotion from pending to other</li> 223 <li>commit: <a href=/hg/toybox/rev/1132>1132</a>, description: promotion from pending to other</li>
218 <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> 224 <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>
219 </ul> 225 </ul>
220 226
221 <p>Status: COMPLETE.</p> 227 <p>Status: COMPLETE.</p>