diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-16 03:21:44 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-16 03:21:44 +0000 |
commit | 11a4276c712c947ade0199fab70a58c3364724f6 (patch) | |
tree | 77cd810cbba2bae4789f663a3c1e5f14f2e250d6 /docs | |
parent | 18f9af39185a3b8a5ac59dd3cfbab50f27d7be73 (diff) | |
download | busybox-w32-11a4276c712c947ade0199fab70a58c3364724f6.tar.gz busybox-w32-11a4276c712c947ade0199fab70a58c3364724f6.tar.bz2 busybox-w32-11a4276c712c947ade0199fab70a58c3364724f6.zip |
Rogues gallery.
git-svn-id: svn://busybox.net/trunk/busybox@14068 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/programming.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/busybox.net/programming.html b/docs/busybox.net/programming.html index 99fdaacb7..048a57ed1 100644 --- a/docs/busybox.net/programming.html +++ b/docs/busybox.net/programming.html | |||
@@ -18,6 +18,7 @@ | |||
18 | <li><a href="#tips_vfork">Fork and vfork</a></li> | 18 | <li><a href="#tips_vfork">Fork and vfork</a></li> |
19 | <li><a href="#tips_short_read">Short reads and writes</a></li> | 19 | <li><a href="#tips_short_read">Short reads and writes</a></li> |
20 | </ul> | 20 | </ul> |
21 | <li><a href="#who">Who are the BusyBox developers?</a></li> | ||
21 | </ul> | 22 | </ul> |
22 | 23 | ||
23 | <h2><b><a name="goals" />What are the goals of busybox?</b></h2> | 24 | <h2><b><a name="goals" />What are the goals of busybox?</b></h2> |
@@ -332,6 +333,43 @@ data comes in that can be merged into the same packet. (In case you were | |||
332 | wondering why action games that use TCP/IP set TCP_NODELAY to lower the latency | 333 | wondering why action games that use TCP/IP set TCP_NODELAY to lower the latency |
333 | on their their sockets, now you know.)</p> | 334 | on their their sockets, now you know.)</p> |
334 | 335 | ||
336 | <h2><a name="who">Who are the BusyBox developers?</a></h2> | ||
337 | |||
338 | <p>The following login accounts currently exist on busybox.net. (I.E. these | ||
339 | people can commit <a href="http://busybox.net/downloads/patches">patches</a> | ||
340 | into subversion.)</p> | ||
341 | |||
342 | <pre> | ||
343 | aaronl | ||
344 | aldot | ||
345 | andersen: Erik Andersen <- Previous maintainer (busy with uClibc and buildroot) | ||
346 | beppu | ||
347 | bug1 : Glenn McGrath | ||
348 | dwhedon | ||
349 | erik : Also Erik Andersen? | ||
350 | gfeldman | ||
351 | jimg | ||
352 | kraai | ||
353 | landley : Rob Landley <- Current maintainer | ||
354 | lethal | ||
355 | markw | ||
356 | miles | ||
357 | mjn3 : Manuel Nova | ||
358 | pgf | ||
359 | pkj | ||
360 | proski | ||
361 | rjune | ||
362 | russ | ||
363 | sandman | ||
364 | sjhill : Steven J. Hill | ||
365 | solar | ||
366 | tausq | ||
367 | timr | ||
368 | vapier | ||
369 | vodz : Vladimir Oleynik | ||
370 | </pre> | ||
371 | |||
372 | |||
335 | <br> | 373 | <br> |
336 | <br> | 374 | <br> |
337 | <br> | 375 | <br> |