aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild
AgeCommit message (Expand)Author
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11mount: needs find_mount_point.oDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-07-15randomconfig fixesDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-06-15libbb: stop using bb_strtod for nowDenys Vlasenko
2009-04-15website: announce 1.14.0 and 1.13.4Denis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-10-25vi: move key reading routine out of vi into llbbbDenis Vlasenko
2008-07-15libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko
2008-07-12sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-05-28- add strrchrBernhard Reutner-Fischer
2008-05-19- Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-09Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko
2008-03-02libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-10-17another fix for build failure found by randomconfigDenis Vlasenko
2007-10-16even more fixes from randomconfig runsDenis Vlasenko
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko
2007-08-15v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-07-01find: fix build failure on certain configsDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-17hwclock: size optimizationsDenis Vlasenko
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko
2007-05-08cryptpw: forgot svn add... how typical of me :(Denis Vlasenko
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-03-27make pidfile writing configurable.Denis Vlasenko