aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bloat-o-meter: teach it to handle aliasesBernhard Reutner-Fischer2010-02-021-26/+46
* mkfs_ext2: fix bad comment. no code changesDenys Vlasenko2010-02-021-3/+3
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-026-32/+36
* stat: get rid on intmax_tDenys Vlasenko2010-02-023-105/+93
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-018-49/+66
* docs/unicode.txt: added more TODOsDenys Vlasenko2010-02-011-8/+23
* add unicode.txtDenys Vlasenko2010-02-011-0/+56
* remove now-unneeded memsetDenys Vlasenko2010-02-012-4/+0
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
* better wording in ConfigDenys Vlasenko2010-01-312-3/+11
* unicode: exclude FDD0..FDEF range tooDenys Vlasenko2010-01-312-52/+52
* exclude more invalid unicode charsDenys Vlasenko2010-01-312-10/+183
* typo fixDenys Vlasenko2010-01-311-1/+1
* ls: fix handling of broken unicode sequencesDenys Vlasenko2010-01-312-44/+49
* ls: unicode fixesDenys Vlasenko2010-01-318-206/+545
* cal: add a unicode testDenys Vlasenko2010-01-313-3/+46
* further work on unicodizationDenys Vlasenko2010-01-307-41/+146
* fix Unicode config option limits and some comments in lessDenys Vlasenko2010-01-302-4/+3
* syslog: remove stray umask(0)Denys Vlasenko2010-01-291-1/+1
* Example Unicode filesDenys Vlasenko2010-01-292-0/+2079
* more fine-grained Unicode supportDenys Vlasenko2010-01-293-18/+143
* style fixes, no code changesDenys Vlasenko2010-01-286-11/+11
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-2823-160/+231
* hush: more "greppable" field names. no code changesDenys Vlasenko2010-01-281-13/+13
* update TODO_config_nommuDenys Vlasenko2010-01-271-6/+29
* update defconfigDenys Vlasenko2010-01-271-17/+39
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-262-153/+168
* start 1.17.x developmentDenys Vlasenko2010-01-261-2/+2
* Bump version to 1.16.01_16_0Denys Vlasenko2010-01-261-1/+1
* modprobe: protect against possible SEGVDenys Vlasenko2010-01-261-6/+8
* whitespace fixDenys Vlasenko2010-01-261-1/+1
* ntpd: explain why scripts can be run in quick successionDenys Vlasenko2010-01-252-9/+24
* whitespace fixesDenys Vlasenko2010-01-2515-32/+32
* unicode_wcwidth.c: shrinkDenys Vlasenko2010-01-251-50/+306
* testsuite-discovered fixesDenys Vlasenko2010-01-253-6/+8
* scripts/randomtest: tweaks for non-eliminable warnings and broken static glibcDenys Vlasenko2010-01-241-4/+7
* randomconfig fixesDenys Vlasenko2010-01-245-17/+13
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-2410-98/+410
* date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2010-01-232-34/+41
* ping: use ICMP_MINLENBernhard Reutner-Fischer2010-01-231-1/+1
* fbset: add possibility to set timing and sync polarityMichael Grzeschik2010-01-231-97/+172
* chown: -2 bytesDenys Vlasenko2010-01-231-4/+3
* chown: support long optionsMatheus Izvekov2010-01-232-1/+24
* patch: accept and ignore -g NUMDenys Vlasenko2010-01-221-6/+7
* diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov2010-01-222-54/+71
* patch: add more long opts; but remove -g for nowDenys Vlasenko2010-01-221-8/+25
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-205-19/+23
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-203-1/+22
* patch: ignore flag -g. +22 bytesMatheus Izvekov2010-01-201-1/+3