trylink: produce even more info about final link stage
[platform/upstream/busybox.git] / libbb / messages.c
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis Vlasenkologin: make /etc/nologin support configurable. -240...
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 2
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-12 Denis Vlasenkorandom small size optimizations
2006-11-24 Denis Vlasenkotar:
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-10-05 Denis Vlasenkobuild system overhaul
2006-09-19 Denis Vlasenkochange char *string = "foo" -> char string[] = "foo"
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"bb_dev_null
2005-04-16 Eric AndersenAdd bb_msg_read_error
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-12 Eric AndersenPatch from vodz:
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-04-30 Eric AndersenThese messages can be .rodata, so make them even more...
2001-04-25 Mark Whitleylibbb.h now includes ../busybox.h. This way, files...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...