aboutsummaryrefslogtreecommitdiff
path: root/networking/ping.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-1508/+1407
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-276/+276
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-42/+42
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-74/+75
2019-04-01vi: rearrange functions, no logic changesDenys Vlasenko1-260/+258
2019-04-01vi: fix ^Z not always working as intendedDenys Vlasenko1-25/+17
2019-04-01vi: install SIGINT handler _after_ restart setjmp is initializedDenys Vlasenko1-63/+52
2019-03-30blockdev: code shrinkDenys Vlasenko1-81/+58
2019-03-30ip: Fix ip -o linkStefan Sørensen1-2/+2
2019-03-30vi: allow manual screen update if SIGWINCH isn't supportedRon Yorston1-0/+8
2019-03-30man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko1-20/+13
2019-03-30libbb: mark scripted_main() as externally visibleRon Yorston2-1/+2
2019-03-29vi: code shrink, proper printf formatting for strlen()Denys Vlasenko1-5/+6
2019-03-27hush: fix "wait -n" to wait for a _job_, not a _process_Denys Vlasenko1-9/+22
2019-03-27ash: add "wait -n" bashismDenys Vlasenko1-6/+47
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko1-2/+4
2019-03-26hush: add "wait -n" bashismDenys Vlasenko1-1/+17
2019-03-26man: don't skip default path which appears in config fileRon Yorston1-1/+5
2019-03-26ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko1-1/+1
2019-03-26ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko1-13/+9
2019-03-26ts: replace overlapping strcpy with shorter codeDenys Vlasenko1-1/+2
2019-03-26ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko1-4/+3