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
/
sv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
randomconfig fixes
Denys Vlasenko
2016-12-08
1
-1
/
+1
*
svc: new applet (daemontools-compatible version of "sv")
Denys Vlasenko
2016-12-05
1
-18
/
+94
*
Code style fixes, no code changes
Denys Vlasenko
2016-11-28
1
-1
/
+1
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-1
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
runit/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-1
/
+19
*
libbb: use <poll.h> instead of <sys/poll.h>
Thomas Petazzoni
2013-10-16
1
-1
/
+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
1
-0
/
+16
*
remove runit/runit_lib.c
Denys Vlasenko
2010-10-13
1
-4
/
+7
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-13
/
+13
*
sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink
Denys Vlasenko
2009-07-15
1
-33
/
+35
*
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-06-07
1
-1
/
+1
*
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2009-02-02
1
-2
/
+2
*
sv: make default service dir configurable (Vladimir wants it)
Denis Vlasenko
2008-11-06
1
-1
/
+1
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-4
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
1
-1
/
+1
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-2
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
assorted static vars removal
Denis Vlasenko
2007-09-28
1
-5
/
+17
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-4
/
+4
*
make variables static
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
runit/*: get rid of tai[a] time abstraction, it's too bloaty.
Denis Vlasenko
2007-08-20
1
-66
/
+62
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
svlogd: fix timestamping; do not warn if config is missing
Denis Vlasenko
2007-08-03
1
-2
/
+4
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
1
-5
/
+10
*
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-26
1
-11
/
+6
*
add missing copyright statements and doc for sv
Denis Vlasenko
2007-03-12
1
-0
/
+150
*
sv: make code trivially smaller
Denis Vlasenko
2007-03-12
1
-4
/
+4
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
sv: fix incorrect option parsing and reduce size
Denis Vlasenko
2007-02-02
1
-120
/
+176
*
preparatory patch for -Wwrite-strings #6
Denis Vlasenko
2007-01-29
1
-30
/
+42
*
runit cleanup part 1
Denis Vlasenko
2007-01-27
1
-13
/
+24
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
style fixes
Denis Vlasenko
2006-12-26
1
-2
/
+2
*
forgot about avn add... :(
Denis Vlasenko
2006-11-17
1
-0
/
+360