Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / messages.c
2018-01-12 Denys Vlasenkowhich: fix TODO with NOFORK+malloc_failure misbehaving
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-07-04 Denys VlasenkoChange BB_EXTRA_VERSION: now it needs to contain any...
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2011-02-10 Denys Vlasenkosave 10 bytes on strings
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2010-09-01 Denys Vlasenkobetter shared strings trick
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-09-27 Denis Vlasenkolibbb: make const_int_0 reside in rodata
2007-09-27 Denis Vlasenkolibbb: align bb_common_bufsiz1 to "long long"
2007-09-07 Denis Vlasenkomessages: by popular request allow PATH to be customize...
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...