aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.13.2 fixes, bump version to 1.13.3Denis Vlasenko2009-02-261-1/+7
* Apply post 1.13.1 patches, bump to 1.13.21_13_2Denis Vlasenko2008-12-311-0/+1
* kbd_mode: support -C TTY optionDenis Vlasenko2008-11-081-6/+12
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-062-20/+59
* correction in commentDenis Vlasenko2008-11-061-1/+1
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-062-5/+5
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-0/+2
* add comment, no code changesDenis Vlasenko2008-11-011-0/+1
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-012-4/+12
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-5/+8
* tftpd: be less cryptic in help textDenis Vlasenko2008-10-301-0/+6
* ls: trim help textDenis Vlasenko2008-10-271-21/+21
* devmem: new appletDenis Vlasenko2008-10-262-0/+10
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-0/+2
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+33
* build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko2008-10-241-1/+1
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-201-2/+2
* blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko2008-10-123-0/+7
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-1/+4
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-1/+2
* sendmail: update by VladimirDenis Vlasenko2008-09-282-5/+8
* sendmail: compat update by VladimirDenis Vlasenko2008-09-271-4/+9
* Markus Heidelberg writes:Bernhard Reutner-Fischer2008-09-261-4/+4
* - add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer2008-09-261-1/+2
* - commentary typo fixBernhard Reutner-Fischer2008-09-263-3/+3
* libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.Denis Vlasenko2008-09-265-74/+42
* fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/Denis Vlasenko2008-09-251-12/+12
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* top: don't lie in help screen about "-d 1" being validDenis Vlasenko2008-09-251-1/+1
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-4/+11
* return setgroups() decl to libbb, it is needed if we use libpwdgrp.Denis Vlasenko2008-09-251-2/+4
* we dont provide setgroups() replacement, so dont provide the prototype either...Mike Frysinger2008-09-251-2/+0
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-2/+4
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-0/+5
* id: code shrinkDenis Vlasenko2008-09-131-2/+2
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-0/+1
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+3
* watchdog: add -T optionDenis Vlasenko2008-09-071-3/+4
* - uncomment tc for nowBernhard Reutner-Fischer2008-09-041-1/+1
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-042-0/+21
* - mention that we ignore -v, -b, -cBernhard Reutner-Fischer2008-09-041-1/+2
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-7/+8
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-1/+1
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-18/+22
* - document rmdir argsBernhard Reutner-Fischer2008-08-211-1/+10
* - document rmmod -w and -f argumentsBernhard Reutner-Fischer2008-08-211-1/+3
* fix xargs -e help textDenis Vlasenko2008-08-211-1/+1
* findfs: make it use setuid-ness of busybox binaryDenis Vlasenko2008-08-201-1/+1
* - add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer2008-08-192-0/+9