aboutsummaryrefslogtreecommitdiff
path: root/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kbuild/Config.in: add CONFIG_MINGW and imported files to build systemNguyễn Thái Ngọc Duy2009-04-231-0/+5
|
* tail: fix SEGV on "tail -N"vda2007-05-081-2/+7
| | | | | | | | config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text git-svn-id: svn://busybox.net/trunk/busybox@18585 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rename two config options:vda2007-04-101-3/+3
| | | | | | | | | | FEATURE_SH_STANDALONE_SHELL => FEATURE_SH_STANDALONE FEATURE_EXEC_PREFER_APPLETS => FEATURE_PREFER_APPLETS Make SH_STANDALONE depend on PREFER_APPLETS. getopt.c: more randomconfig-induced fixes git-svn-id: svn://busybox.net/trunk/busybox@18394 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement first instance of NOFORK applet - echovda2007-04-091-1/+2
| | | | | | | | | | | | find: use NOFORK/NOEXEC; small -exec buglet also eliminated vfork_daemon_rexec: honor PREFER_APPLETS echo: small size improvements find -exec echo {} \; with PREFER_APPLETS=y runs 4 times faster git-svn-id: svn://busybox.net/trunk/busybox@18372 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tcpsvd: new appletvda2007-04-011-0/+1
| | | | | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o git-svn-id: svn://busybox.net/trunk/busybox@18294 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - reinstate dmalloc and efence supportaldot2007-03-281-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@18261 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make pidfile writing configurable.vda2007-03-271-0/+7
| | | | | | | [ui]toa_to_buf: change API. No users yet. git-svn-id: svn://busybox.net/trunk/busybox@18254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17802 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make -Werror configurablevda2007-01-271-8/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17551 69ca8d6d-28ef-0310-b511-8ec308f3f277
* combine bool;prompt to just boolvapier2007-01-241-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct file format errorsvapier2007-01-241-19/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17490 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-211-1/+9
| | | | | | | | | executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu> git-svn-id: svn://busybox.net/trunk/busybox@17426 69ca8d6d-28ef-0310-b511-8ec308f3f277
* adduser: trivial code movementvda2006-12-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* convert "negaite" config option into reversed (INCLUDE_SUSv2)vda2006-12-221-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - provide central knob to turn off RPC related options.aldot2006-12-011-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16745 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix support for globally disabling --long-options.vda2006-11-291-6/+4
| | | | | | | (disabling them saves ~4K on fully configured bbox) git-svn-id: svn://busybox.net/trunk/busybox@16715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typo fixaldot2006-11-171-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16560 69ca8d6d-28ef-0310-b511-8ec308f3f277
* build system overhaulvda2006-10-051-52/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* runit/chpst: "change process state" utilityvda2006-10-031-0/+1
| | | | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k git-svn-id: svn://busybox.net/trunk/busybox@16298 69ca8d6d-28ef-0310-b511-8ec308f3f277
* g[un]zip: add support for -v (verbose).vda2006-10-011-0/+8
| | | | | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. git-svn-id: svn://busybox.net/trunk/busybox@16283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-0/+7
| | | | | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. git-svn-id: svn://busybox.net/trunk/busybox@16063 69ca8d6d-28ef-0310-b511-8ec308f3f277
* CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn onvda2006-09-071-1/+1
| | | | | | | | if !CONFIG_NITPICK git-svn-id: svn://busybox.net/trunk/busybox@16062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Pull r15593:aldot2006-07-041-18/+0
| | | | | | | Rename to CROSS_COMPILE and move its configuration to .config.mak. (Shaun Jackman) git-svn-id: svn://busybox.net/trunk/busybox@15594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.maklandley2006-06-221-9/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.aldot2006-06-161-5/+7
| | | | | | | I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too.. git-svn-id: svn://busybox.net/trunk/busybox@15406 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Help text update for libbb, talking about make standalone.landley2006-06-151-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15392 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a aldot2006-06-141-1/+1
| | | | | | | CONFIG_STANDALONE, we'd need to toggle this on per default. git-svn-id: svn://busybox.net/trunk/busybox@15389 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-4/+22
| | | | | | | | | | | the start of the path. (This should be under the same config option as the standalone shell, but right now that's buried in the shell menu.) Also add the ability to specify CONFIG_BUSYBOX_EXEC_PATH with /proc/self/exe as an overrideable default. git-svn-id: svn://busybox.net/trunk/busybox@15380 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consolidate devfs garbage and mark it as obsolete.landley2006-06-071-11/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.)landley2006-05-311-15/+37
| | | | | | | Nothing's actually using it yet, but we need it. git-svn-id: svn://busybox.net/trunk/busybox@15255 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-0/+15
| | | | | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts git-svn-id: svn://busybox.net/trunk/busybox@15195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rename the devfs device names option so it doesn't bite people so often.landley2006-05-111-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15069 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.maklandley2006-05-091-6/+16
| | | | | | | stuff along the way. git-svn-id: svn://busybox.net/trunk/busybox@15043 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Dennis Vlasenko to add the option to compress help text.landley2006-04-271-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14949 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)landley2006-04-101-9/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add option to suppress the terse usage messages. Saves 6.8k for defconfig:aldot2006-03-311-0/+10
| | | | | | | | | | text data bss dec hex filename 861791 11264 1039140 1912195 1d2d83 busybox.have-terse-usage 854799 11264 1039140 1905203 1d1233 busybox.no-terse git-svn-id: svn://busybox.net/trunk/busybox@14713 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Documentation from Jan Kiszkalandley2006-03-291-6/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We make both busybox and busybox_unstripped all the time now, no need tolandley2006-03-221-7/+0
| | | | | | | specify whether or not to strip the binary. git-svn-id: svn://busybox.net/trunk/busybox@14611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Temporarily disable shared library for the 1.1.1 release.landley2006-03-211-1/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14590 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. dolandley2006-03-131-1/+3
| | | | | | | defconfig first), and group busybox administrative settings into a sub-menu. git-svn-id: svn://busybox.net/trunk/busybox@14527 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a sep option for strippingvapier2006-03-101-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14517 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rearrange the menu a little to split general settings from applet selectionvapier2006-03-101-64/+69
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14516 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-211-0/+1
| | | | | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).) git-svn-id: svn://busybox.net/trunk/busybox@14160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Help text update and tweak to defconfig to remove two more things thatlandley2006-02-081-4/+6
| | | | | | | | | the "maximum sane configuration" shouldn't have. (Explicit MTAB support in mount, which you should only need if you have no /proc, and FEATURE_CLEAN_UP, which exists to humor valgrind and otherwise just bloats the code). git-svn-id: svn://busybox.net/trunk/busybox@13879 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Not on libbusybox.so: it's GPL, no API barrier, no stability promise.landley2006-01-311-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13744 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move SUSv2 obsolete feature disabling to debug menu, invert meaning oflandley2006-01-301-17/+8
| | | | | | | | | | | symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu? git-svn-id: svn://busybox.net/trunk/busybox@13692 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - readd config option for libbusybox and ima-mode which were accidentallyaldot2006-01-241-6/+54
| | | | | | | dropped by landley in rev13542. git-svn-id: svn://busybox.net/trunk/busybox@13561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Zap sysdeps directory, moving Config.in and defconfig to top of tree.landley2006-01-201-0/+345
(Busybox should not be system dependent enough to have different default configurations for different platforms. We're not a kernel.) git-svn-id: svn://busybox.net/trunk/busybox@13452 69ca8d6d-28ef-0310-b511-8ec308f3f277