Age | Commit message (Expand) | Author |
2008-12-07 | libbb: move crypt_make_salt() to pw_encrypt.c, reuse | Denis Vlasenko |
2008-11-11 | libbb: disable a second md5 implementation which managed to creep in :) | Denis Vlasenko |
2008-10-25 | vi: move key reading routine out of vi into llbbb | Denis Vlasenko |
2008-07-15 | libbb: unified config parser (By Vladimir Dronnikov) | Denis Vlasenko |
2008-07-12 | sleep: if FANCY && DESKTOP, support fractional seconds, minutes, | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-01 | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko |
2008-07-01 | *: introduce and use xvfork() | Denis Vlasenko |
2008-06-23 | fix breakage found by randomconfig | Denis Vlasenko |
2008-06-07 | libbb: introduce and use print_flags(). | Denis Vlasenko |
2008-05-28 | - add strrchr | Bernhard Reutner-Fischer |
2008-05-19 | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer |
2008-04-22 | *: remove remaining instances of ".data" hack | Denis Vlasenko |
2008-04-09 | Splitting xfuncs.c into two parts. No code chabges. | Denis Vlasenko |
2008-04-01 | shells: do not frocibly enable test, echo and kill _applets_, | Denis Vlasenko |
2008-03-19 | adduser/addgroup: check username for invalid chars | Denis Vlasenko |
2008-03-02 | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko |
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko |
2008-02-27 | script: 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-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-02-15 | split some rtc funcs out of hwclock and into an rtc header/lib so that the ne... | Mike Frysinger |
2007-12-30 | libbb: introduce fputc_printable (from ed) | Denis Vlasenko |
2007-10-17 | another fix for build failure found by randomconfig | Denis Vlasenko |
2007-10-16 | even more fixes from randomconfig runs | Denis Vlasenko |
2007-10-07 | libbusybox: move (possibly compressed) help stuff into libbusybox. | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-08-15 | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko |
2007-08-14 | trylink: automatically use custom link script if user provides one | Denis Vlasenko |
2007-07-20 | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko |
2007-07-01 | find: fix build failure on certain configs | Denis Vlasenko |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-06-17 | hwclock: size optimizations | Denis Vlasenko |
2007-05-17 | fix trivial compile errors found by randomconfig run | Denis Vlasenko |
2007-05-08 | cryptpw: forgot svn add... how typical of me :( | Denis Vlasenko |
2007-05-08 | cryptpw: 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-05 | nc: port nc 1.10 to busybox | Denis Vlasenko |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko |
2007-03-11 | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko |
2007-01-22 | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko |
2007-01-22 | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko |
2006-12-30 | about.html: update maintainer name | Denis Vlasenko |
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko |
2006-11-26 | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko |
2006-11-25 | regularize str -> num convertors | Denis Vlasenko |
2006-11-24 | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | Denis Vlasenko |