| Commit message (Expand) | Author | Age | Files | Lines |
* | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer | 2008-05-23 | 2 | -6/+11 |
* | - not sure but i may have had the shutdown-time wrong and no records to verify | Bernhard Reutner-Fischer | 2008-05-22 | 1 | -1/+1 |
* | - untangle the implementation of the small and huge last applets | Bernhard Reutner-Fischer | 2008-05-22 | 4 | -12/+22 |
* | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko | 2008-05-22 | 1 | -5/+6 |
* | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko | 2008-05-22 | 1 | -3/+5 |
* | dnsd: fixes various segfaults. | Denis Vlasenko | 2008-05-22 | 2 | -9/+16 |
* | modprobe: fix for blacklisting | Denis Vlasenko | 2008-05-22 | 1 | -4/+5 |
* | last: make its output more like "standard" last (aka "fancy last"). | Denis Vlasenko | 2008-05-22 | 1 | -7/+40 |
* | last: trim format string a bit | Denis Vlasenko | 2008-05-22 | 1 | -1/+1 |
* | last: trim help text | Denis Vlasenko | 2008-05-22 | 1 | -3/+3 |
* | last: optional alternative sysv-like implementation | Denis Vlasenko | 2008-05-22 | 4 | -2/+307 |
* | - make Christian happy | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -2/+1 |
* | - skip empty lines and archive members | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -0/+6 |
* | udhcpc: regularize the names of receiving functions, | Denis Vlasenko | 2008-05-21 | 9 | -49/+50 |
* | udhcpc: simplify renewal of the lease | Denis Vlasenko | 2008-05-21 | 1 | -22/+19 |
* | udhcpc: properly reduce timeout if bogus packets were received | Denis Vlasenko | 2008-05-21 | 1 | -11/+16 |
* | fix another -Wall warning | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | ifenslave: add forgotten INIT_G() | Denis Vlasenko | 2008-05-20 | 1 | -0/+2 |
* | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
* | fix "make bigdata" to not show weak aliases | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | - improve readability | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+10 |
* | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 21 | -59/+59 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 45 | -85/+85 |
* | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -2/+2 |
* | - improve wording | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer | 2008-05-19 | 18 | -142/+136 |
* | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko | 2008-05-18 | 3 | -7/+42 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 14 | -35/+34 |
* | start_stop_daemon: add -test, fix -x to not match by inode, | Denis Vlasenko | 2008-05-18 | 2 | -80/+137 |
* | httpd: fix obscure case when user runs httpd -i from command line for testing. | Denis Vlasenko | 2008-05-18 | 1 | -1/+8 |
* | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko | 2008-05-18 | 2 | -5/+38 |
* | printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) | Denis Vlasenko | 2008-05-18 | 1 | -28/+24 |
* | ash: more of -Wall fixes | Denis Vlasenko | 2008-05-18 | 1 | -16/+16 |
* | last: style fixes | Denis Vlasenko | 2008-05-17 | 1 | -5/+10 |
* | insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) | Denis Vlasenko | 2008-05-17 | 1 | -0/+1 |
* | two fixlets for -Wall | Denis Vlasenko | 2008-05-17 | 2 | -2/+2 |
* | fix bug 2704: remove verbatim RFC text from source | Denis Vlasenko | 2008-05-17 | 1 | -451/+0 |
* | - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0... | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -2/+4 |
* | - very minor shrinkage | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -5/+1 |
* | - add appropriate string for arp header #32 for use by ip(8) | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -0/+6 |
* | - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever | Bernhard Reutner-Fischer | 2008-05-16 | 6 | -4/+105 |
* | - fix compilation on x86_64 | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -1/+1 |
* | - mention duplication of in_ether() | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -0/+2 |
* | - provide proc-less sample | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -3/+9 |
* | testsuite instrumentation fixes by Christian | Denis Vlasenko | 2008-05-15 | 2 | -19/+16 |
* | Add more -W options to gcc. | Denis Vlasenko | 2008-05-15 | 1 | -14/+3 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 43 | -110/+113 |
* | remove stray semicolons (by Cristian Ionescu-Idbohrn) | Denis Vlasenko | 2008-05-15 | 2 | -2/+2 |
* | fix by Jie Zhang for exit status and POSIX compliance: | Mike Frysinger | 2008-05-14 | 1 | -1/+1 |
* | Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. | Denis Vlasenko | 2008-05-13 | 4 | -22/+2 |