forked from shadichy/blissos-busybox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added back setsid, switch_root and uevent
Signed-off-by: shadichy <[email protected]>
- Loading branch information
Showing
2 changed files
with
189 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,186 @@ | ||
List of the authors of code contained in BusyBox. | ||
|
||
If you have code in BusyBox, you should be listed here. If you should be | ||
listed, or the description of what you have done needs more detail, or is | ||
incorrect, _please_ let me know. | ||
|
||
-Erik | ||
|
||
----------- | ||
|
||
Peter Willis <[email protected]> | ||
eject | ||
|
||
Emanuele Aina <[email protected]> | ||
run-parts | ||
|
||
Erik Andersen <[email protected]> | ||
Tons of new stuff, major rewrite of most of the | ||
core apps, tons of new apps as noted in header files. | ||
Lots of tedious effort writing these boring docs that | ||
nobody is going to actually read. | ||
|
||
Laurence Anderson <[email protected]> | ||
rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm | ||
|
||
Jeff Angielski <[email protected]> | ||
ftpput, ftpget | ||
|
||
Enrik Berkhan <[email protected]> | ||
setconsole | ||
|
||
Jim Bauer <[email protected]> | ||
modprobe shell dependency | ||
|
||
Edward Betts <[email protected]> | ||
expr, hostid, logname, whoami | ||
|
||
John Beppu <[email protected]> | ||
du, nslookup, sort | ||
|
||
David Brownell <[email protected]> | ||
zcip | ||
|
||
Brian Candler <[email protected]> | ||
tiny-ls(ls) | ||
|
||
Randolph Chung <[email protected]> | ||
fbset, ping, hostname | ||
|
||
Dave Cinege <[email protected]> | ||
more(v2), makedevs, dutmp, modularization, auto links file, | ||
various fixes, Linux Router Project maintenance | ||
|
||
Jordan Crouse <[email protected]> | ||
ipcalc | ||
|
||
Magnus Damm <[email protected]> | ||
tftp client | ||
insmod powerpc support | ||
|
||
Larry Doolittle <[email protected]> | ||
pristine source directory compilation, lots of patches and fixes. | ||
|
||
Glenn Engel <[email protected]> | ||
httpd | ||
|
||
Gennady Feldman <[email protected]> | ||
Sysklogd (single threaded syslogd, IPC Circular buffer support, | ||
logread), various fixes. | ||
|
||
Robert Griebl <[email protected]> | ||
modprobe, hwclock, suid/sgid handling, tinylogin integration | ||
many bugfixes and enhancements | ||
|
||
Karl M. Hegbloom <[email protected]> | ||
cp_mv.c, the test suite, various fixes to utility.c, &c. | ||
|
||
Daniel Jacobowitz <[email protected]> | ||
mktemp.c | ||
|
||
Matt Kraai <[email protected]> | ||
documentation, bugfixes, test suite | ||
|
||
Rob Landley <[email protected]> | ||
Became busybox maintainer in 2006. | ||
|
||
sed (major rewrite in 2003, and I now maintain the thing) | ||
bunzip2 (complete from-scratch rewrite, then mjn3 optimized the result) | ||
sort (more or less from scratch rewrite in 2004, I now maintain it) | ||
mount (rewrite in 2005, I maintain the new one) | ||
|
||
Stephan Linz <[email protected]> | ||
ipcalc, Red Hat equivalence | ||
|
||
John Lombardo <[email protected]> | ||
tr | ||
|
||
Glenn McGrath <[email protected]> | ||
Common unarchiving code and unarchiving applets, ifupdown, ftpgetput, | ||
nameif, sed, patch, fold, install, uudecode. | ||
Various bugfixes, review and apply numerous patches. | ||
|
||
Manuel Novoa III <[email protected]> | ||
cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, | ||
mesg, vconfig, nice, renice, | ||
make_directory, parse_mode, dirname, mode_string, | ||
get_last_path_component, simplify_path, and a number trivial libbb routines | ||
|
||
also bug fixes, partial rewrites, and size optimizations in | ||
ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir, | ||
mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable, | ||
interface, dutmp, ifconfig, route | ||
|
||
Vladimir Oleynik <[email protected]> | ||
cmdedit; bb_mkdep, xargs(current), httpd(current); | ||
ports: ash, crond, fdisk (initial, unmaintained now), inetd, stty, traceroute, | ||
top; | ||
locale, various fixes | ||
and irreconcilable critic of everything not perfect. | ||
|
||
Bruce Perens <[email protected]> | ||
Original author of BusyBox in 1995, 1996. Some of his code can | ||
still be found hiding here and there... | ||
|
||
Rodney Radford <[email protected]> | ||
ipcs, ipcrm | ||
|
||
Tim Riker <[email protected]> | ||
bug fixes, member of fan club | ||
|
||
Kent Robotti <[email protected]> | ||
reset, tons and tons of bug reports and patches. | ||
|
||
Chip Rosenthal <[email protected]>, <[email protected]> | ||
wget - Contributed by permission of Covad Communications | ||
|
||
Pavel Roskin <[email protected]> | ||
Lots of bugs fixes and patches. | ||
|
||
Gyepi Sam <[email protected]> | ||
Remote logging feature for syslogd | ||
|
||
Rob Sullivan <[email protected]> | ||
comm | ||
|
||
Linus Torvalds | ||
mkswap, fsck.minix, mkfs.minix | ||
|
||
Linus Walleij | ||
fbset and fbsplash config RGBA parsing | ||
rewrite of mdev helper to create devices from /sys/dev | ||
|
||
Mark Whitley <[email protected]> | ||
grep, sed, cut, xargs(previous), | ||
style-guide, new-applet-HOWTO, bug fixes, etc. | ||
|
||
Charles P. Wright <[email protected]> | ||
gzip, mini-netcat(nc) | ||
|
||
Enrique Zanardi <[email protected]> | ||
tarcat (since removed), loadkmap, various fixes, Debian maintenance | ||
|
||
Tito Ragusa <[email protected]> | ||
devfsd and size optimizations in strings, openvt, chvt, deallocvt, hdparm, | ||
fdformat, lsattr, chattr, id and eject. | ||
|
||
Paul Fox <[email protected]> | ||
vi editing mode for ash, various other patches/fixes | ||
|
||
Roberto A. Foglietta <[email protected]> | ||
port: dnsd | ||
|
||
Bernhard Reutner-Fischer <[email protected]> | ||
misc | ||
|
||
Mike Frysinger <[email protected]> | ||
initial e2fsprogs, printenv, setarch, sum, misc | ||
|
||
Jie Zhang <[email protected]> | ||
fixed two bugs in msh and hush (exitcode of killed processes) | ||
|
||
Maxime Coste <[email protected]> | ||
paste implementation | ||
|
||
Roger Knecht <[email protected]> | ||
tree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters