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