X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=docs%2Fbusybox_footer.pod;h=b2835f6bc0dc89cc07bd11ba929909560b0a4452;hb=7a431b3715299854fb423ec00d5fafc0e2c7f07b;hp=2ab4e166ef75a0b8307e02b01badae42943b74e5;hpb=5d81768cf13a7ecfd5a31e778242a79a0de00d30;p=oweals%2Fbusybox.git diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index 2ab4e166e..b2835f6bc 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod @@ -2,52 +2,78 @@ =head1 LIBC NSS -GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C -library for the local environment, and to configure how it reads system data, -such as passwords and group information. BusyBox has made it Policy that it -will never use NSS, and will never use and libc calls that make use of NSS. -This allows you to run an embedded system without the need for installing an -/etc/nsswitch.conf file and without and /lib/libnss_* libraries installed. - -If you are using a system that is using a remote LDAP server for authentication -via GNU libc NSS, and you want to use BusyBox, then you will need to adjust the -BusyBox source. Chances are though, that if you have enough space to install -of that stuff on your system, then you probably want the full GNU utilities. - -=head1 SEE ALSO - -textutils(1), shellutils(1), etc... +GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior +of the C library for the local environment, and to configure how it reads +system data, such as passwords and group information. This is implemented +using an /etc/nsswitch.conf configuration file, and using one or more of the +/lib/libnss_* libraries. BusyBox tries to avoid using any libc calls that make +use of NSS. Some applets however, such as login and su, will use libc functions +that require NSS. + +If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions to +directly access the /etc/passwd, /etc/group, and /etc/shadow files without +using NSS. This may allow you to run your system without the need for +installing any of the NSS configuration files and libraries. + +When used with glibc, the BusyBox 'networking' applets will similarly require +that you install at least some of the glibc NSS stuff (in particular, +/etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*). + +Shameless Plug: As an alternative, one could use a C library such as uClibc. In +addition to making your system significantly smaller, uClibc does not require the +use of any NSS support files or libraries. =head1 MAINTAINER -Erik Andersen +Denis Vlasenko =head1 AUTHORS -The following people have contributed code to BusyBox whether -they know it or not. +The following people have contributed code to BusyBox whether they know it or +not. If you have written code included in BusyBox, you should probably be +listed here so you can obtain your bit of eternal glory. If you should be +listed here, or the description of what you have done needs more detail, or is +incorect, please send in an update. =for html
-Erik Andersen , +Emanuele Aina + run-parts + +=for html
+ +Erik Andersen 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. + +=for html
+ +Laurence Anderson + + rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm =for html
-John Beppu +Jeff Angielski - du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), - documentation + ftpput, ftpget =for html
Edward Betts - expr, hostid, logname, tty, wc, whoami, yes - + expr, hostid, logname, whoami + +=for html
+ +John Beppu + + du, nslookup, sort + =for html
Brian Candler @@ -58,32 +84,51 @@ Brian Candler Randolph Chung - fbset, ping, hostname, and mkfifo + fbset, ping, hostname =for html
-Dave Cinege +Dave Cinege - more(v2), makedevs, dutmp, modularization, auto links file, + more(v2), makedevs, dutmp, modularization, auto links file, various fixes, Linux Router Project maintenance =for html
+Jordan Crouse + + ipcalc + +=for html
+ +Magnus Damm + + tftp client insmod powerpc support + +=for html
+ Larry Doolittle - various fixes, shell rewrite + pristine source directory compilation, lots of patches and fixes. =for html
-Karl M. Hegbloom +Glenn Engel - cp_mv.c, the test suite, various fixes to utility.c, &c. + httpd =for html
-Sterling Huxley +Gennady Feldman - vi (!!!) + Sysklogd (single threaded syslogd, IPC Circular buffer support, + logread), various fixes. + +=for html
+ +Karl M. Hegbloom + + cp_mv.c, the test suite, various fixes to utility.c, &c. =for html
@@ -93,34 +138,70 @@ Daniel Jacobowitz =for html
-Matt Kraai +Matt Kraai - documentation, bugfixes + documentation, bugfixes, test suite =for html
-John Lombardo +Stephan Linz - dirname, tr + ipcalc, Red Hat equivalence =for html
-Glenn McGrath +John Lombardo + + tr + +=for html
+ +Glenn McGrath + + Common unarchving code and unarchiving applets, ifupdown, ftpgetput, + nameif, sed, patch, fold, install, uudecode. + Various bugfixes, review and apply numerous patches. + +=for html
+ +Manuel Novoa III + + cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, + mesg, vconfig, make_directory, parse_mode, dirname, mode_string, + get_last_path_component, simplify_path, and a number trivial libbb routines - ar.c + 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 =for html
Vladimir Oleynik - cmdedit, stty-port, locale, various fixes + cmdedit; xargs(current), httpd(current); + ports: ash, crond, fdisk, inetd, stty, traceroute, top; + locale, various fixes and irreconcilable critic of everything not perfect. =for html
Bruce Perens - Original author of BusyBox. His code is still in many apps. + Original author of BusyBox in 1995, 1996. Some of his code can + still be found hiding here and there... + +=for html
+ +Tim Riker + + bug fixes, member of fan club + +=for html
+ +Kent Robotti + + reset, tons and tons of bug reports and patches. =for html
@@ -148,9 +229,10 @@ Linus Torvalds =for html
-Mark Whitley +Mark Whitley - sed remix, bug fixes, style-guide, etc. + grep, sed, cut, xargs(previous), + style-guide, new-applet-HOWTO, bug fixes, etc. =for html
@@ -164,6 +246,13 @@ Enrique Zanardi tarcat (since removed), loadkmap, various fixes, Debian maintenance +=for html
+ +Tito Ragusa + + devfsd and size optimizations in strings, openvt and deallocvt. + =cut -# $Id: busybox_footer.pod,v 1.4 2001/04/17 17:09:34 beppu Exp $ +# $Id: busybox_footer.pod,v 1.18 2004/04/25 06:05:14 bug1 Exp $ +