aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-03-05ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko
2012-03-05uudecode: tweak help textDenys Vlasenko
2012-03-05uuencode: tweak help textDenys Vlasenko
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko
2012-03-05cp: trim help textDenys Vlasenko
2012-03-05du: trim help text a bit moreDenys Vlasenko
2012-03-05du: remove stray whitespace in help textDenys Vlasenko
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko
2012-03-03blkid: if parameters are given, do not scan /devDenys Vlasenko
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko
2012-03-01date: extend help text to explain compat date format. Closes 4820Denys Vlasenko
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28grep: support for -x, match whole lineNatanael Copa
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko
2012-02-28du: use long long for size fieldIan Wienand
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko
2012-02-23tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko
2012-02-23mkdir: fix permissions on 64-bit platformsTimo Teras
2012-02-19ifupdown: support metric for static default gwNatanael Copa
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko
2012-02-19depmod: supply help textLauri Kasanen
2012-02-09getopt: trim help textDenys Vlasenko
2012-02-09applets_sh/*: Add a few more examples of "shell applets"Pere Orga
2012-02-09getopt: simple code shrink; expand help textDenys Vlasenko
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell
2012-02-06mdev: add a comment. no code changesDenys Vlasenko
2012-02-05acpid: do not install handlers for fatal signalsDenys Vlasenko
2012-02-04cttyhack: handle multiple consoles found in sysfsAaro Koskinen
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-02tweak comment, no code changesDenys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras
2012-01-31vi: add ":prev" command supportDennis Groenen
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko
2012-01-30login: -f should not ask for password even with PAMSergey Naumov
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko
2012-01-30gen_build_files.sh: exclude hidden directoriesPaulius Zaleckas
2012-01-30mdev: fix wrong sizeofJavier Viguera
2012-01-18bootchartd: add process accounting featureQuentin Casasnovas
2012-01-18find_mount_point: fix find_mount_point for char devicesJavier Viguera
2012-01-16vconfig: fix help text; small code shrink. Closes 4658Denys Vlasenko
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko