summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dnsd: fixes various segfaults.Denis Vlasenko2008-05-222-9/+16
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
* last: trim help textDenis Vlasenko2008-05-221-3/+3
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-224-2/+307
* - make Christian happyBernhard Reutner-Fischer2008-05-211-2/+1
* - skip empty lines and archive membersBernhard Reutner-Fischer2008-05-211-0/+6
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* fix another -Wall warningDenis Vlasenko2008-05-201-1/+1
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
* - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate.Bernhard Reutner-Fischer2008-05-201-1/+1
* fix "make bigdata" to not show weak aliasesDenis Vlasenko2008-05-201-1/+1
* - improve readabilityBernhard Reutner-Fischer2008-05-191-5/+10
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-1921-59/+59
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-1945-85/+85
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
* - improve wordingBernhard Reutner-Fischer2008-05-191-1/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-1918-142/+136
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-183-7/+42
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-1814-35/+34
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-182-80/+137
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
* printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko2008-05-181-28/+24
* ash: more of -Wall fixesDenis Vlasenko2008-05-181-16/+16
* last: style fixesDenis Vlasenko2008-05-171-5/+10
* insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko2008-05-171-0/+1
* two fixlets for -WallDenis Vlasenko2008-05-172-2/+2
* fix bug 2704: remove verbatim RFC text from sourceDenis Vlasenko2008-05-171-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-Fischer2008-05-161-2/+4
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-166-4/+105
* - fix compilation on x86_64Bernhard Reutner-Fischer2008-05-161-1/+1
* - mention duplication of in_ether()Bernhard Reutner-Fischer2008-05-161-0/+2
* - provide proc-less sampleBernhard Reutner-Fischer2008-05-161-3/+9
* testsuite instrumentation fixes by ChristianDenis Vlasenko2008-05-152-19/+16
* Add more -W options to gcc.Denis Vlasenko2008-05-151-14/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1543-110/+113
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-152-2/+2
* fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger2008-05-141-1/+1
* Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko2008-05-134-22/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1327-61/+69
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-123-9/+9
* fix warnings about pointer signednessDenis Vlasenko2008-05-095-6/+6
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-0927-62/+259
* - pass flags to ld in one argumentBernhard Reutner-Fischer2008-05-091-5/+5