1. d35058a Undefine macro 'BSD' for GNU/Hurd by WHR · 6 months ago master
  2. 89de1bd Use sysctl(3) in kFreeBSD-based systems by WHR · 11 months ago
  3. b742c10 Require FreeBSD instead of just the FreeBSD kernel in order to use Capsicum by WHR · 11 months ago
  4. 3e6d26e Don't print bogus trip time for mask and timestamp replies by WHR · 11 months ago
  5. b51abd7 Use member 'sin_len' of 'struct sockaddr_in' with FreeBSD only by WHR · 11 months ago
  6. 5ec8e4e Don't print an ending new line from function 'pr_icmph' by WHR · 11 months ago
  7. eaea9eb Document the behavior for specifying both '-q' and '-v' options by WHR · 11 months ago
  8. 30652a8 Don't print round trip time statistics if all the received timestamps are bogus by WHR · 11 months ago
  9. d927301 Make some pointers read-only as appropriate by WHR · 11 months ago
  10. 634c8f2 Workaround for kFreeBSD 10 and earlier, as well as XNU, may expect some fields in IP header in host byte order by WHR · 11 months ago
  11. f4bd738 Don't send custom IP header if 'IP_HDRINCL' isn't available by WHR · 11 months ago
  12. 0d1546d Port to Cygwin by WHR · 11 months ago
  13. e3d6251 Use our own 'netinet/ip_icmp.h' copy to eliminate incompatibilities between different operating systems in this header by WHR · 11 months ago
  14. 9dc222d Cast 'char' vaule into 'unsigned int' for calling ctype function by WHR · 11 months ago
  15. 6d1da65 Port to AIX by WHR · 11 months ago
  16. c3f04d0 Don't define buffer for control message if option SO_TIMESTAMP isn't available by WHR · 11 months ago
  17. f8a994d Get 'struct cmsghdr' pointer after recvmsg(2) via CMSG_FIRSTHDR, so we can reliably check the presence of a control message by WHR · 11 months ago
  18. 0a9e6b0 Correct format of usage message by WHR · 11 months ago
  19. df91975 Print explanation for bogus replies if option '-v' is specified by WHR · 11 months ago
  20. 5a91b08 Port to Interix by WHR · 11 months ago
  21. 94ce272 rm(1) test output from build.sh by WHR · 11 months ago
  22. b808892 Don't use 'errno' for 'packet too short' error message by WHR · 11 months ago
  23. faced35 Fix identifier confliction on Solaris by WHR · 11 months ago
  24. df91726 Check for too-early timestamp and don't use it for statistics by WHR · 11 months ago
  25. ec3e602 Don't disable timing completely upon receiving truncated reply, but count it as bogus instead by WHR · 11 months ago
  26. 78e94c3 Truncate 'struct timeval' values of receiving timestamp into 'struct timeval32' before calculating with the 8 bytes sending timestamp for round trip time, so it will continue to correctly work after year 2038 by WHR · 11 months ago
  27. 4658c26 ping: fix -Wformat-truncating warning with GCC by Ján Sučan · 6 years ago
  28. 480aac1 ping: fix data type of a variable for a packet sequence number by Ján Sučan · 6 years ago
  29. ce1db0c Check range and signedness on integers passed from command line by WHR · 11 months ago
  30. 75a1e2e Fix a few type mismatches by WHR · 11 months ago
  31. e4c46bc Check for negative trip time and don't use it for statistics by WHR · 11 months ago
  32. 11ae01c Store timestamp in host byte order by WHR · 11 months ago
  33. 9ec3af2 Extend fallback value of MAXHOSTNAMELEN to 32 by WHR · 11 months ago
  34. 9aced66 Print usage message and exit from build.sh when an invalid option is encountered by WHR · 11 months ago
  35. cd85e95 Allow changing build output file name by WHR · 11 months ago
  36. 96e29bb Allow building from other directory by WHR · 11 months ago
  37. 6219f4d Port to Android/Linux by WHR · 11 months ago
  38. f3a63c8 Port to Solaris by WHR · 11 months ago
  39. 18c15a5 Add man page by WHR · 11 months ago
  40. d3e1988 Port to GNU/Linux from FreeBSD by WHR · 11 months ago