Rob Landley 9d27aba79e Remove poke() and friends, just inline the one caller using memcpy(). 5 달 전
..
README 3e8b019665 Reword some command directory READMEs (this tweaks menuconfig display). 3 년 전
ftpget.c e5b284ed9e Fix ftpget bug reported by Hongsheng Peng: every ftp command produces a 6 달 전
host.c 4b238cf6c5 Don't output "length" byte at start of text replies. 1 년 전
httpd.c d3ee1d9457 Various help fixes. 1 년 전
ifconfig.c 9d27aba79e Remove poke() and friends, just inline the one caller using memcpy(). 5 달 전
microcom.c 2043855a4b Only set speed and flush buffer when -s option supplied. 1 년 전
netcat.c ecfe2ee305 Don't have help recommend -tL until fixed (there's already a TODO about it). 5 달 전
netstat.c 657f94698c Add some (void) typecasts to shut up busybody compiler "unused result" warnings. 2 년 전
ping.c afeed2d46a ping: opt in to line buffering. 1 년 전
rfkill.c 4885e8fea8 rfkill: remove get_line(). 6 년 전
sntp.c 570fc119c6 Whitespace cleanup. 1 년 전
tunctl.c bcbbcb24c2 Switch most remaining toys.optflags&FLAG_x checks to FLAG(x) 1 년 전
wget.c 7e099a6d54 Add TOYFLAG_MOREHELP(CFG_BLAH) to allow annotated help text to drop out 7 달 전

README

Networking commands

The Internet Engineering Task Force publishes standards drafts at
https://www.ietf.org/rfc/rfc-index.txt (ala https://www.ietf.org/rfc/rfc3.txt)
and the commands tend to be documented in manual page section 8
https://man7.org/linux/man-pages/dir_section_8.html