aboutsummaryrefslogtreecommitdiff
path: root/sysdeps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge/rework config system per the latest from linux-2.6.0-test2.andersen2003-08-051-1/+1
| | | | | | | | Fix the config bugs revealed by the updated config system. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyandersen2003-07-221-24/+35
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Thomas Cameron:andersen2003-07-141-5/+5
| | | | | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Russell Coker:andersen2003-07-031-0/+7
| | | | | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. git-svn-id: svn://busybox.net/trunk/busybox@7031 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge fileutils, textutils and shellutils into coreuilsbug12003-02-151-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Specify install path, patch by Nick Fedchikbug12003-02-091-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6542 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Compile option to avoid using /usr directory, patch by Bastian Blankbug12003-01-191-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't build the ncurses stuff unless it is specifically asked forandersen2002-12-131-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@6212 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Put stuff back into a sub-menuandersen2002-12-051-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6108 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill the now obsolete docs/Configure.help file, and move all existingandersen2002-12-051-7/+29
| | | | | | | | help texts into their respective Config.in file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-052-49/+209
| | | | | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move readlink, mktemp, run-parts and which to a new debianutils dir.bug12002-11-111-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5908 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Config feature DEVPTS defined and used in telnetd, by Pavel Roskinbug12002-11-101-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5905 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug12002-11-011-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some CML1 grammar fixesandersen2002-09-011-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@5440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a compile time option to suppress the "Using fallback.." messagesandman2002-07-181-0/+3
| | | | | | | if no busybox.conf file is existant. git-svn-id: svn://busybox.net/trunk/busybox@5065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup shadow.h stuff so it behaves as intendedandersen2002-07-031-4/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4990 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement two types of suid/sgid support for BusyBox:sandman2002-06-041-1/+9
| | | | | | | | | 1) tinylogin like with compile time selection and a chown root.root 2) Runtime configurable via /etc/busybox.conf (docu is in the works) [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4855 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support old-style compress (.Z) files via libbb / unzip( ) callssandman2002-05-151-0/+1
| | | | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) git-svn-id: svn://busybox.net/trunk/busybox@4778 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more minor build cleanupsandersen2001-11-101-27/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup some config problems. Add a sane default config that basicallyandersen2001-11-102-6/+294
| | | | | | | matches the default old Config.h git-svn-id: svn://busybox.net/trunk/busybox@3648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more config.in entries from Giulio Orsero <giulioo@pobox.com>andersen2001-11-101-0/+13
| | | | | | | with some minor edits by me. git-svn-id: svn://busybox.net/trunk/busybox@3640 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I forgot pwd_group/config.inandersen2001-10-251-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3580 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-242-0/+23
-Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277