website: announce 1.14.0 and 1.13.4
[platform/upstream/busybox.git] / libbb / Kbuild
2009-04-15 Denis Vlasenkowebsite: announce 1.14.0 and 1.13.4 1_14_0
2009-04-14 Denis Vlasenko*: unify concurrent-safe update of /etc/{passwd,group...
2008-12-07 Denis Vlasenkolibbb: move crypt_make_salt() to pw_encrypt.c, reuse
2008-11-11 Denis Vlasenkolibbb: disable a second md5 implementation which manage...
2008-10-25 Denis Vlasenkovi: move key reading routine out of vi into llbbb
2008-07-15 Denis Vlasenkolibbb: unified config parser (By Vladimir Dronnikov)
2008-07-12 Denis Vlasenkosleep: if FANCY && DESKTOP, support fractional seconds...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-05-28 Bernhard Reutner... - add strrchr
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-04-22 Denis Vlasenko*: remove remaining instances of ".data" hack
2008-04-09 Denis VlasenkoSplitting xfuncs.c into two parts. No code chabges.
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-19 Denis Vlasenkoadduser/addgroup: check username for invalid chars
2008-03-02 Denis Vlasenkolibbb: inntroduce and use bb_pstrcmp() and qsort_string...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-15 Mike Frysingersplit some rtc funcs out of hwclock and into an rtc...
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-10-17 Denis Vlasenkoanother fix for build failure found by randomconfig
2007-10-16 Denis Vlasenkoeven more fixes from randomconfig runs
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-08-15 Denis Vlasenkov[hp]error_msg have 2-3 callsites only -> incorporate...
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-05-17 Denis Vlasenkofix trivial compile errors found by randomconfig run
2007-05-08 Denis Vlasenkocryptpw: forgot svn add... how typical of me :(
2007-05-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-01-22 Denis Vlasenkoping6: stop using xgethostbyname2, remove it from libbb.
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2006-12-30 Denis Vlasenkoabout.html: update maintainer name
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-26 Denis VlasenkoClosing bug 730. libbb run_parts is using scandir ...
2006-11-25 Denis Vlasenkoregularize str -> num convertors
2006-11-24 Denis Vlasenkoglibc makedev() is a large inline. Save 700+ bytes...
2006-10-26 Denis Vlasenko...and yet another small fix. Ouch...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-11 Denis Vlasenkoifupdown: stop emitting annoying/misleading error messages.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkobuild system overhaul