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
/
runit
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
2
-3
/
+3
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
1
-2
/
+1
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-2
/
+1
*
chpst: move misplaced comment
Denys Vlasenko
2011-09-16
1
-5
/
+4
*
chpst: simple code shrink
Denys Vlasenko
2011-09-16
1
-8
/
+7
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+0
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
4
-0
/
+92
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-2
/
+5
*
Move stpcpy replacement function into libbb
Dan Fandrich
2011-02-13
1
-17
/
+7
*
svlogd: extend usage text. +70 bytes
Denys Vlasenko
2011-01-22
1
-0
/
+17
*
runsvdir: do not miss closely spaced service dir changes
Eric Lammerts
2010-12-06
1
-2
/
+5
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
2
-4
/
+5
*
remove runit/runit_lib.c
Denys Vlasenko
2010-10-13
7
-342
/
+63
*
runit_lib: remove/inline a few more things
Denys Vlasenko
2010-09-05
4
-16
/
+18
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-3
/
+3
*
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
1
-2
/
+1
*
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-27
1
-1
/
+1
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-08
2
-0
/
+5
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-5
/
+9
*
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-04
2
-0
/
+0
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
4
-4
/
+4
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
1
-8
/
+8
*
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2010-01-06
1
-2
/
+1
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
1
-3
/
+1
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-2
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
2
-17
/
+17
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
chpst: tiny shrinkage and add possible TODO
Bernhard Reutner-Fischer
2009-10-27
1
-4
/
+4
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: use {i,u}toa() where appropriate
Denys Vlasenko
2009-10-06
1
-4
/
+2
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
runsv: run ./finish with parameters (runit compat)
Earl Chew
2009-08-02
1
-18
/
+45
*
svlogd: fix bug 521: use line buffering if any filtering is done
Denys Vlasenko
2009-08-02
4
-27
/
+137
*
sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink
Denys Vlasenko
2009-07-15
1
-33
/
+35
*
runsv: rename field in a struct to not collide with other name
Denys Vlasenko
2009-07-15
2
-19
/
+20
*
svlogd: do not overrun read buffer (fixes bug 439)
Denys Vlasenko
2009-07-03
1
-9
/
+6
*
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-06-07
3
-4
/
+5
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
1
-6
/
+2
*
runsv: another tiny optimization
Denis Vlasenko
2009-02-26
1
-8
/
+6
*
runsv: small optimization
Denis Vlasenko
2009-02-26
2
-6
/
+3
*
init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'
Denis Vlasenko
2009-02-14
1
-1
/
+1
*
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2009-02-02
1
-2
/
+2
*
init: preparatory patch, no code changes
Denis Vlasenko
2009-01-31
2
-6
/
+6
[next]