aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ls: make it so that group never glues itself to file sizeDenys Vlasenko2010-01-181-1/+1
* cp: fix -H handlingDenys Vlasenko2010-01-151-2/+2
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-0/+12
* adduser: more fixes to "add user to specified group"Denys Vlasenko2010-01-091-10/+15
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-092-51/+51
* hwclock: make it report system/rtc clock differenceDenys Vlasenko2010-01-061-8/+10
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+1
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-043-21/+29
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-3/+4
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-131-1/+1
* randomconfig fixesDenys Vlasenko2009-12-122-0/+4
* mount: needs find_mount_point.oDenys Vlasenko2009-12-111-0/+1
* fix improper utimes usageDenys Vlasenko2009-11-291-4/+4
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-291-16/+47
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-282-0/+17
* udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko2009-11-261-21/+32
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-252-2/+3
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-1/+1
* fix trivial compile breakageDenys Vlasenko2009-11-241-2/+2
* ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko2009-11-241-5/+36
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-4/+4
* libbb: fix vasprintf implementationDenys Vlasenko2009-11-171-1/+2
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-152-6/+17
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-4/+4
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-2/+4
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-5/+3
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-137-31/+31
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-112-5/+5