aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: add get_busybox_exec_path(), which is bb_busybox_exec_pathNguyễn Thái Ngọc Duy2010-04-201-0/+4
* libbb: skip utmp part in messages.c on WindowsNguyễn Thái Ngọc Duy2010-04-191-0/+2
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-1/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-4/+0
* remove trailing whitespaceDenis Vlasenko2007-10-141-1/+1
* libbb: make const_int_0 reside in rodataDenis Vlasenko2007-09-271-1/+3
* libbb: align bb_common_bufsiz1 to "long long"Denis Vlasenko2007-09-271-1/+4
* messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2007-09-071-7/+16
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-27/+27
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-2/+1
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-1/+1
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-2/+0
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-0/+4
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-081-1/+2
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+1
* procps: remove all global variablesDenis Vlasenko2007-04-191-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccDenis Vlasenko2007-03-151-1/+2
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-1/+2
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-141-1/+1
* gzip: reduce global data footprint, part 2Denis Vlasenko2007-03-141-0/+2
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-0/+3
* random small size optimizationsDenis Vlasenko2007-01-121-0/+1
* tar:Denis Vlasenko2006-11-241-1/+0
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-0/+2
* build system overhaulDenis Vlasenko2006-10-051-87/+20
* change char *string = "foo" -> char string[] = "foo"Denis Vlasenko2006-09-191-25/+25
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-3/+5
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-1/+0
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+7
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer2006-05-261-0/+14
* - include proper headers.Bernhard Reutner-Fischer2006-04-051-1/+0
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-13/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-1/+6
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-0/+3
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-2/+2
* bb_dev_null"Vladimir N. Oleynik"2005-10-121-0/+4
* Add bb_msg_read_errorEric Andersen2005-04-161-0/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-0/+4
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-35/+24
* last_patch61 from vodz:Eric Andersen2002-10-101-1/+1
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+36
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+3
* Patch from vodz:Eric Andersen2001-07-121-0/+3
* Fix a segfault in lash, hush, and cmdedit. Each of these usedEric Andersen2001-05-111-0/+3
* These messages can be .rodata, so make them even more const.Eric Andersen2001-04-301-12/+12
* libbb.h now includes ../busybox.h. This way, files in libbb that haveMark Whitley2001-04-251-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-0/+61