index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Config.in
Age
Commit message (
Expand
)
Author
2007-06-16
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Denis Vlasenko
2007-05-08
tail: fix SEGV on "tail -N"
Denis Vlasenko
2007-04-10
Rename two config options:
Denis Vlasenko
2007-04-09
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-01
tcpsvd: new applet
Denis Vlasenko
2007-03-28
- reinstate dmalloc and efence support
Bernhard Reutner-Fischer
2007-03-27
make pidfile writing configurable.
Denis Vlasenko
2007-02-06
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
Denis Vlasenko
2007-01-27
Make -Werror configurable
Denis Vlasenko
2007-01-24
combine bool;prompt to just bool
Mike Frysinger
2007-01-24
correct file format errors
Mike Frysinger
2007-01-21
Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own
Denis Vlasenko
2006-12-26
adduser: trivial code movement
Denis Vlasenko
2006-12-22
convert "negaite" config option into reversed (INCLUDE_SUSv2)
Denis Vlasenko
2006-12-01
- provide central knob to turn off RPC related options.
Bernhard Reutner-Fischer
2006-11-29
fix support for globally disabling --long-options.
Denis Vlasenko
2006-11-17
- typo fix
Bernhard Reutner-Fischer
2006-10-05
build system overhaul
Denis Vlasenko
2006-10-03
runit/chpst: "change process state" utility
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-09-07
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-07
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
Denis Vlasenko
2006-07-04
- Pull r15593:
Bernhard Reutner-Fischer
2006-06-22
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
Rob Landley
2006-06-16
- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
Bernhard Reutner-Fischer
2006-06-15
Help text update for libbb, talking about make standalone.
Rob Landley
2006-06-14
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a
Bernhard Reutner-Fischer
2006-06-14
Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at
Rob Landley
2006-06-07
Consolidate devfs garbage and mark it as obsolete.
Rob Landley
2006-05-31
Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.)
Rob Landley
2006-05-26
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-11
Rename the devfs device names option so it doesn't bite people so often.
Rob Landley
2006-05-09
Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.mak
Rob Landley
2006-04-27
Patch from Dennis Vlasenko to add the option to compress help text.
Rob Landley
2006-04-10
I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.)
Rob Landley
2006-04-02
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-03-31
- add option to suppress the terse usage messages. Saves 6.8k for defconfig:
Bernhard Reutner-Fischer
2006-03-29
Documentation from Jan Kiszka
Rob Landley
2006-03-22
We make both busybox and busybox_unstripped all the time now, no need to
Rob Landley
2006-03-21
Temporarily disable shared library for the 1.1.1 release.
Rob Landley
2006-03-13
Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do
Rob Landley
2006-03-10
add a sep option for stripping
Mike Frysinger
2006-03-10
rearrange the menu a little to split general settings from applet selection
Mike Frysinger
2006-02-21
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley
2006-02-08
Help text update and tweak to defconfig to remove two more things that
Rob Landley
2006-01-31
Not on libbusybox.so: it's GPL, no API barrier, no stability promise.
Rob Landley
2006-01-30
Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
Rob Landley
2006-01-24
- readd config option for libbusybox and ima-mode which were accidentally
Bernhard Reutner-Fischer
2006-01-20
Zap sysdeps directory, moving Config.in and defconfig to top of tree.
Rob Landley