index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
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
waitfor
wget-post-file
wip
zstd
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
*
svlogd: fix buffer overrun
Denys Vlasenko
2026-07-03
1
-2
/
+2
*
runsv: fix open error check (fd < -1 should be fd < 0)
Denys Vlasenko
2026-03-13
1
-1
/
+1
*
runit: fix setuidgid help text
J. Neuschäfer
2025-04-17
1
-1
/
+2
*
chpst: fix error check of nice(2) call
Christian Franke
2024-12-09
1
-1
/
+2
*
Update applet size estimates
Denys Vlasenko
2023-07-10
4
-10
/
+10
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
1
-1
/
+1
*
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
1
-6
/
+6
*
runsv: code shrink: use single handler function for SIGTERM and SIGCHLD
Denys Vlasenko
2021-06-05
1
-9
/
+8
*
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
2
-14
/
+23
*
tcp/udpsvd: robustify SIGCHLD handling
Denys Vlasenko
2021-06-05
1
-1
/
+4
*
svlogd: if processor's stdin can not be opened, do not try ad infinitum
Denys Vlasenko
2021-06-05
1
-5
/
+18
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
2
-4
/
+4
*
randomconfig fixes
Denys Vlasenko
2020-12-29
1
-5
/
+13
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-2
/
+2
*
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-24
1
-10
/
+1
*
runsv: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-0
/
+7
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
2
-4
/
+4
*
config: update size information
Denys Vlasenko
2018-12-28
5
-10
/
+10
*
svlogd: fix pattern matching when using timestamps
Denys Vlasenko
2018-11-01
1
-4
/
+4
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-1
/
+0
*
placate gcc-8.0.1 warnings
Denys Vlasenko
2018-04-06
1
-0
/
+2
*
svok: new applet (daemontools compat)
Denys Vlasenko
2018-03-30
1
-5
/
+52
*
use gmtime_r() instead of gmtime()
Denys Vlasenko
2018-03-06
1
-1
/
+3
*
svlogd: improve --help text
Denys Vlasenko
2018-02-09
1
-6
/
+13
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-1
/
+1
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
4
-10
/
+12
*
svc: remove superfluout INIT_G()
Denys Vlasenko
2017-08-06
1
-6
/
+2
*
sv,svc: fix NOEXEC fallout
Denys Vlasenko
2017-08-06
1
-2
/
+8
*
sv, svc: make them NOEXEC
Denys Vlasenko
2017-08-05
1
-2
/
+2
*
svc: fix a case where with more than option, getopt() state is not reset
Denys Vlasenko
2017-08-05
1
-5
/
+6
*
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-08-04
1
-6
/
+6
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
6
-6
/
+6
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
5
-24
/
+24
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
5
-10
/
+10
*
sv: update to match version 2.1.2 of runit
James Byrne
2017-05-15
1
-65
/
+98
*
runsv: update to match version 2.1.2 of runit
Denys Vlasenko
2017-05-15
1
-37
/
+58
*
svlogd.c: support -ttt (dateTtime instead of date_time)
Denys Vlasenko
2017-05-15
1
-6
/
+7
*
libbb: GETOPT_RESET macro
Kaarle Ritvanen
2017-04-12
1
-6
/
+1
*
runit: fix chpst -n -N -u USER
Denys Vlasenko
2017-03-13
1
-6
/
+7
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-1
/
+2
*
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
*
svlogd: strip leading '!' from processor lines
Francis Rounds
2016-09-15
1
-1
/
+1
*
*: placate some compile warnings on OSX
Denys Vlasenko
2016-09-01
1
-2
/
+2
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
2
-4
/
+4
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-2
/
+2
[next]