index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller
Rob Landley
2006-07-26
1
-35
/
+23
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-1
/
+0
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-8
/
+8
*
Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"
Rob Landley
2006-06-28
1
-1
/
+1
*
A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and
Rob Landley
2006-06-25
1
-2
/
+1
*
Remove pointless "inline" wrapper around get_terminal_width_height().
Rob Landley
2006-06-21
1
-21
/
+7
*
Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close
Rob Landley
2006-06-21
1
-87
/
+2
*
- make sure that we see string_insert only if we need it.
Bernhard Reutner-Fischer
2006-06-09
1
-2
/
+2
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-1
/
+1
*
Confirming it's not needed.
Rob Landley
2006-06-05
1
-1
/
+1
*
- use bb functions instead of handrolling stuff.
Bernhard Reutner-Fischer
2006-06-03
1
-3
/
+3
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
1
-1
/
+1
*
Yann Morin spotted some leftover flotsam from halfway through the recent
Rob Landley
2006-05-24
1
-1
/
+1
*
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
Rob Landley
2006-05-21
2
-10
/
+10
*
- remove SIGIOT as suggested by landley.
Bernhard Reutner-Fischer
2006-05-19
1
-3
/
+0
*
- Rich Felker writes:
Bernhard Reutner-Fischer
2006-05-19
1
-0
/
+2
*
- remove superfluous legacy includes.
Bernhard Reutner-Fischer
2006-05-19
1
-6
/
+5
*
- include strings.h
Bernhard Reutner-Fischer
2006-05-19
2
-0
/
+2
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-05-13
1
-1
/
+1
*
Convert sed's static variables to a single global structure.
Rob Landley
2006-05-09
1
-123
/
+130
*
Move sed over to the generic llist_t for append. Saves about 90 bytes.
Rob Landley
2006-05-08
1
-27
/
+9
*
Patch to fix bug 868, and some related cleanup while I was in the area.
Rob Landley
2006-05-07
1
-18
/
+6
*
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-05-07
1
-14
/
+14
*
It was sitting there, in the patches directory, for years. It was delete it
Rob Landley
2006-05-04
3
-2
/
+1374
*
touchup comment
Mike Frysinger
2006-04-16
1
-1
/
+1
*
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
Rob Landley
2006-04-13
1
-11
/
+11
*
adjust ifdefs for inclusion of string_insert() routine
Paul Fox
2006-04-05
1
-3
/
+3
*
fix behavior of ZZ, with respect to readonly mode(s). original
Paul Fox
2006-03-28
1
-5
/
+6
*
add support for :wn (initial patch from Alexander Griesser)
Paul Fox
2006-03-27
1
-8
/
+13
*
drop obsolete version string in favor of actual BB version (from
Paul Fox
2006-03-27
1
-16
/
+4
*
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
1
-16
/
+23
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
2
-13
/
+15
*
Portability patch from rfelker. The bb_asprintf.c thing needs an eventual
Rob Landley
2006-03-09
1
-1
/
+1
*
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-09
1
-2
/
+6
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
4
-4
/
+4
*
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-02
1
-0
/
+4
*
- silence warning about "'free_and_close_stuff' used but never defined"
Bernhard Reutner-Fischer
2006-03-02
1
-3
/
+3
*
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-03-01
1
-23
/
+12
*
- fix compilation of sed.
Bernhard Reutner-Fischer
2006-03-01
1
-7
/
+7
*
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-03-01
1
-4
/
+2
*
A few changes falling out from the effort to make sed handle embedded NUL bytes.
Rob Landley
2006-02-24
1
-18
/
+26
*
Don't build directory libraries unless we're building an applet that needs it.
Rob Landley
2006-02-21
1
-0
/
+2
*
Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.
Rob Landley
2006-02-14
1
-5
/
+13
*
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-02-02
1
-3
/
+2
*
changed strange mix signed<->unsigned
"Vladimir N. Oleynik"
2006-01-31
1
-4
/
+4
*
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-13
/
+13
*
clean up yet more annoying signed/unsigned mismatches and fixup
Eric Andersen
2006-01-30
1
-1
/
+1
*
removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU...
"Vladimir N. Oleynik"
2006-01-30
1
-8
/
+7
*
just whitespace
Tim Riker
2006-01-25
2
-14
/
+14
[next]