aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-0/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-0/+7
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-0/+2
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-211-1/+1
* telnet: shrinkDenis Vlasenko2008-07-211-4/+4
* help text: test --help doesnt print it (by design),Denis Vlasenko2008-07-211-2/+3
* libbb: config_read() updateDenis Vlasenko2008-07-191-5/+9
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-193-4/+16
* pidof/killall: allow find_pid_by_name to find runningDenis Vlasenko2008-07-171-1/+2
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-1/+1
* update of config file parser from VladimirDenis Vlasenko2008-07-161-15/+5
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-17/+18
* od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2008-07-161-7/+7
* libbb: document plans to speed up line-based inputDenis Vlasenko2008-07-151-1/+2
* libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko2008-07-151-0/+22
* libbb: experimental faster string reading routines.Denis Vlasenko2008-07-151-1/+5
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-121-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-2/+0
* fix compile failures resulting from last few commitsDenis Vlasenko2008-07-111-1/+1
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-1/+3
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-102-6/+9
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-0/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+8
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-052-19/+19
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-041-0/+5
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-5/+0
* *: introduce and use xfork()Denis Vlasenko2008-07-011-0/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-0/+2
* ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko2008-07-011-3/+1
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-0/+1
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-0/+1
* sendmail: another update from the maintainerDenis Vlasenko2008-06-281-33/+29
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-4/+8
* sendmail: update from maintainerDenis Vlasenko2008-06-272-6/+11
* add stdcall to FAST_FUNCDenis Vlasenko2008-06-271-3/+3
* expand comment about FAST_FUNCDenis Vlasenko2008-06-271-1/+8
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-278-389/+394
* trim usage textDenis Vlasenko2008-06-221-6/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-0/+3
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-132-2/+4
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-1/+1
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-12/+10
* mktemp: make default tempfile template shorter;Denis Vlasenko2008-06-081-1/+1
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-0/+8
* klogd: make help text more understandableDenis Vlasenko2008-06-061-2/+2
* - fix compilation on standard-conforming compilersBernhard Reutner-Fischer2008-06-061-1/+1
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-051-1/+1
* mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko2008-06-051-6/+5
* change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2008-06-041-1/+1
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-0/+2