aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-19- mention FIXME use find_mount_point()Bernhard Reutner-Fischer
2008-05-19- improve wordingBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-05-18swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-18start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko
2008-05-18httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko
2008-05-18modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko
2008-05-18printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)Denis Vlasenko
2008-05-18ash: more of -Wall fixesDenis Vlasenko
2008-05-17last: style fixesDenis Vlasenko
2008-05-17insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko
2008-05-17two fixlets for -WallDenis Vlasenko
2008-05-17fix bug 2704: remove verbatim RFC text from sourceDenis Vlasenko
2008-05-16- 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- very minor shrinkageBernhard Reutner-Fischer
2008-05-16- add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer
2008-05-16- fix compilation on x86_64Bernhard Reutner-Fischer
2008-05-16- mention duplication of in_ether()Bernhard Reutner-Fischer
2008-05-16- provide proc-less sampleBernhard Reutner-Fischer
2008-05-15testsuite instrumentation fixes by ChristianDenis Vlasenko
2008-05-15Add more -W options to gcc.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-05-14fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-05-09- pass flags to ld in one argumentBernhard Reutner-Fischer
2008-05-09udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko
2008-05-09insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko
2008-05-08build system: do not rebuild entire tree if it is movedDenis Vlasenko
2008-05-08website: announce 1.10.2Denis Vlasenko
2008-05-08- forgot to pull in arch-specific tweaksBernhard Reutner-Fischer
2008-05-08- fix selinux stuffBernhard Reutner-Fischer
2008-05-08- correct usage helptext of ifupdownBernhard Reutner-Fischer
2008-05-07start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko
2008-05-07httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko
2008-05-06script: exit if reading from pseudo-tty errors out (do not loop)Denis Vlasenko
2008-05-06ash: make set -o and set +o work as in dash/bash.Denis Vlasenko
2008-05-06cpio.tests: remove useless commandDenis Vlasenko
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-03vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko