AUTHORS 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. List of the authors of code contained in BusyBox.
  2. If you have code in BusyBox, you should be listed here. If you should be
  3. listed, or the description of what you have done needs more detail, or is
  4. incorrect, _please_ let me know.
  5. -Erik
  6. -----------
  7. Peter Willis <psyphreak@phreaker.net>
  8. eject
  9. Emanuele Aina <emanuele.aina@tiscali.it>
  10. run-parts
  11. Erik Andersen <andersen@codepoet.org>
  12. Tons of new stuff, major rewrite of most of the
  13. core apps, tons of new apps as noted in header files.
  14. Lots of tedious effort writing these boring docs that
  15. nobody is going to actually read.
  16. Laurence Anderson <l.d.anderson@warwick.ac.uk>
  17. rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm
  18. Jeff Angielski <jeff@theptrgroup.com>
  19. ftpput, ftpget
  20. Enrik Berkhan <Enrik.Berkhan@inka.de>
  21. setconsole
  22. Jim Bauer <jfbauer@nfr.com>
  23. modprobe shell dependency
  24. Edward Betts <edward@debian.org>
  25. expr, hostid, logname, whoami
  26. John Beppu <beppu@codepoet.org>
  27. du, nslookup, sort
  28. David Brownell <dbrownell@users.sourceforge.net>
  29. zcip
  30. Brian Candler <B.Candler@pobox.com>
  31. tiny-ls(ls)
  32. Randolph Chung <tausq@debian.org>
  33. fbset, ping, hostname
  34. Dave Cinege <dcinege@psychosis.com>
  35. more(v2), makedevs, dutmp, modularization, auto links file,
  36. various fixes, Linux Router Project maintenance
  37. Jordan Crouse <jordan@cosmicpenguin.net>
  38. ipcalc
  39. Magnus Damm <damm@opensource.se>
  40. tftp client
  41. insmod powerpc support
  42. Larry Doolittle <ldoolitt@recycle.lbl.gov>
  43. pristine source directory compilation, lots of patches and fixes.
  44. Glenn Engel <glenne@engel.org>
  45. httpd
  46. Gennady Feldman <gfeldman@gena01.com>
  47. Sysklogd (single threaded syslogd, IPC Circular buffer support,
  48. logread), various fixes.
  49. Robert Griebl <sandman@handhelds.org>
  50. modprobe, hwclock, suid/sgid handling, tinylogin integration
  51. many bugfixes and enhancements
  52. Karl M. Hegbloom <karlheg@debian.org>
  53. cp_mv.c, the test suite, various fixes to utility.c, &c.
  54. Daniel Jacobowitz <dan@debian.org>
  55. mktemp.c
  56. Matt Kraai <kraai@alumni.cmu.edu>
  57. documentation, bugfixes, test suite
  58. Rob Landley <rob@landley.net>
  59. Became busybox maintainer in 2006.
  60. sed (major rewrite in 2003, and I now maintain the thing)
  61. bunzip2 (complete from-scratch rewrite, then mjn3 optimized the result)
  62. sort (more or less from scratch rewrite in 2004, I now maintain it)
  63. mount (rewrite in 2005, I maintain the new one)
  64. Stephan Linz <linz@li-pro.net>
  65. ipcalc, Red Hat equivalence
  66. John Lombardo <john@deltanet.com>
  67. tr
  68. Glenn McGrath <glenn.l.mcgrath@gmail.com>
  69. Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
  70. nameif, sed, patch, fold, install, uudecode.
  71. Various bugfixes, review and apply numerous patches.
  72. Manuel Novoa III <mjn3@codepoet.org>
  73. cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
  74. mesg, vconfig, nice, renice,
  75. make_directory, parse_mode, dirname, mode_string,
  76. get_last_path_component, simplify_path, and a number trivial libbb routines
  77. also bug fixes, partial rewrites, and size optimizations in
  78. ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
  79. mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
  80. interface, dutmp, ifconfig, route
  81. Vladimir Oleynik <dzo@simtreas.ru>
  82. cmdedit; bb_mkdep, xargs(current), httpd(current);
  83. ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute,
  84. top;
  85. locale, various fixes
  86. and irreconcilable critic of everything not perfect.
  87. Bruce Perens <bruce@pixar.com>
  88. Original author of BusyBox in 1995, 1996. Some of his code can
  89. still be found hiding here and there...
  90. Rodney Radford <rradford@mindspring.com>
  91. ipcs, ipcrm
  92. Tim Riker <Tim@Rikers.org>
  93. bug fixes, member of fan club
  94. Kent Robotti <robotti@metconnect.com>
  95. reset, tons and tons of bug reports and patches.
  96. Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
  97. wget - Contributed by permission of Covad Communications
  98. Pavel Roskin <proski@gnu.org>
  99. Lots of bugs fixes and patches.
  100. Gyepi Sam <gyepi@praxis-sw.com>
  101. Remote logging feature for syslogd
  102. Rob Sullivan <cogito.ergo.cogito@gmail.com>
  103. comm
  104. Linus Torvalds
  105. mkswap, fsck.minix, mkfs.minix
  106. Linus Walleij
  107. fbset and fbsplash config RGBA parsing
  108. rewrite of mdev helper to create devices from /sys/dev
  109. Mark Whitley <markw@codepoet.org>
  110. grep, sed, cut, xargs(previous),
  111. style-guide, new-applet-HOWTO, bug fixes, etc.
  112. Charles P. Wright <cpwright@villagenet.com>
  113. gzip, mini-netcat(nc)
  114. Enrique Zanardi <ezanardi@ull.es>
  115. tarcat (since removed), loadkmap, various fixes, Debian maintenance
  116. Tito Ragusa <farmatito@tiscali.it>
  117. devfsd and size optimizations in strings, openvt, chvt, deallocvt, hdparm,
  118. fdformat, lsattr, chattr, id and eject.
  119. Paul Fox <pgf@foxharp.boston.ma.us>
  120. vi editing mode for ash, various other patches/fixes
  121. Roberto A. Foglietta <me@roberto.foglietta.name>
  122. port: dnsd
  123. Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
  124. misc
  125. Mike Frysinger <vapier@gentoo.org>
  126. initial e2fsprogs, printenv, setarch, sum, misc
  127. Jie Zhang <jie.zhang@analog.com>
  128. fixed two bugs in msh and hush (exitcode of killed processes)
  129. Maxime Coste <mawww@kakoune.org>
  130. paste implementation
  131. Roger Knecht <rknecht@pm.me>
  132. tree