| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cp: trim help text | Denys Vlasenko | 2012-03-05 | 1 | -2/+2 |
* | du: trim help text a bit more | Denys Vlasenko | 2012-03-05 | 1 | -7/+5 |
* | du: remove stray whitespace in help text | Denys Vlasenko | 2012-03-05 | 1 | -1/+1 |
* | ntpd: experimental code to correct frequency a bit more aggressively | Denys Vlasenko | 2012-03-05 | 1 | -23/+29 |
* | blkid: if parameters are given, do not scan /dev | Denys Vlasenko | 2012-03-03 | 3 | -14/+17 |
* | ntpd: fix the "are we a server" check in previous commit | Denys Vlasenko | 2012-03-03 | 1 | -1/+1 |
* | ntpd: avoid printing messages between send and recv. good for fast networks | Denys Vlasenko | 2012-03-03 | 1 | -7/+30 |
* | ntpd: log clock drift with three digits after decimal point | Denys Vlasenko | 2012-03-02 | 1 | -2/+2 |
* | ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms | Denys Vlasenko | 2012-03-02 | 1 | -17/+28 |
* | date: extend help text to explain compat date format. Closes 4820 | Denys Vlasenko | 2012-03-01 | 1 | -0/+3 |
* | fbsplash: use line_length instead of xres * bytes_per_pixel | Yin Kangkai | 2012-02-29 | 1 | -8/+8 |
* | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko | 2012-02-28 | 1 | -4/+5 |
* | grep: support for -x, match whole line | Natanael Copa | 2012-02-28 | 1 | -3/+9 |
* | libbb/procps.c: make fast_strtoul_10() stop on '\n' too | Denys Vlasenko | 2012-02-28 | 1 | -1/+2 |
* | du: use long long for size field | Ian Wienand | 2012-02-28 | 1 | -5/+5 |
* | ntpd: fix offset adjustment after step; better step printing | Denys Vlasenko | 2012-02-28 | 1 | -17/+23 |
* | ntpd: increase OPT_qq constant to not collide with -L | Denys Vlasenko | 2012-02-23 | 1 | -14/+14 |
* | tar: add support for PAX-encoded path=LONGFILENAME | Denys Vlasenko | 2012-02-23 | 4 | -44/+46 |
* | mkdir: fix permissions on 64-bit platforms | Timo Teras | 2012-02-23 | 1 | -3/+4 |
* | ifupdown: support metric for static default gw | Natanael Copa | 2012-02-19 | 1 | -4/+4 |
* | httpd: make byte ranges which start at 0 work too. Closes 4766 | Denys Vlasenko | 2012-02-19 | 1 | -6/+7 |
* | modprobe-small: add comment about aliased commands' help text | Denys Vlasenko | 2012-02-19 | 1 | -0/+4 |
* | depmod: supply help text | Lauri Kasanen | 2012-02-19 | 1 | -9/+18 |
* | getopt: trim help text | Denys Vlasenko | 2012-02-09 | 1 | -2/+1 |
* | applets_sh/*: Add a few more examples of "shell applets" | Pere Orga | 2012-02-09 | 4 | -0/+22 |
* | getopt: simple code shrink; expand help text | Denys Vlasenko | 2012-02-09 | 1 | -16/+36 |
* | Make unix (local) sockets work without IPv6 enabled | Jonh Wendell | 2012-02-09 | 2 | -12/+9 |
* | mdev: add a comment. no code changes | Denys Vlasenko | 2012-02-06 | 1 | -1/+5 |
* | acpid: do not install handlers for fatal signals | Denys Vlasenko | 2012-02-05 | 1 | -2/+6 |
* | cttyhack: handle multiple consoles found in sysfs | Aaro Koskinen | 2012-02-04 | 1 | -3/+10 |
* | httpd: fix sendfile of files larger than 2 Gb. Closes 4754 | Denys Vlasenko | 2012-02-04 | 1 | -1/+1 |
* | tweak comment, no code changes | Denys Vlasenko | 2012-02-02 | 1 | -3/+3 |
* | httpd: fix MD5-encrypted-in-httpd.conf password logic | Denys Vlasenko | 2012-02-01 | 2 | -27/+39 |
* | modprobe: accept -b even if blacklist functionality is disabled | Felipe Contreras | 2012-01-31 | 2 | -8/+9 |
* | vi: add ":prev" command support | Dennis Groenen | 2012-01-31 | 1 | -11/+18 |
* | vi: move mark[i] pointers if text[] moves after realloc | Denys Vlasenko | 2012-01-31 | 1 | -27/+37 |
* | login: -f should not ask for password even with PAM | Sergey Naumov | 2012-01-30 | 1 | -8/+10 |
* | init: add a segv debugging aid, disabled by default | Denys Vlasenko | 2012-01-30 | 1 | -0/+51 |
* | gen_build_files.sh: exclude hidden directories | Paulius Zaleckas | 2012-01-30 | 1 | -2/+5 |
* | mdev: fix wrong sizeof | Javier Viguera | 2012-01-30 | 1 | -1/+1 |
* | bootchartd: add process accounting feature | Quentin Casasnovas | 2012-01-18 | 1 | -15/+24 |
* | find_mount_point: fix find_mount_point for char devices | Javier Viguera | 2012-01-18 | 1 | -1/+2 |
* | vconfig: fix help text; small code shrink. Closes 4658 | Denys Vlasenko | 2012-01-16 | 1 | -55/+41 |
* | *: better comments on termios manipulations. No code changes. | Denys Vlasenko | 2012-01-15 | 3 | -5/+6 |
* | shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] | Denys Vlasenko | 2012-01-15 | 2 | -7/+16 |
* | sed: fix possible case of signed char bug; expand debugging printouts | Denys Vlasenko | 2012-01-15 | 1 | -13/+25 |
* | mke2fs: do not zero out first kilobyte. Closes 3247 | Denys Vlasenko | 2012-01-11 | 1 | -1/+5 |
* | mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 | Denys Vlasenko | 2012-01-11 | 3 | -4/+6 |
* | acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll. | Denys Vlasenko | 2012-01-09 | 1 | -19/+35 |
* | passwd,cryptpw: make default encryption algorithm configurable | Denys Vlasenko | 2012-01-08 | 4 | -2/+11 |