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

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