- cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- d1f222c Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis by Denys Vlasenko · 7 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
- c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
- dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
- 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
- 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
- 8607677 libbb: make const_int_0 reside in rodata by Denis Vlasenko · 17 years ago
- 1d31f0f libbb: align bb_common_bufsiz1 to "long long" by Denis Vlasenko · 17 years ago
- c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
- f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 18 years ago
- 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 18 years ago
- bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- 8581863 procps: remove all global variables by Denis Vlasenko · 18 years ago
- bff32ce gzip: Improve ptr_to_globals trick, allowing gcc to optimize better. -480 bytes. by Denis Vlasenko · 18 years ago
- 972288e modify ptr_to_globals trick so that we do not violate by Denis Vlasenko · 18 years ago
- 07766bb gzip: reduce global data footprint, part 3 by Denis Vlasenko · 18 years ago
- da799e8 gzip: reduce global data footprint, part 2 by Denis Vlasenko · 18 years ago
- 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
- 3a34d0c random small size optimizations by Denis Vlasenko · 18 years ago
- 376ce1e tar: by Denis Vlasenko · 18 years ago
- 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
- 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
- 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
- fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 86a1073 bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 3cd1986 Add bb_msg_read_error by Eric Andersen · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
- 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
- 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
- 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 24 years ago
- c29c44c libbb.h now includes ../busybox.h. This way, files in libbb that have by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago