aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-062-8/+7
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-061-3/+13
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-37/+86
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-052-0/+94
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-0/+35
* cosmetic fixes, no code changedDenys Vlasenko2010-04-031-2/+1
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-031-3/+20
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-2/+0
* provide safe_gethostname() for non-linux systemsDenys Vlasenko2010-03-291-2/+6
* libbb: locate PAGE_SIZE on HurdDenys Vlasenko2010-03-291-7/+12
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-263-5/+17
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-266-566/+443
* unicode: optional table for better handling of neutral bidi charsTomas Heinrich2010-03-263-102/+264
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* date,touch: accept Jan 7 00:00:00 2010 formatAlexander Shishkin2010-03-221-1/+13
* libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kbDenys Vlasenko2010-03-191-0/+3
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-1/+1
* lineedit: first shot at optional unicode bidi input supportTomas Heinrich2010-03-183-18/+164
* libbb/loop: comment out u32 hackDenys Vlasenko2010-03-181-1/+2
* libbb/getopt32.c: clear applet_long_options and opt_complementary after useDenys Vlasenko2010-03-161-5/+10
* lineedit: fix another corner case with bad unicode inputDenys Vlasenko2010-03-112-26/+40
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-092-5/+30
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-061-5/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-0/+1
* libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko2010-03-051-13/+18
* *: gethostname-related fixesDenys Vlasenko2010-02-271-22/+0
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-262-47/+0
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+2
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-4/+3
* libbb/md5.c: remove wrong commentDenys Vlasenko2010-02-081-7/+5
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-4/+8
* cosmetic fixesDenys Vlasenko2010-02-061-2/+2
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-6/+6
* libbb: fix bb_ask() to operate on correct fdDenys Vlasenko2010-02-031-3/+2
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-012-0/+49
* remove now-unneeded memsetDenys Vlasenko2010-02-011-1/+0
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
* better wording in ConfigDenys Vlasenko2010-01-311-0/+2
* unicode: exclude FDD0..FDEF range tooDenys Vlasenko2010-01-311-48/+48
* exclude more invalid unicode charsDenys Vlasenko2010-01-311-9/+63
* ls: fix handling of broken unicode sequencesDenys Vlasenko2010-01-311-22/+25
* ls: unicode fixesDenys Vlasenko2010-01-312-0/+66
* further work on unicodizationDenys Vlasenko2010-01-301-18/+59
* more fine-grained Unicode supportDenys Vlasenko2010-01-292-18/+92
* unicode_wcwidth.c: shrinkDenys Vlasenko2010-01-251-50/+306
* testsuite-discovered fixesDenys Vlasenko2010-01-251-3/+5
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-243-59/+372
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-0/+3