blob: ab5650fb9ff5153519152d91329cff58146597ba [file] [log] [blame]
Erik Andersen61677fe2000-04-13 01:18:56 +00001List of the authors of code contained in BusyBox.
Erik Andersen2129b141999-12-16 23:26:57 +00002
Erik Andersen61677fe2000-04-13 01:18:56 +00003If you have code in BusyBox, you should be listed here. If you should be
4listed, or the description of what you have done needs more detail, or is
5incorect, _please_ let me know.
Erik Andersen2129b141999-12-16 23:26:57 +00006
7 -Erik
8
9-----------
10
Glenn L McGrathc11986d2002-11-10 23:42:27 +000011Emanuele Aina <emanuele.aina@tiscali.it>
12 run-parts
13
Eric Andersen75a56842003-10-09 21:19:21 +000014Erik Andersen <andersen@codepoet.org>
Erik Andersen2129b141999-12-16 23:26:57 +000015 Tons of new stuff, major rewrite of most of the
16 core apps, tons of new apps as noted in header files.
Eric Andersen15c03c32004-04-06 17:52:02 +000017 Lots of tedious effort writing these boring docs that
18 nobody is going to actually read.
Erik Andersen2129b141999-12-16 23:26:57 +000019
Glenn L McGrath82701e42002-11-20 22:01:48 +000020Laurence Anderson <l.d.anderson@warwick.ac.uk>
Glenn L McGrathb72a7352002-12-10 00:17:22 +000021 rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm
Glenn L McGrath82701e42002-11-20 22:01:48 +000022
Eric Andersen1ebcff12003-07-22 05:57:29 +000023Jeff Angielski <jeff@theptrgroup.com>
24 ftpput, ftpget
25
Eric Andersen1b355eb2000-09-05 17:37:48 +000026Edward Betts <edward@debian.org>
Manuel Novoa III 461c2792003-08-02 00:19:29 +000027 expr, hostid, logname, whoami
Eric Andersenc7bda1c2004-03-15 08:29:22 +000028
Eric Andersencb81e642003-07-14 21:21:08 +000029John Beppu <beppu@codepoet.org>
Manuel Novoa III 461c2792003-08-02 00:19:29 +000030 du, nslookup, sort
Erik Andersen2129b141999-12-16 23:26:57 +000031
32Brian Candler <B.Candler@pobox.com>
33 tiny-ls(ls)
34
35Randolph Chung <tausq@debian.org>
Manuel Novoa III 461c2792003-08-02 00:19:29 +000036 fbset, ping, hostname
Erik Andersen2129b141999-12-16 23:26:57 +000037
Eric Andersenc7bda1c2004-03-15 08:29:22 +000038Dave Cinege <dcinege@psychosis.com>
39 more(v2), makedevs, dutmp, modularization, auto links file,
Erik Andersen2129b141999-12-16 23:26:57 +000040 various fixes, Linux Router Project maintenance
41
Glenn L McGrathc11986d2002-11-10 23:42:27 +000042Jordan Crouse <jordan@cosmicpenguin.net>
43 ipcalc
44
Eric Andersenb0a0fc82001-10-04 09:33:40 +000045Magnus Damm <damm@opensource.se>
46 tftp client
47 insmod powerpc support
48
Eric Andersen1e1d2322000-12-13 18:14:51 +000049Larry Doolittle <ldoolitt@recycle.lbl.gov>
50 pristine source directory compilation, lots of patches and fixes.
51
Glenn L McGrath06e95652003-02-09 06:51:14 +000052Glenn Engel <glenne@engel.org>
53 httpd
54
Glenn L McGrath6ed77592002-12-12 10:54:48 +000055Gennady Feldman <gfeldman@gena01.com>
Eric Andersena58f0402001-10-31 10:04:44 +000056 Sysklogd (single threaded syslogd, IPC Circular buffer support,
57 logread), various fixes.
58
Eric Andersen77bd2db2000-06-02 03:21:32 +000059Karl M. Hegbloom <karlheg@debian.org>
60 cp_mv.c, the test suite, various fixes to utility.c, &c.
61
62Daniel Jacobowitz <dan@debian.org>
63 mktemp.c
64
Matt Kraaid2995632002-01-03 18:29:37 +000065Matt Kraai <kraai@alumni.cmu.edu>
Matt Kraai357cfc72001-11-12 16:45:43 +000066 documentation, bugfixes, test suite
Eric Andersen53a95572000-07-07 20:53:16 +000067
Glenn L McGrathc11986d2002-11-10 23:42:27 +000068Stephan Linz <linz@li-pro.net>
69 ipcalc, Red Hat equivalence
70
Eric Andersenc7bda1c2004-03-15 08:29:22 +000071John Lombardo <john@deltanet.com>
Manuel Novoa III 461c2792003-08-02 00:19:29 +000072 tr
Eric Andersen86ab8a32000-06-02 03:21:42 +000073
Glenn L McGrath6c7ac212001-07-24 02:46:35 +000074Glenn McGrath <bug1@optushome.com.au>
75 ar, dpkg, dpkg-deb
Erik Andersenfb002d02000-03-05 08:07:00 +000076
Manuel Novoa III 461c2792003-08-02 00:19:29 +000077Manuel Novoa III <mjn3@codepoet.org>
78 cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
79 mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
80 get_last_path_component, simplify_path, and a number trivial libbb routines
81
82 also bug fixes, partial rewrites, and size optimizations in
83 ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
84 mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
Manuel Novoa III 88540042004-03-13 18:17:37 +000085 interface, dutmp, ifconfig, route
Manuel Novoa III 461c2792003-08-02 00:19:29 +000086
Eric Andersenb0a0fc82001-10-04 09:33:40 +000087Vladimir Oleynik <dzo@simtreas.ru>
Glenn L McGrath06e95652003-02-09 06:51:14 +000088 cmdedit; xargs(current), httpd(current);
Glenn L McGrathae494a92003-02-10 22:53:37 +000089 ports: ash, crond, fdisk, inetd, stty, traceroute, top;
Eric Andersen08a72202002-09-30 20:52:10 +000090 locale, various fixes
Eric Andersenb0a0fc82001-10-04 09:33:40 +000091 and irreconcilable critic of everything not perfect.
92
Eric Andersen77bd2db2000-06-02 03:21:32 +000093Bruce Perens <bruce@pixar.com>
Eric Andersenc7bda1c2004-03-15 08:29:22 +000094 Original author of BusyBox in 1995, 1996. Some of his code can
Eric Andersencb81e642003-07-14 21:21:08 +000095 still be found hiding here and there...
Eric Andersen77bd2db2000-06-02 03:21:32 +000096
Eric Andersenb0a0fc82001-10-04 09:33:40 +000097Tim Riker <Tim@Rikers.org>
98 bug fixes, member of fan club
99
Eric Andersen1e1d2322000-12-13 18:14:51 +0000100Kent Robotti <robotti@metconnect.com>
Eric Andersencb81e642003-07-14 21:21:08 +0000101 reset, tons and tons of bug reports and patches.
Eric Andersen1e1d2322000-12-13 18:14:51 +0000102
Eric Andersen5d638842000-09-14 21:46:30 +0000103Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
104 wget - Contributed by permission of Covad Communications
105
Pavel Roskin339b8922000-06-20 00:11:07 +0000106Pavel Roskin <proski@gnu.org>
Eric Andersen77bd2db2000-06-02 03:21:32 +0000107 Lots of bugs fixes and patches.
108
Eric Andersenced2cef2000-07-20 23:41:24 +0000109Gyepi Sam <gyepi@praxis-sw.com>
110 Remote logging feature for syslogd
111
Erik Andersen2129b141999-12-16 23:26:57 +0000112Linus Torvalds <torvalds@transmeta.com>
113 mkswap, fsck.minix, mkfs.minix
114
Eric Andersencb81e642003-07-14 21:21:08 +0000115Mark Whitley <markw@codepoet.org>
Glenn L McGrathf57674e2002-11-10 21:47:17 +0000116 grep, sed, cut, xargs(previous),
117 style-guide, new-applet-HOWTO, bug fixes, etc.
John Beppu2aee9932000-09-15 08:04:42 +0000118
Erik Andersen2129b141999-12-16 23:26:57 +0000119Charles P. Wright <cpwright@villagenet.com>
120 gzip, mini-netcat(nc)
121
122Enrique Zanardi <ezanardi@ull.es>
123 tarcat (since removed), loadkmap, various fixes, Debian maintenance
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000124
125Tito Ragusa <farmatito@tiscali.it>
126 devfsd and size optimizations in strings, openvt and deallocvt.
127