index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed
Bernhard Reutner-Fischer
2006-06-10
1
-9
/
+14
*
add ordering warning on enum Location
Paul Fox
2006-06-09
1
-0
/
+1
*
- make sure that we see string_insert only if we need it.
Bernhard Reutner-Fischer
2006-06-09
1
-2
/
+2
*
remove leading "Enable" from the config option text. not only is it
Paul Fox
2006-06-08
1
-12
/
+12
*
made "test" an ash built-in.
Paul Fox
2006-06-08
8
-232
/
+270
*
Patch from Erik Hovland, via Tito.
Rob Landley
2006-06-08
1
-2
/
+2
*
Some day, maybe gcc will be able to optimize out static functions that are
Rob Landley
2006-06-08
1
-1
/
+2
*
need prototype for new vfork_daemon()
Mike Frysinger
2006-06-07
1
-0
/
+1
*
initial support for no-mmu systems
Mike Frysinger
2006-06-07
1
-0
/
+4
*
sometimes daemonizing and vfork()/exit() is ok
Mike Frysinger
2006-06-07
1
-5
/
+19
*
bb_xdaemon() isnt available on no-mmu systems
Mike Frysinger
2006-06-07
1
-1
/
+3
*
comment all fields
Mike Frysinger
2006-06-07
1
-4
/
+4
*
hint at where the Magic comes from
Mike Frysinger
2006-06-07
1
-1
/
+1
*
- do away with the comment that noted that the current implementation
Bernhard Reutner-Fischer
2006-06-07
1
-1
/
+1
*
Fix from Tito to read from stdin only when it's not a tty.
Rob Landley
2006-06-07
2
-4
/
+4
*
- spelling
Bernhard Reutner-Fischer
2006-06-07
1
-1
/
+1
*
add reference to proc(5)
Mike Frysinger
2006-06-07
1
-0
/
+1
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
22
-86
/
+77
*
Consolidate devfs garbage and mark it as obsolete.
Rob Landley
2006-06-07
2
-13
/
+16
*
use bb_xbind/bb_xlisten
Mike Frysinger
2006-06-07
1
-5
/
+2
*
whitespace
Mike Frysinger
2006-06-07
1
-1
/
+1
*
whitespace
Mike Frysinger
2006-06-07
1
-1
/
+1
*
add a --noclobber flag
Mike Frysinger
2006-06-07
1
-2
/
+8
*
add support for cleaning out previous busybox install
Mike Frysinger
2006-06-07
1
-0
/
+18
*
dont install emtpy libdirs
Mike Frysinger
2006-06-07
1
-1
/
+1
*
dont mix tabs and spaces, kthx
Mike Frysinger
2006-06-07
1
-13
/
+13
*
remove cvs $Id tag
Mike Frysinger
2006-06-07
1
-3
/
+0
*
- add applet taskset to set/retrieve the CPU affinity of a process
Bernhard Reutner-Fischer
2006-06-07
6
-0
/
+109
*
Tito writes: this patch fixes two potential bugs with the -i -I flags that co...
Mike Frysinger
2006-06-07
1
-2
/
+2
*
- fix the build if we have ftpput without ftpget (speeling reeoe)
Bernhard Reutner-Fischer
2006-06-07
2
-3
/
+3
*
Callers to identify() converted the endianness of the buffer. So did
Rob Landley
2006-06-07
1
-16
/
+16
*
Remove a config entry that leaked in from my tree before I decided to
Rob Landley
2006-06-06
1
-7
/
+1
*
Whack the one last warning in make allbareconfig...
Rob Landley
2006-06-06
1
-1
/
+1
*
import support for microblaze relocations from uClinux-dist
Mike Frysinger
2006-06-06
1
-0
/
+59
*
make the default prompt suck less when using fancy prompts
Mike Frysinger
2006-06-06
1
-2
/
+11
*
fix from uClinux-dist for proper exit status if reading /proc/modules failed
Mike Frysinger
2006-06-06
1
-5
/
+5
*
merge blackfin/microblaze from uClinux-dist
Mike Frysinger
2006-06-06
1
-0
/
+17
*
use vfork() instead of vork() since the only thing we do is execve() an app a...
Mike Frysinger
2006-06-06
1
-1
/
+1
*
only check __GNU_LIBRARY__ if it is actually defined
Mike Frysinger
2006-06-06
1
-2
/
+2
*
Header cleanup on two more networking files (move libbb.h to the top and
Rob Landley
2006-06-05
3
-26
/
+17
*
Confirming it's not needed.
Rob Landley
2006-06-05
1
-1
/
+1
*
- add note about need to unify the 4 itoa() implementations.
Bernhard Reutner-Fischer
2006-06-05
1
-0
/
+3
*
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
Bernhard Reutner-Fischer
2006-06-04
1
-0
/
+2
*
- add note about ingroup and is_a_group_member
Bernhard Reutner-Fischer
2006-06-04
1
-0
/
+2
*
- add note about removing superfluous fmt specifiers
Bernhard Reutner-Fischer
2006-06-04
1
-2
/
+7
*
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
Bernhard Reutner-Fischer
2006-06-04
1
-0
/
+6
*
- use bb_msg_{read,write}_error where appropriate.
Bernhard Reutner-Fischer
2006-06-03
6
-8
/
+8
*
- use bb functions instead of handrolling stuff.
Bernhard Reutner-Fischer
2006-06-03
1
-3
/
+3
*
Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.
Rob Landley
2006-06-03
1
-492
/
+1
*
- remove superfluous call of stack_machine(0) upon exit.
Bernhard Reutner-Fischer
2006-06-03
1
-1
/
+0
[next]