Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6cd2d2bcba37a13d0d73326dd7bca64bbccce4f8
/
libbb
/
messages.c
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