aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-10-16md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko
2010-10-16libbb/md5: code shrinkDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-10-08fix help text punctuationDenys Vlasenko
2010-10-07tweak usage textsDenys Vlasenko
2010-10-05tune2fs: implement -c and -i optionsRichard Braun
2010-10-04wc: add support for -mDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-10-01free: document newly added optionsDenys Vlasenko
2010-09-30halt/poweroff/reboot: unify help textDenys Vlasenko
2010-09-26acpid: add config file and map fileSouf Oued
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko
2010-09-06tweak udhcpd help textDenys Vlasenko
2010-09-06shell: remove lash and bbshDenys Vlasenko
2010-09-01libbb: xfunc_error_retval can be a byteDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-28pmap: new applet. +1k.Alexander Shishkin
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16platform.h: regularize endian detectionDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-11ntpd: mention -N in help textDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-08-07udhcpc: add -v to help textDenys Vlasenko
2010-08-06OpenBSD compatibilityWaldemar Brodkorb
2010-07-29dc: make it use long longs for integer opsDenys Vlasenko
2010-07-19libbb.h: add device names for Hurd and FreeBSDJeremie Koenig
2010-07-16cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko
2010-07-16ash: move config stuff into ash.c, no code chagesDenys Vlasenko
2010-07-16hush: make set -x support optionalDenys Vlasenko
2010-07-15hush: fix faloout from previous commitDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-04losetup: use LOOP_foo definesLauri Kasanen
2010-07-01chrt: code shrinkDenys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-28conspy: code shrinkPascal Bellard
2010-06-27nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl