index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-06-07
initial support for no-mmu systems
vapier
1
-0
/
+4
2006-06-07
sometimes daemonizing and vfork()/exit() is ok
vapier
1
-5
/
+19
2006-06-07
bb_xdaemon() isnt available on no-mmu systems
vapier
1
-1
/
+3
2006-06-07
comment all fields
vapier
1
-4
/
+4
2006-06-07
hint at where the Magic comes from
vapier
1
-1
/
+1
2006-06-07
- do away with the comment that noted that the current implementation
aldot
1
-1
/
+1
2006-06-07
Fix from Tito to read from stdin only when it's not a tty.
landley
2
-4
/
+4
2006-06-07
- spelling
aldot
1
-1
/
+1
2006-06-07
add reference to proc(5)
vapier
1
-0
/
+1
2006-06-07
- reuse strings and messages. Saves about 600B
aldot
22
-86
/
+77
2006-06-07
Consolidate devfs garbage and mark it as obsolete.
landley
2
-13
/
+16
2006-06-07
use bb_xbind/bb_xlisten
vapier
1
-5
/
+2
2006-06-07
whitespace
vapier
1
-1
/
+1
2006-06-07
whitespace
vapier
1
-1
/
+1
2006-06-07
add a --noclobber flag
vapier
1
-2
/
+8
2006-06-07
add support for cleaning out previous busybox install
vapier
1
-0
/
+18
2006-06-07
dont install emtpy libdirs
vapier
1
-1
/
+1
2006-06-07
dont mix tabs and spaces, kthx
vapier
1
-13
/
+13
2006-06-07
remove cvs $Id tag
vapier
1
-3
/
+0
2006-06-07
- add applet taskset to set/retrieve the CPU affinity of a process
aldot
6
-0
/
+109
2006-06-07
Tito writes: this patch fixes two potential bugs with the -i -I flags that co...
vapier
1
-2
/
+2
2006-06-07
- fix the build if we have ftpput without ftpget (speeling reeoe)
aldot
2
-3
/
+3
2006-06-07
Callers to identify() converted the endianness of the buffer. So did
landley
1
-16
/
+16
2006-06-06
Remove a config entry that leaked in from my tree before I decided to
landley
1
-7
/
+1
2006-06-06
Whack the one last warning in make allbareconfig...
landley
1
-1
/
+1
2006-06-06
import support for microblaze relocations from uClinux-dist
vapier
1
-0
/
+59
2006-06-06
make the default prompt suck less when using fancy prompts
vapier
1
-2
/
+11
2006-06-06
fix from uClinux-dist for proper exit status if reading /proc/modules failed
vapier
1
-5
/
+5
2006-06-06
merge blackfin/microblaze from uClinux-dist
vapier
1
-0
/
+17
2006-06-06
use vfork() instead of vork() since the only thing we do is execve() an app a...
vapier
1
-1
/
+1
2006-06-06
only check __GNU_LIBRARY__ if it is actually defined
vapier
1
-2
/
+2
2006-06-05
Header cleanup on two more networking files (move libbb.h to the top and
landley
3
-26
/
+17
2006-06-05
Confirming it's not needed.
landley
1
-1
/
+1
2006-06-05
- add note about need to unify the 4 itoa() implementations.
aldot
1
-0
/
+3
2006-06-04
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
aldot
1
-0
/
+2
2006-06-04
- add note about ingroup and is_a_group_member
aldot
1
-0
/
+2
2006-06-04
- add note about removing superfluous fmt specifiers
aldot
1
-2
/
+7
2006-06-04
- note to cleanup fprintf(2,...) -> bb_error_msg(...) and
aldot
1
-0
/
+6
2006-06-03
- use bb_msg_{read,write}_error where appropriate.
aldot
6
-8
/
+8
2006-06-03
- use bb functions instead of handrolling stuff.
aldot
1
-3
/
+3
2006-06-03
Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.
landley
1
-492
/
+1
2006-06-03
- remove superfluous call of stack_machine(0) upon exit.
aldot
1
-1
/
+0
2006-06-03
- no need to have timer_duration in the data section.
aldot
1
-7
/
+4
2006-06-03
- use bb_msg_write_error in 3 places
aldot
1
-368
/
+346
2006-06-03
- move #include busybox.h to the very top so we pull in the config
aldot
17
-24
/
+22
2006-06-03
- move #include busybox.h to the very top so we pull in the config
aldot
4
-35
/
+9
2006-06-03
- patch from Yann E. Morin: makes modprobe understand shell patterns
aldot
1
-2
/
+7
2006-06-03
2006-06-02 Shaun Jackman <sjackman@gmail.com>
aldot
1
-6
/
+1
2006-06-03
- No options should set the current system time.
aldot
1
-4
/
+4
2006-06-02
Patch from Atsushi Nemoto:
landley
1
-2
/
+3
[next]