Test on cleaning up 404 error from busybox.net main page.
"Michael D. Setzer II via busybox" <[email protected]> Fri, 22 May 2026 18:18:58 +1000
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <[email protected]> |
--===============1107948925744996011== Content-type: Multipart/Alternative; boundary="Alt-Boundary-13440.82719885" --Alt-Boundary-13440.82719885 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Did some testing on the busybox.net web page. Step 1: Downloaded the Page as is curl -s https://busybox.net/ >busybox.html Step 2: removed lines with the 404 erros. curl -s https://busybox.net/ | sed -E '/href=.*(fixes-|__stable|_stable)|fix.html/d' > busybox_clean.html Step 3: Put the page on my web server and run test. Cleaned up those errors, but got a few errors caused by direct links without https://busybox.net Step 4: Manually modified those lines, and a 100% clean run with deadlinks. Below is the differences in the original page and modified page. 36c36 < <a href="/"><img src="images/busybox1.png" alt="BusyBox" border="0" /></a><br> > <a href="/"><img src="https://busybox.net/images/busybox1.png" alt="BusyBox" border="0" /></a><br> 45,48c45,48 < <li><a href="about.html">About BusyBox</a></li> < <li><a href="live_bbox/live_bbox.html">BusyBox in VM</a></li> < <li><a href="screenshot.html">Screenshot</a></li> < <li><a href="news.html">Announcements</a></li> > <li><a href="https://busybox.net/about.html">About BusyBox</a></li> > <li><a href="https://busybox.net/live_bbox/live_bbox.html">BusyBox in VM</a></li> > <li><a href="https://busybox.net/screenshot.html">Screenshot</a></li> > <li><a href="https://busybox.net/news.html">Announcements</a></li> 52,53c52,53 < <li><a href="FAQ.html">FAQ</a></li> < <li><a href="downloads/BusyBox.html">Command Help</a></li> > <li><a href="https://busybox.net/FAQ.html">FAQ</a></li> > <li><a href="https://busybox.net/downloads/BusyBox.html">Command Help</a></li> 57,60c57,60 < <li><a href="downloads/">Download Source</a></li> < <li><a href="downloads/binaries/">Download Binaries</a></li> < <li><a href="license.html">License</a></li> < <li><a href="products.html">Products</a></li> > <li><a href="https://busybox.net/downloads/">Download Source</a></li> > <li><a href="https://busybox.net/downloads/binaries/">Download Binaries</a></li> > <li><a href="https://busybox.net/license.html">License</a></li> > <li><a href="https://busybox.net/products.html">Products</a></li> 65,67c65,67 < <li><a href="source.html">Source Control</a></li> < <!--li><a href="/downloads/patches/recent.html">Recent Changes</a></li--> < <li><a href="lists.html">Mailing Lists</a></li> > <li><a href="https://busybox.net/source.html">Source Control</a></li> > <!--li><a href="https://busybox.net/downloads/patches/recent.html">Recent Changes</a></li--> > <li><a href="https://busybox.net/lists.html">Mailing Lists</a></li> 69,70c69,70 < <li><a href="use_less_ram.html">Use less RAM</a></li> < <li><a href="developer.html">Contributing</a></li> > <li><a href="https://busybox.net/use_less_ram.html">Use less RAM</a></li> > <li><a href="https://busybox.net/developer.html">Contributing</a></li> 74,76c74,76 < <li><a href="links.html">Related Sites</a></li> < <li><a href="tinyutils.html">Tiny Utilities</a></li> < <li><a href="sponsors.html">Sponsors</a></li> > <li><a href="https://busybox.net/links.html">Related Sites</a></li> > <li><a href="https://busybox.net/tinyutils.html">Tiny Utilities</a></li> > <li><a href="https://busybox.net/sponsors.html">Sponsors</a></li> 112c112 < <a href="kill_it_with_fire.txt">Life without systemd</a>. > <a href="https://busybox.net/kill_it_with_fire.txt">Life without systemd</a>. 118,120d117 < (<a href="https://git.busybox.net/busybox/log/?h=1_38_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.38.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 462,464d458 < (<a href="https://git.busybox.net/busybox/log/?h=1_37_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.37.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 728d721 < (<a href="https://git.busybox.net/busybox/tree/?h=1_36_stable">git</a>)</p> 741,743d733 < (<a href="https://git.busybox.net/busybox/log/?h=1_36_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.36.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 940,942d929 < (<a href="https://git.busybox.net/busybox/log/?h=1_35_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.35.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 1111d1097 < (<a href="https://git.busybox.net/busybox/tree/?h=1_33_stable">git</a>)</p> 1121d1106 < (<a href="https://git.busybox.net/busybox/tree/?h=1_34_stable">git</a>)</p> 1132,1134d1116 < (<a href="https://git.busybox.net/busybox/log/?h=1_34_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.34.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 1512d1493 < (<a href="https://git.busybox.net/busybox/tree/?h=1_33_stable">git</a>)</p> 1525d1505 < (<a href="https://git.busybox.net/busybox/tree/?h=1_32_stable">git</a>)</p> 1533,1535d1512 < (<a href="https://git.busybox.net/busybox/log/?h=1_33_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.33.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 1741,1743d1717 < (<a href="https://git.busybox.net/busybox/log/?h=1_32_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.32.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 1970d1943 < (<a href="https://git.busybox.net/busybox/tree/?h=1_31_stable">git</a>)</p> 1979,1981d1951 < (<a href="https://git.busybox.net/busybox/tree/?h=1_31_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.31.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2246d2215 < (<a href="https://git.busybox.net/busybox/tree/?h=1_30_stable">git</a>)</p> 2255,2257d2223 < (<a href="https://git.busybox.net/busybox/tree/?h=1_30_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.30.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2454d2419 < (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p> 2462d2426 < (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p> 2473d2436 < (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p> 2483,2485d2445 < (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.29.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2838,2840d2797 < (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.28.4/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2849,2851d2805 < (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.28.3/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2862,2864d2815 < (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.28.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2876,2878d2826 < (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.28.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 2891,2893d2838 < (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.28.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3259,3261d3203 < (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.27.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3275,3277d3216 < (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.27.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3290,3292d3228 < (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.27.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3567,3569d3502 < (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.26.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3580,3582d3512 < (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.26.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3597,3599d3526 < (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.26.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3862,3864d3788 < (<a href="https://git.busybox.net/busybox/tree/?h=1_25_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.25.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 3876,3878d3799 < (<a href="https://git.busybox.net/busybox/tree/?h=1_25_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.25.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4166,4168d4086 < (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.24.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4178,4180d4095 < (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.24.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4207,4209d4121 < (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.24.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4567,4569d4478 < (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.23.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4581,4583d4489 < (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.23.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4595,4597d4500 < (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.23.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4874,4876d4776 < (<a href="https://git.busybox.net/busybox/tree/?h=1_22_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.22.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 4888,4890d4787 < (<a href="https://git.busybox.net/busybox/tree/?h=1_22_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.22.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 5240,5242d5136 < (<a href="https://git.busybox.net/busybox/tree/?h=1_21_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.21.1/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 5254,5256d5147 < (<a href="https://git.busybox.net/busybox/tree/?h=1_21_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.21.0/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 5495,5497d5385 < (<a href="https://git.busybox.net/busybox/tree/?h=1_20_stable">git</a>, < <a href="https://busybox.net/downloads/fixes-1.20.2/">patches</a>, < <a href="https://busybox.net/fix.html">how to add a patch</a>)</p> 5510c5398 < Click here to read <a href="oldnews.html">older news</a> > Click here to read <a href="https://busybox.net/oldnews.html">older news</a> 5531c5419 < <a href="/copyright.txt">Copyright © 1999-2008 Erik Andersen</a> > <a href="https://busybox.net/copyright.txt">Copyright © 1999-2008 Erik Andersen</a> 5543c5431 < src="images/written.in.vi.png" > src="https://busybox.net/images/written.in.vi.png" 5550c5438 < src="images/osuosl.png" > src="https://busybox.net/images/osuosl.png" 5557c5445 < src="images/valid-html401.png" > src="https://busybox.net/images/valid-html401.png" +------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:[email protected] mailto:[email protected] mailto:[email protected] Guam - Where America's Day Begins G4L Disk Imaging Project maintainer https://sourceforge.net/projects/g4l/ +------------------------------------------------------------+ --Alt-Boundary-13440.82719885 Content-type: text/html; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Did some testing on the busybox.net web page.</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Step 1: Downloaded the Page as is</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">curl -s https://busybox.net/ >busybox.html</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Step 2: removed lines with the 404 erros.</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">curl -s https://busybox.net/ | sed -E '/href=.*(fixes-|__stable|_stable)|fix.html/d' > busybox_clean.html</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Step 3: Put the page on my web server and run test.</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Cleaned up those errors, </span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">but got a few errors caused by direct links without https://busybox.net</span></font></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Step 4: Manually modified those lines, and a 100% clean run with deadlinks.</span></font></div> <div align="left" style="min-height: 14pt; "></div> <div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Below is the differences in the original page and modified page.</span></font></div> <div align="left" style="min-height: 14pt; "></div> <div align="left" style="min-height: 14pt; "></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">36c36</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><   <a href="/"><img src="images/busybox1.png" alt="BusyBox" border="0" /></a><br></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>   <a href="/"><img src="https://busybox.net/images/busybox1.png" alt="BusyBox" border="0" /></a><br></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">45,48c45,48</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="about.html">About BusyBox</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="live_bbox/live_bbox.html">BusyBox in VM</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="screenshot.html">Screenshot</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="news.html">Announcements</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/about.html">About BusyBox</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/live_bbox/live_bbox.html">BusyBox in VM</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/screenshot.html">Screenshot</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/news.html">Announcements</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">52,53c52,53</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="FAQ.html">FAQ</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="downloads/BusyBox.html">Command Help</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/FAQ.html">FAQ</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/downloads/BusyBox.html">Command Help</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">57,60c57,60</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="downloads/">Download Source</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="downloads/binaries/">Download Binaries</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="license.html">License</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="products.html">Products</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/downloads/">Download Source</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/downloads/binaries/">Download Binaries</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/license.html">License</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/products.html">Products</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">65,67c65,67</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="source.html">Source Control</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <!--li><a href="/downloads/patches/recent.html">Recent Changes</a></li--></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="lists.html">Mailing Lists</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/source.html">Source Control</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <!--li><a href="https://busybox.net/downloads/patches/recent.html">Recent Changes</a></li--></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/lists.html">Mailing Lists</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">69,70c69,70</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="use_less_ram.html">Use less RAM</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="developer.html">Contributing</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/use_less_ram.html">Use less RAM</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/developer.html">Contributing</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">74,76c74,76</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="links.html">Related Sites</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="tinyutils.html">Tiny Utilities</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><         <li><a href="sponsors.html">Sponsors</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/links.html">Related Sites</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/tinyutils.html">Tiny Utilities</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>         <li><a href="https://busybox.net/sponsors.html">Sponsors</a></li></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">112c112</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="kill_it_with_fire.txt">Life without systemd</a>.</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>     <a href="https://busybox.net/kill_it_with_fire.txt">Life without systemd</a>.</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">118,120d117</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_38_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.38.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">462,464d458</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_37_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.37.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">728d721</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_36_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">741,743d733</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_36_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.36.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">940,942d929</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_35_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.35.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1111d1097</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_33_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1121d1106</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_34_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1132,1134d1116</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_34_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.34.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1512d1493</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_33_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1525d1505</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_32_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1533,1535d1512</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_33_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.33.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1741,1743d1717</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/log/?h=1_32_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.32.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1970d1943</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_31_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">1979,1981d1951</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_31_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.31.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2246d2215</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_30_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2255,2257d2223</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_30_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.30.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2454d2419</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2462d2426</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2473d2436</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2483,2485d2445</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_29_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.29.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2838,2840d2797</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.28.4/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2849,2851d2805</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.28.3/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2862,2864d2815</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.28.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2876,2878d2826</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.28.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">2891,2893d2838</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_28_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.28.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3259,3261d3203</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.27.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3275,3277d3216</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.27.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3290,3292d3228</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_27_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.27.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3567,3569d3502</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.26.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3580,3582d3512</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.26.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3597,3599d3526</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_26_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.26.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3862,3864d3788</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_25_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.25.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">3876,3878d3799</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_25_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.25.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4166,4168d4086</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.24.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4178,4180d4095</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.24.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4207,4209d4121</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_24_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.24.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4567,4569d4478</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.23.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4581,4583d4489</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.23.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4595,4597d4500</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_23_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.23.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4874,4876d4776</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_22_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.22.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">4888,4890d4787</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_22_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.22.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5240,5242d5136</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_21_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.21.1/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5254,5256d5147</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_21_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.21.0/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5495,5497d5385</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     (<a href="https://git.busybox.net/busybox/tree/?h=1_20_stable">git</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/downloads/fixes-1.20.2/">patches</a>,</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     <a href="https://busybox.net/fix.html">how to add a patch</a>)</p></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5510c5398</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; "><     Click here to read <a href="oldnews.html">older news</a></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">>     Click here to read <a href="https://busybox.net/oldnews.html">older news</a></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5531c5419</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">< <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>    <a href="/copyright.txt">Copyright &copy; 1999-2008 Erik Andersen</a></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">> <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>    <a href="https://busybox.net/copyright.txt">Copyright &copy; 1999-2008 Erik Andersen</a></span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5543c5431</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">< <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="images/written.in.vi.png"</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">> <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="https://busybox.net/images/written.in.vi.png"</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5550c5438</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">< <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="images/osuosl.png"</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">> <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="https://busybox.net/images/osuosl.png"</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">5557c5445</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">< <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="images/valid-html401.png"</span></font></div> <div align="left" style="min-height: 9pt; "><font face="DejaVu Serif" size="1"><span dir="ltr" style="font-size:8.0pt; ">> <span style="display:inline-block; font-size:1pt; width:24.000000pt"> </span><span style="display:inline-block; font-size:1pt; width:0.000000pt"> </span>src="https://busybox.net/images/valid-html401.png"</span></font></div> <div align="left" style="min-height: 14pt; "></div> <div align="left" style="min-height: 11pt; "></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; ">+------------------------------------------------------------+</span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> Michael D. Setzer II - Computer Science Instructor (Retired)     </span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]                            </span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]</span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]</span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> Guam - Where America's Day Begins                        </span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> G4L Disk Imaging Project maintainer </span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> https://sourceforge.net/projects/g4l/ </span></font></div> <div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; ">+------------------------------------------------------------+</span></font></div> <div align="left" style="min-height: 11pt; "></div> <div align="left" style="min-height: 11pt; "></div> </body> </html> --Alt-Boundary-13440.82719885-- --===============1107948925744996011== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox --===============1107948925744996011==--