aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild
AgeCommit message (Expand)Author
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
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko
2007-01-22ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko
2006-12-30about.html: update maintainer nameDenis Vlasenko
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko
2006-12-26merge post-1.3.0 fixesDenis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-26Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko
2006-11-25regularize str -> num convertorsDenis Vlasenko
2006-11-24glibc makedev() is a large inline. Save 700+ bytes by wrapping itDenis Vlasenko
2006-10-26...and yet another small fix. Ouch...Denis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-11ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko