Matt Kraai | d3f97f1 | 2001-04-09 23:27:51 +0000 | [diff] [blame] | 1 | =back |
| 2 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 3 | =head1 LIBC NSS |
| 4 | |
| 5 | GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C |
| 6 | library for the local environment, and to configure how it reads system data, |
| 7 | such as passwords and group information. BusyBox has made it Policy that it |
| 8 | will never use NSS, and will never use and libc calls that make use of NSS. |
| 9 | This allows you to run an embedded system without the need for installing an |
| 10 | /etc/nsswitch.conf file and without and /lib/libnss_* libraries installed. |
| 11 | |
| 12 | If you are using a system that is using a remote LDAP server for authentication |
| 13 | via GNU libc NSS, and you want to use BusyBox, then you will need to adjust the |
| 14 | BusyBox source. Chances are though, that if you have enough space to install |
| 15 | of that stuff on your system, then you probably want the full GNU utilities. |
| 16 | |
| 17 | =head1 SEE ALSO |
| 18 | |
| 19 | textutils(1), shellutils(1), etc... |
| 20 | |
| 21 | =head1 MAINTAINER |
| 22 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 23 | Erik Andersen <andersen@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 24 | |
| 25 | =head1 AUTHORS |
| 26 | |
| 27 | The following people have contributed code to BusyBox whether |
| 28 | they know it or not. |
| 29 | |
| 30 | |
| 31 | =for html <br> |
| 32 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 33 | Erik Andersen <andersen@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 34 | |
| 35 | Tons of new stuff, major rewrite of most of the |
| 36 | core apps, tons of new apps as noted in header files. |
| 37 | |
| 38 | =for html <br> |
| 39 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 40 | John Beppu <beppu@codepoet.org> |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 41 | |
| 42 | du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), |
| 43 | documentation |
| 44 | |
| 45 | =for html <br> |
| 46 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 47 | Edward Betts <edward@debian.org> |
| 48 | |
| 49 | expr, hostid, logname, tty, wc, whoami, yes |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame^] | 50 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 51 | =for html <br> |
| 52 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 53 | Brian Candler <B.Candler@pobox.com> |
| 54 | |
| 55 | tiny-ls(ls) |
| 56 | |
| 57 | =for html <br> |
| 58 | |
| 59 | Randolph Chung <tausq@debian.org> |
| 60 | |
| 61 | fbset, ping, hostname, and mkfifo |
| 62 | |
| 63 | =for html <br> |
| 64 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame^] | 65 | Dave Cinege <dcinege@psychosis.com> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 66 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame^] | 67 | more(v2), makedevs, modularization, various fixes |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 68 | |
| 69 | =for html <br> |
| 70 | |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 71 | Larry Doolittle <ldoolitt@recycle.lbl.gov> |
| 72 | |
| 73 | various fixes, shell rewrite |
| 74 | |
| 75 | =for html <br> |
| 76 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 77 | Karl M. Hegbloom <karlheg@debian.org> |
| 78 | |
| 79 | cp_mv.c, the test suite, various fixes to utility.c, &c. |
| 80 | |
| 81 | =for html <br> |
| 82 | |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 83 | Sterling Huxley <sterling@europa.com> |
| 84 | |
| 85 | vi (!!!) |
| 86 | |
| 87 | =for html <br> |
| 88 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 89 | Daniel Jacobowitz <dan@debian.org> |
| 90 | |
| 91 | mktemp.c |
| 92 | |
| 93 | =for html <br> |
| 94 | |
| 95 | Matt Kraai <kraai@alumni.carnegiemellon.edu> |
| 96 | |
| 97 | documentation, bugfixes |
| 98 | |
| 99 | =for html <br> |
| 100 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame^] | 101 | John Lombardo <john@deltanet.com> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 102 | |
| 103 | dirname, tr |
| 104 | |
| 105 | =for html <br> |
| 106 | |
| 107 | Glenn McGrath <bug1@netconnect.com.au> |
| 108 | |
| 109 | ar.c |
| 110 | |
| 111 | =for html <br> |
| 112 | |
Eric Andersen | e5dfced | 2001-04-09 22:48:12 +0000 | [diff] [blame] | 113 | Vladimir Oleynik <dzo@simtreas.ru> |
| 114 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 115 | cmdedit, xargs(current), httpd(current); |
Glenn L McGrath | ae494a9 | 2003-02-10 22:53:37 +0000 | [diff] [blame] | 116 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; |
Eric Andersen | 08a7220 | 2002-09-30 20:52:10 +0000 | [diff] [blame] | 117 | locale, various fixes |
Eric Andersen | e5dfced | 2001-04-09 22:48:12 +0000 | [diff] [blame] | 118 | and irreconcilable critic of everything not perfect. |
| 119 | |
| 120 | =for html <br> |
| 121 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 122 | Bruce Perens <bruce@pixar.com> |
| 123 | |
| 124 | Original author of BusyBox. His code is still in many apps. |
| 125 | |
| 126 | =for html <br> |
| 127 | |
| 128 | Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> |
| 129 | |
| 130 | wget - Contributed by permission of Covad Communications |
| 131 | |
| 132 | =for html <br> |
| 133 | |
| 134 | Pavel Roskin <proski@gnu.org> |
| 135 | |
| 136 | Lots of bugs fixes and patches. |
| 137 | |
| 138 | =for html <br> |
| 139 | |
| 140 | Gyepi Sam <gyepi@praxis-sw.com> |
| 141 | |
| 142 | Remote logging feature for syslogd |
| 143 | |
| 144 | =for html <br> |
| 145 | |
| 146 | Linus Torvalds <torvalds@transmeta.com> |
| 147 | |
| 148 | mkswap, fsck.minix, mkfs.minix |
| 149 | |
| 150 | =for html <br> |
| 151 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 152 | Mark Whitley <markw@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 153 | |
| 154 | sed remix, bug fixes, style-guide, etc. |
| 155 | |
| 156 | =for html <br> |
| 157 | |
| 158 | Charles P. Wright <cpwright@villagenet.com> |
| 159 | |
| 160 | gzip, mini-netcat(nc) |
| 161 | |
| 162 | =for html <br> |
| 163 | |
| 164 | Enrique Zanardi <ezanardi@ull.es> |
| 165 | |
| 166 | tarcat (since removed), loadkmap, various fixes, Debian maintenance |
| 167 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 168 | =for html <br> |
| 169 | |
| 170 | Glenn Engel <glenne@engel.org> |
| 171 | |
| 172 | httpd |
| 173 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 174 | =cut |
| 175 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame^] | 176 | # $Id: busybox_footer.pod,v 1.13 2004/03/13 08:32:14 andersen Exp $ |