- 7bd8d8f - make Christian happy by Bernhard Reutner-Fischer · 17 years ago
- 49bdf28 - skip empty lines and archive members by Bernhard Reutner-Fischer · 17 years ago
- 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
- 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
- b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
- 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
- 38100a4 ifenslave: add forgotten INIT_G() by Denis Vlasenko · 17 years ago
- 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
- eaad910 fix "make bigdata" to not show weak aliases by Denis Vlasenko · 17 years ago
- f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 17 years ago
- 3576bed - improve wording by Bernhard Reutner-Fischer · 17 years ago
- ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
- ee56e01 swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) by Denis Vlasenko · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- e125a68 start_stop_daemon: add -test, fix -x to not match by inode, by Denis Vlasenko · 17 years ago
- faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
- 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
- b6c4855 printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) by Denis Vlasenko · 17 years ago
- 29eb359 ash: more of -Wall fixes by Denis Vlasenko · 17 years ago
- d04e1fc last: style fixes by Denis Vlasenko · 17 years ago
- 2794c9b insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) by Denis Vlasenko · 17 years ago
- 85e015c two fixlets for -Wall by Denis Vlasenko · 17 years ago
- 29952d7 fix bug 2704: remove verbatim RFC text from source by Denis Vlasenko · 17 years ago
- 51a06c0 - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 by Bernhard Reutner-Fischer · 17 years ago
- b8635e2 - very minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
- dff6190 - add appropriate string for arp header #32 for use by ip(8) by Bernhard Reutner-Fischer · 17 years ago
- f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
- 825968f - fix compilation on x86_64 by Bernhard Reutner-Fischer · 17 years ago
- 1b23773 - mention duplication of in_ether() by Bernhard Reutner-Fischer · 17 years ago
- 9c3052a - provide proc-less sample - improve wording by Bernhard Reutner-Fischer · 17 years ago
- 81e97a1 testsuite instrumentation fixes by Christian by Denis Vlasenko · 17 years ago
- e251337 Add more -W options to gcc. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 43d5d42 remove stray semicolons (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
- b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
- 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
- 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
- 50dbed9 - pass flags to ld in one argument by Bernhard Reutner-Fischer · 17 years ago
- b89e202 udhcp: protect agianst timer overflowing 32-bit counter by Denis Vlasenko · 17 years ago
- f3aa4a8 insmod: fix build warnings. By Cristian Ionescu-Idbohrn by Denis Vlasenko · 17 years ago
- 4579e9c mdev: /sys/class/block/ are also block devices by Denis Vlasenko · 17 years ago
- 4b04f54 build system: do not rebuild entire tree if it is moved by Denis Vlasenko · 17 years ago
- 35d1683 website: announce 1.10.2 by Denis Vlasenko · 17 years ago
- 2af8604 - forgot to pull in arch-specific tweaks by Bernhard Reutner-Fischer · 17 years ago
- 6253880 - fix selinux stuff by Bernhard Reutner-Fischer · 17 years ago
- 6e38d52 - correct usage helptext of ifupdown by Bernhard Reutner-Fischer · 17 years ago
- 647c20c start_stop_daemon: try to clarify intended meaning of the options by Denis Vlasenko · 17 years ago
- 6bf05cf httpd: fix several bugs triggering by realtive path in -h DIR. by Denis Vlasenko · 17 years ago
- b153ace httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. by Denis Vlasenko · 17 years ago
- 06ebc16 script: exit if reading from pseudo-tty errors out (do not loop) by Denis Vlasenko · 17 years ago
- dddfaff ash: make set -o and set +o work as in dash/bash. by Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 380bcfc cpio.tests: remove useless command by Denis Vlasenko · 17 years ago
- c8f7a97 - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
- 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
- 687a26f more fixes to testsuite by Cristian and vda by Denis Vlasenko · 17 years ago
- 4e79049 clarify grep version by Denis Vlasenko · 17 years ago
- 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
- 6da9b00 fix grep test false positive by Denis Vlasenko · 17 years ago
- 2dea01c testing.sh: bashisms are eradicated. by Denis Vlasenko · 17 years ago
- 57be4ab runtest: the saga continues :( by Denis Vlasenko · 17 years ago
- e061226 start_stop_daemon: use existing global variable by Denis Vlasenko · 17 years ago
- 812870a remove stray semicolon by Denis Vlasenko · 17 years ago
- dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
- a2dcb50 trylink: fix glibc check; make --sort-section option look less ugly by Denis Vlasenko · 17 years ago
- 3c07e4b runtest: more cleanups by Denis Vlasenko · 17 years ago
- b34266b ping: dont leak uninitialized data in ping packets by Denis Vlasenko · 17 years ago
- a0c103a tar: add testsuite entries by Denis Vlasenko · 17 years ago
- 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago
- d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 17 years ago
- c450379 tar: remove bogus check for "-" (we handle it corrently later) by Denis Vlasenko · 17 years ago
- 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 17 years ago
- e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
- e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
- c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
- 4809a9f date: fix date-works test, add date-works-1 one (currently fails) by Denis Vlasenko · 17 years ago
- 7dff433 runtest: fix fallout from mucking with runtest :( [vda's fault] by Denis Vlasenko · 17 years ago
- 5d0f4aa runtest: even more fixes from Cristian by Denis Vlasenko · 17 years ago
- 92a6f87 runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> by Denis Vlasenko · 17 years ago
- 64d5bfd runtest: use numeric compare instead of string where appropriate by Denis Vlasenko · 17 years ago
- 16afa38 libbb: fix wrong sscanf count check (affects pidof etc) by Denis Vlasenko · 17 years ago
- b140edd fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) by Denis Vlasenko · 17 years ago
- 2c84495 lineedit: hack for making it sort-of-work even if term width is wrong by Denis Vlasenko · 17 years ago
- 44f0821 taskset: (1ull < 65) like ops are not good, avoid that by Denis Vlasenko · 17 years ago
- 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
- a6b3a1f arping: save a few bytes by using mempcpy by Denis Vlasenko · 17 years ago
- 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
- ad6cab1 partially fix date testsuite by Denis Vlasenko · 17 years ago
- c6191e9 - fsetfilecon_war is hidden so use fsetfilecon instead. by Bernhard Reutner-Fischer · 17 years ago
- 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 17 years ago
- 019d299 - update screenshot by Bernhard Reutner-Fischer · 17 years ago
- b520271 lineedit: filename completion on symlinks-to-dirs should add / too by Denis Vlasenko · 17 years ago
- a50a9b0 delay reconfig of input tty until target device has been both opened by Paul Fox · 17 years ago
- 765c1c3 getopt32: fix "tar x" case; fix memory leak by Denis Vlasenko · 17 years ago