Age | Commit message (Expand) | Author |
2010-02-26 | su: move restricted_shell into su.c (the only user) | Denys Vlasenko |
2010-02-01 | mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) | Denys Vlasenko |
2010-01-31 | ls: unicode fixes | Denys Vlasenko |
2009-12-12 | randomconfig fixes | Denys Vlasenko |
2009-12-11 | mount: needs find_mount_point.o | Denys Vlasenko |
2009-11-28 | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko |
2009-11-08 | wget: factor out progress bar code | Magnus Damm |
2009-10-27 | platform compatibility work (by Dan Fandrich) | Dan Fandrich |
2009-07-15 | randomconfig fixes | Denys Vlasenko |
2009-07-11 | added simplified Unicode support for non-locale-enabled builds | Denys Vlasenko |
2009-06-15 | libbb: stop using bb_strtod for now | Denys Vlasenko |
2009-04-15 | website: announce 1.14.0 and 1.13.41_14_0 | Denis Vlasenko |
2009-04-14 | *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} | Denis Vlasenko |
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 |