- db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
- 5a72b0c runsv: code shrink: use single handler function for SIGTERM and SIGCHLD by Denys Vlasenko · 3 years, 6 months ago
- 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
- d3e1090 tcp/udpsvd: robustify SIGCHLD handling by Denys Vlasenko · 3 years, 6 months ago
- 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
- 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
- ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
- be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
- ad27d44 runsv: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 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
- bcb5764 runsv: update to match version 2.1.2 of runit 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
- ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
- 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
- af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
- 05e8605 remove runit/runit_lib.c by Denys Vlasenko · 14 years ago
- e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
- 80a3418 runsv: run ./finish with parameters (runit compat) by Earl Chew · 15 years ago
- e46601d runsv: rename field in a struct to not collide with other name by Denys Vlasenko · 15 years ago
- 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
- 31773b7 runsv: another tiny optimization by Denis Vlasenko · 16 years ago
- f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
- cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
- 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
- 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable 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
- cb448fe libbb: introduce and use xrename and rename_or_warn. 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
- 847fa77 *: tidy up usage of char **environ 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
- b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
- 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK 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
- a27a11b introduce and use xdup2(int, int) 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
- ff131b9 style fixes. No code changes. 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
- 3aba666 runsv: random code savings, ~300 bytes by Denis Vlasenko · 18 years ago
- d0762e3 runsv: add missing {} 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
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago