index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
inetd.c
Age
Commit message (
Expand
)
Author
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-30
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-03
inetd: fix order of array index check and array access
Denys Vlasenko
2015-02-18
trivial code shrink
Denys Vlasenko
2012-12-19
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-07-05
include sys/resource.h where needed
Mike Frysinger
2012-06-10
inetd: fix build failure in Android
Tias Guns
2011-09-15
start_stop_daemon: set complementary group ids too. Closes 3253
Denys Vlasenko
2011-09-11
inetd: close new udp fd in "udp nowait" case
Denys Vlasenko
2011-06-15
inetd: check if RPC is available
Bernhard Reutner-Fischer
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-12
inetd: add FIXMEs
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-04-07
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2010-11-22
inetd: if argv[0] is not specified, set it to program name
Mike Frysinger
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-06-27
remove recently added erroneous _and_die()
Denys Vlasenko
2010-06-25
*: make exec failure message more consistent
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-09-04
inetd: comment tweak. no code changes
Denys Vlasenko
2009-09-04
inetd: be more careful with syslog socket; other small fixes
Denys Vlasenko
2009-06-05
inetd: comment why we redirect stderr to network
Denys Vlasenko
2009-06-05
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-04-22
inetd: constify data
Denis Vlasenko
2009-03-11
*: remove LOG_NOWAIT
Denis Vlasenko
2009-03-11
docs/logging_and_backgrounding.txt: new mini-doc
Denis Vlasenko
2008-11-05
inetd: fix a case when we have zero services
Denis Vlasenko
2008-09-30
inetd: use config parser. by Vladimir
Denis Vlasenko
2008-07-22
inetd: do not trash errno in signal handlers;
Denis Vlasenko
2008-07-17
- very minor shrinkage (-9b)
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-01
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
*: introduce and use xfork()
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-03-29
inetd: small shrink for NOMMU case
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-20
inetd: use change_identity().
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
tcpsvd,udpsvd: make them NOMMU-capable
Denis Vlasenko
2008-03-17
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
nc: remove a bit of bloat
Denis Vlasenko
[next]