aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild (follow)
Commit message (Expand)AuthorAgeFilesLines
* website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko2009-04-151-0/+1
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-0/+3
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-071-3/+3
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-0/+2
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+1
* libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko2008-07-151-0/+1
* sleep: if FANCY && DESKTOP, support fractional seconds, minutes,Denis Vlasenko2008-07-121-0/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-0/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+0
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-0/+1
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-3/+3
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-0/+1
* - add strrchrBernhard Reutner-Fischer2008-05-281-0/+1
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-0/+1
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-221-1/+1
* Splitting xfuncs.c into two parts. No code chabges.Denis Vlasenko2008-04-091-0/+1
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-0/+1
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+1
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-021-0/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-0/+1
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-0/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-0/+1
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-151-0/+2
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-0/+1
* another fix for build failure found by randomconfigDenis Vlasenko2007-10-171-0/+1
* even more fixes from randomconfig runsDenis Vlasenko2007-10-161-0/+1
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-0/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-0/+1
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-151-2/+0
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-1/+0
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-1/+2
* find: fix build failure on certain configsDenis Vlasenko2007-07-011-0/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-0/+1
* hwclock: size optimizationsDenis Vlasenko2007-06-171-0/+1
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+1
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-081-5/+2
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+4
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-101-0/+1
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-051-0/+1
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-0/+1
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+1
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-0/+1
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-221-1/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-0/+1
* about.html: update maintainer nameDenis Vlasenko2006-12-301-0/+1
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-1/+1
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+1
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-1/+0