index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
inetd.c
Age
Commit message (
Expand
)
Author
2021-04-24
inetd: deinline machtime() - gcc gets it wrong
Denys Vlasenko
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-11-30
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-29
libbb: introduce and use sleep1()
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-03-17
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2018-12-08
inetd: suppress aliasing warning
Denys Vlasenko
2018-02-13
inetd,mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
2018-02-11
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2017-11-09
inetd: fix for running by non-root
Denys Vlasenko
2017-08-14
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Denys Vlasenko
2017-07-27
inetd: improve --helpt text and config help text.
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-10
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-03
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-01-21
make --help texts smaller
Denys Vlasenko
2017-01-20
rdate: make it do something remotely sane, facing 32-bit time overflow
Denys Vlasenko
2016-11-23
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
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
[next]