Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/runit
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-05runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-06-05tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko
2021-06-05svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko
2020-12-31libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-08runsv: Use 64 prefix syscall if we have toAlistair Francis
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-06placate gcc-8.0.1 warningsDenys Vlasenko
2018-03-30svok: new applet (daemontools compat)Denys Vlasenko
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko
2018-02-09svlogd: improve --help textDenys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-06svc: remove superfluout INIT_G()Denys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-08-05sv, svc: make them NOEXECDenys Vlasenko
2017-08-05svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-05-15sv: update to match version 2.1.2 of runitJames Byrne
2017-05-15runsv: update to match version 2.1.2 of runitDenys Vlasenko
2017-05-15svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-03-14runit: fix chpst -n -N -u USERDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-12-05svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-09-15svlogd: strip leading '!' from processor linesFrancis Rounds
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2015-10-19runit/*: convert to new-style "one file" appletsDenys Vlasenko