aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: changes to console mode handlingRon Yorston2023-03-051-0/+4
* ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+11
* ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-131-0/+2
* Merge branch 'busybox' into mergeRon Yorston2018-02-131-7/+1
|\
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-7/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-4/+2
|\|
| * Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesisDenys Vlasenko2017-07-041-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-5/+0
|\|
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-5/+0
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-1/+1
|\|
| * libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-1/+1
|\|
| * libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-1/+1
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-221-1/+1
|\|
| * save 10 bytes on stringsDenys Vlasenko2011-02-101-1/+1
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-7/+6
|\|
| * move utmp.h include to libbb.hDenys Vlasenko2011-01-251-5/+6
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-12/+1
|\|
| * better shared strings trickDenys Vlasenko2010-09-011-9/+0
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | win32: add get_busybox_exec_path(), which is bb_busybox_exec_pathNguyễn Thái Ngọc Duy2010-09-101-0/+4
* | libbb: skip utmp part in messages.c on WindowsNguyễn Thái Ngọc Duy2010-09-101-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