aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06hwclock: make it report system/rtc clock differenceDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11mount: needs find_mount_point.oDenys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-26udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-24fix trivial compile breakageDenys Vlasenko
2009-11-24ntp: simplifications; libbb: simpler resolution of numeric hostnamesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-11ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
2009-10-29lineedit: REALLY fix compile error nowDenys Vlasenko
2009-10-29lineedit: compile fixDenys Vlasenko
2009-10-29echo et al: support \e escapeDenys Vlasenko
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-10-27rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko
2009-10-27libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko
2009-10-27libbb/xrealloc_vector.c: better commentDenys Vlasenko
2009-10-27libbb/bb_do_delay.c: shrinkDenys Vlasenko
2009-10-27libbb/ask_confirmation.c: shrinkDenys Vlasenko
2009-10-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko
2009-10-26read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-26read_key: document more weird key sequencesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko