aboutsummaryrefslogtreecommitdiff
path: root/sysdeps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL'andersen2005-09-121-1/+1
| | | | | | | | could be included into application space via the kernel config option of the same name, nasty compilation problems could result. git-svn-id: svn://busybox.net/trunk/busybox@11433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists.landley2005-09-051-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Enabling runtime SUID/SGID configuration via /etc/busybox.confandersen2005-06-231-2/+2
| | | | | | | | | is not a very good default. Better to default to having it off and let people get the default behavior. If they want to enable /etc/busybox.conf they should explicitly ask for it. git-svn-id: svn://busybox.net/trunk/busybox@10566 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could uselandley2005-06-201-0/+2
| | | | | | | some more work to shrink them down. git-svn-id: svn://busybox.net/trunk/busybox@10556 69ca8d6d-28ef-0310-b511-8ec308f3f277
* On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote:landley2005-04-291-0/+7
| | | | | | | | | | | | > This is really confusing for users who don't know all details of the > *nix file permission system. > Today, I changed my busybox system to use CONFIG_FEATURE_SUID_CONFIG. > After fighting with the file permissions for hours, I decided that > updating the documentation might be a good idea. git-svn-id: svn://busybox.net/trunk/busybox@10201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add new subdir for e2fsprogsvapier2005-04-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10171 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the default config to not ask stuffandersen2004-07-201-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8968 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Do not prompt about FDISK large disk support when LFS is enabled.andersen2004-05-251-13/+27
| | | | | | | | | Resolve a dependancy problem with the various malloc debug libs and make them mutually exclusive. -Erik git-svn-id: svn://busybox.net/trunk/busybox@8867 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the default configandersen2004-04-071-50/+81
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-10/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Elaborate on CONFIG_SELINUX, and explain that most people shouldandersen2004-02-051-0/+8
| | | | | | | not enbable this option. git-svn-id: svn://busybox.net/trunk/busybox@8406 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill off the loadacm applet. It is unused, unmaintainedandersen2003-12-201-1/+0
| | | | | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik git-svn-id: svn://busybox.net/trunk/busybox@8145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rob Landley writes:andersen2003-11-081-3/+0
| | | | | | | | | Remove three entries in defconfig that config no longer has. Rob git-svn-id: svn://busybox.net/trunk/busybox@7851 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Andreas Mohr writes:andersen2003-10-221-8/+8
| | | | | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer git-svn-id: svn://busybox.net/trunk/busybox@7692 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the config file by running it from menuconfig, get rid of somebug12003-09-091-100/+195
| | | | | | | unused entries. git-svn-id: svn://busybox.net/trunk/busybox@7452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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