Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
3ad3aa6441ebaf817137051de2b74cb6b4379e7f
/
runit
/
runsvdir.c
b097a84
config: update size information
by Denys Vlasenko
· 6 years ago
22542ec
getopt32: remove opt_complementary
by Denys Vlasenko
· 7 years ago
95f7953
do not use `a' quoting style in comments
by Denys Vlasenko
· 7 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
4eed2c6
Update menuconfig items with approximate applet sizes
by Denys Vlasenko
· 7 years ago
ef15970
*: placate some compile warnings on OSX
by Denys Vlasenko
· 8 years ago
47cfbf3
*: add most of the required setup_common_bufsiz() calls
by Denys Vlasenko
· 9 years ago
e6a2f4c
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
by Denys Vlasenko
· 9 years ago
0863e1a
runit/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
7db2a7c
runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT
by Denys Vlasenko
· 10 years ago
dac8d80
runsvdir: do not block SIGCHLD around poll/sleep
by Denys Vlasenko
· 10 years ago
fa535f3
runsvdir: (almost) close a signal race
by Denys Vlasenko
· 10 years ago
af4f0e4
libbb: use <poll.h> instead of <sys/poll.h>
by Thomas Petazzoni
· 11 years ago
1671424
add INIT_G()'s. No code changes.
by Denys Vlasenko
· 13 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
31905f9
runsvdir: do not miss closely spaced service dir changes
by Eric Lammerts
· 14 years ago
05e8605
remove runit/runit_lib.c
by Denys Vlasenko
· 14 years ago
98a4c7c
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
by Denys Vlasenko
· 15 years ago
6331cf0
*: use "can't" instead of "cannot"
by Denys Vlasenko
· 15 years ago
aebb742
svlogd: fix bug 521: use line buffering if any filtering is done
by Denys Vlasenko
· 15 years ago
f09f4e0
runsv: small optimization *: more paranoia around passing NULL to execl[e]
by Denis Vlasenko
· 16 years ago
93b3820
init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'
by Denis Vlasenko
· 16 years ago
3b35fbb
runsvdir: straighten some convoluted code. logic is unchanged
by Denis Vlasenko
· 16 years ago
3854c5d
runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.
by Denis Vlasenko
· 16 years ago
028eab6
runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one
by Denis Vlasenko
· 16 years ago
cf69685
runsvdir: kill another global
by Denis Vlasenko
· 16 years ago
6a2c2cf
runsvdir: fx a recent vda's buglet (was pausing even if not signaled).
by Denis Vlasenko
· 16 years ago
58f3c2e
runsvdir: shrink (by Vladimir)
by Denis Vlasenko
· 16 years ago
9657596
runsvdir: do not exit if we are pid 1.
by Denis Vlasenko
· 16 years ago
923a79a
runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.
by Denis Vlasenko
· 16 years ago
08ea11a
runsvd: shrink by Vladimir *: use unified trivial signal handler
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
8f74094
runsvdir: make it more robust against libc buglets (errno accidentally set to !0)
by Denis Vlasenko
· 17 years ago
636a1f8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
by Bernhard Reutner-Fischer
· 17 years ago
d0a071a
brctl: eliminate stray data object
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
d18f52b
actually add bb_qsort.c *: s/Denis/Denys/
by Denis Vlasenko
· 17 years ago
25591c3
libbb: introduce bb_signals and bb_signals_recursive,
by Denis Vlasenko
· 17 years ago
3718832
*: more readable handling of pipe fds. No code changes.
by Denis Vlasenko
· 17 years ago
fb0eba7
libbb: introduce and use safe_waitpid (loops in EINTR)
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
96e1b38
introduce and use close_on_exec_on(fd). -50 bytes.
by Denis Vlasenko
· 17 years ago
c9dc2ac
make variables static
by Denis Vlasenko
· 17 years ago
137fbe4
runsvdir: fix "linear wait time" bug
by Denis Vlasenko
· 17 years ago
45946f8
runit/*: get rid of tai[a] time abstraction, it's too bloaty.
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
5a6aedd
xpipe: introduce (saves ~170 bytes)
by Denis Vlasenko
· 18 years ago
2856dab
tcpsvd: new applet
by Denis Vlasenko
· 18 years ago
cad04ef
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
by Denis Vlasenko
· 18 years ago
8a16405
add missing copyright statements and doc for sv
by Denis Vlasenko
· 18 years ago
1d76f43
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
ab2aea4
preparatory patch for -Wwrite-strings #4
by Denis Vlasenko
· 18 years ago
e2473f8
runit/* cleanup part 2
by Denis Vlasenko
· 18 years ago
8c78395
runit cleanup part 1
by Denis Vlasenko
· 18 years ago
f7996f3
Trailing whitespace removal over entire tree
by Denis Vlasenko
· 18 years ago
04c6386
forgot about avn add... :(
by Denis Vlasenko
· 18 years ago