aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-081-1/+1
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-081-0/+1
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-071-0/+4
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-0/+2
* ifconfig: code shrinkDenis Vlasenko2007-11-041-4/+7
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-1/+1
* more fixes for help text wrt long optionsDenis Vlasenko2007-10-201-16/+29
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-0/+5
* kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko2007-10-202-0/+11
* xatonum.h: add commentDenis Vlasenko2007-10-181-1/+12
* more of usage text fixes wrt long optionsDenis Vlasenko2007-10-181-15/+60
* exclude --longopts from usage texts if those are disabledDenis Vlasenko2007-10-181-52/+134
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-0/+2
* bzip2: update help textDenis Vlasenko2007-10-141-8/+9
* setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-10-142-0/+7
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-134-4/+20
* trim too verbose help textsDenis Vlasenko2007-10-111-37/+36
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-114-14/+34
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-0/+3
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-3/+2
* typo fix in help textDenis Vlasenko2007-10-091-1/+1
* make --help work for "individual applets" too.Denis Vlasenko2007-10-071-1/+1
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-1/+2
* trim too verbose help messagesDenis Vlasenko2007-10-071-8/+7
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko2007-10-071-1/+8
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-2/+0
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+2
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-293-1/+29
* remove stray '/*' within commentDenis Vlasenko2007-09-271-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-5/+7
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-1/+7
* load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-09-261-2/+2
* losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)Denis Vlasenko2007-09-261-6/+8
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-0/+6
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-3/+6
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-3/+9
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-212-0/+6
* setup_environment: code shrinkDenis Vlasenko2007-09-101-0/+16
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-081-0/+1
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-1/+11
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-071-1/+1
* usage: trim a bitDenis Vlasenko2007-09-051-34/+32
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-051-5/+7
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-0/+6
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-051-4/+5
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-041-0/+3
* vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2007-08-291-1/+1