index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
inetd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
inetd: deinline machtime() - gcc gets it wrong
Denys Vlasenko
2021-04-24
1
-1
/
+1
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-1
/
+1
*
decrease padding: 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
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-10
/
+10
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
1
-2
/
+2
*
inetd: suppress aliasing warning
Denys Vlasenko
2018-12-08
1
-1
/
+1
*
inetd,mount: add comment with example of flags to build with libtirpc
Denys Vlasenko
2018-02-13
1
-1
/
+5
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
1
-3
/
+2
*
inetd: fix for running by non-root
Denys Vlasenko
2017-11-09
1
-1
/
+1
*
build system: remove unused CONFIG_FEATURE_HAVE_RPC
Denys Vlasenko
2017-08-14
1
-1
/
+0
*
inetd: improve --helpt text and config help text.
Denys Vlasenko
2017-07-27
1
-10
/
+29
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-7
/
+7
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-10
1
-1
/
+2
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-03
1
-7
/
+10
*
make --help texts smaller
Denys Vlasenko
2017-01-21
1
-2
/
+2
*
rdate: make it do something remotely sane, facing 32-bit time overflow
Denys Vlasenko
2017-01-20
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+53
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
1
-4
/
+4
*
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
1
-3
/
+1
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-1
/
+1
*
inetd: fix order of array index check and array access
Denys Vlasenko
2015-03-03
1
-3
/
+5
*
trivial code shrink
Denys Vlasenko
2015-02-18
1
-1
/
+1
*
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2012-12-19
1
-4
/
+2
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
*
inetd: fix build failure in Android
Tias Guns
2012-06-10
1
-0
/
+1
*
start_stop_daemon: set complementary group ids too. Closes 3253
Denys Vlasenko
2011-09-15
1
-1
/
+1
*
inetd: close new udp fd in "udp nowait" case
Denys Vlasenko
2011-09-11
1
-11
/
+55
*
inetd: check if RPC is available
Bernhard Reutner-Fischer
2011-06-15
1
-2
/
+5
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
inetd: add FIXMEs
Denys Vlasenko
2011-05-12
1
-0
/
+5
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+11
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-2
/
+2
*
inetd: if argv[0] is not specified, set it to program name
Mike Frysinger
2010-11-22
1
-0
/
+6
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-1
/
+1
*
remove recently added erroneous _and_die()
Denys Vlasenko
2010-06-27
1
-1
/
+1
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-3
/
+2
*
inetd: comment tweak. no code changes
Denys Vlasenko
2009-09-04
1
-3
/
+3
*
inetd: be more careful with syslog socket; other small fixes
Denys Vlasenko
2009-09-04
1
-7
/
+18
*
inetd: comment why we redirect stderr to network
Denys Vlasenko
2009-06-05
1
-3
/
+6
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-22
/
+22
*
inetd: constify data
Denis Vlasenko
2009-04-22
1
-1
/
+1
*
*: remove LOG_NOWAIT
Denis Vlasenko
2009-03-11
1
-1
/
+1
[next]