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
path:
root
/
init
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Config.in: remove menus that apparently will not work on Windows (except mayb...
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+1
*
delete tons of extra #includes
vda
2007-05-31
1
-3
/
+3
*
usage.c: remove reference to busybox.h
vda
2007-05-26
3
-3
/
+3
*
style fixes. No code changes
vda
2007-04-12
1
-1
/
+1
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
aldot
2007-04-04
2
-4
/
+4
*
random style fixes (extra spaces deleted)
vda
2007-03-24
1
-2
/
+1
*
decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)
vda
2007-03-05
2
-5
/
+10
*
init: fix handling of stdio file descriptors
vda
2007-03-05
1
-10
/
+10
*
init: de-indent a block of code
vda
2007-02-27
1
-143
/
+139
*
init: trivial compile fix
vda
2007-02-27
1
-2
/
+2
*
init: stop doing silly things with the console (-400 bytes)
vda
2007-02-21
4
-292
/
+131
*
init: code readability enhancements; very small code changes
vda
2007-02-17
1
-52
/
+52
*
- whitespace cleanup and add a possible shrinkage suggestion
aldot
2007-02-16
1
-3
/
+4
*
suppress warnings about easch <applet>_main() having
vda
2007-02-03
3
-0
/
+3
*
assorted fixes for bugs found with randomconfig
vda
2007-02-03
1
-1
/
+1
*
lineedit: add missing #if/#endif
vda
2007-02-03
1
-5
/
+4
*
Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS
vda
2007-02-03
1
-14
/
+3
*
preparatory patch for -Wwrite-strings #3
vda
2007-01-29
1
-8
/
+8
*
preparatory patch for -Wwrite-strings #2
vda
2007-01-29
1
-13
/
+11
*
Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own
vda
2007-01-21
1
-9
/
+20
*
convert calloc to xzalloc
vda
2007-01-03
1
-26
/
+26
*
style fixes
vda
2006-12-26
1
-3
/
+3
*
introduce LONE_CHAR (optimized strcmp with one-char string)
vda
2006-12-21
1
-2
/
+3
*
PID should be stored in pid_t, not int or long.
vda
2006-11-01
1
-11
/
+16
*
reshuffle libbb.h contents so that order of decls makes sense
vda
2006-10-27
1
-1
/
+1
*
message string changes, mostly for consistency, also -32 bytes in .rodata
vda
2006-10-20
2
-3
/
+3
*
add open_read_close() and similar stuff
vda
2006-10-14
1
-1
/
+1
*
attempt to regularize atoi mess.
vda
2006-10-08
1
-1
/
+1
*
build system overhaul
vda
2006-10-05
4
-82
/
+28
*
bb_applet_name -> applet_name
vda
2006-10-03
3
-4
/
+4
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-1
/
+1
*
usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.
vda
2006-09-27
1
-1
/
+1
*
Change license statements (and clean up headers) on some of the files that
landley
2006-09-22
2
-9
/
+2
*
Add CONFIG_FEATURE_SYSLOG which controls whether
vda
2006-09-07
1
-0
/
+1
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
landley
2006-08-29
1
-4
/
+1
*
Cleaup read() and write() variants, plus a couple of new functions like
landley
2006-07-16
1
-3
/
+3
*
Patch from Shaun Jackman to set environment variable RUNLEVEL equal to
landley
2006-07-09
1
-19
/
+3
*
More removal of "#if 0" content.
rpjday
2006-07-01
1
-12
/
+0
*
- move #include busybox.h to the very top so we pull in the config
aldot
2006-06-02
4
-20
/
+14
*
- fix CONFIG_DEBUG_INIT compile failure
aldot
2006-06-02
1
-8
/
+15
*
make halt and poweroff messages more accurate (i.e., claim "we're about to",
pgf
2006-06-01
1
-24
/
+21
*
- fix IMA compile error i introduced when adding this untested snippet.
aldot
2006-05-31
2
-1
/
+2
*
- consolidate "Sending SIG%s to all processes"; untested..
aldot
2006-05-30
3
-6
/
+7
*
- remove useless variable "status" from init_main.
aldot
2006-05-30
1
-3
/
+2
*
- use config_buffer for message()
aldot
2006-05-30
1
-25
/
+14
*
- DEBUG_INIT -> config CONFIG_DEBUG_INIT
aldot
2006-05-29
2
-13
/
+16
*
- landley, remove this?
aldot
2006-05-29
1
-1
/
+1
*
- set_term() doesn't need an argument. (Like r15220 this is just compile-tested)
aldot
2006-05-29
1
-6
/
+6
*
- move common code into new open_new_terminal() function;
aldot
2006-05-29
1
-23
/
+27
*
Consolidate #include <sys/time.h> so libbb.h does it.
landley
2006-05-27
1
-1
/
+0
[next]