1. 7d1f9ba Tool touch: allow specifying '-t 0' by WHR · 1 year, 1 month ago
  2. 4f304e6 Tool ioctl: add option '-u' to allow operating on a specified file descriptor by WHR · 1 year, 4 months ago
  3. 40679d5 Tool ioctl: print leading '0x' for ioctl(2) output bytes by WHR · 1 year, 5 months ago
  4. fd9c9d5 Tool reboot: reject invalid options by WHR · 1 year, 7 months ago
  5. a3acbcc Unified executable 'toolbox' will need PROC_LIBS by WHR · 1 year, 8 months ago
  6. 4235716 Tool tee: fix endless loop when an output file can't be open(2)ed by WHR · 1 year, 10 months ago
  7. 9c51f54 Tool uname: fix missing new line on '-o' and '-X' by WHR · 1 year, 12 months ago
  8. 7518596 libprocstat/procstat.h requires stdint.h by WHR · 1 year, 12 months ago
  9. e9c789f Add libprocstat to provide an unified interface to obtain process information, currently with implementation for System V; change tool ps to use libprocstat by WHR · 2 years, 6 months ago
  10. 88a5fd7 Tool mkdir: sync Windows support by WHR · 2 years, 6 months ago
  11. 116cdc7 Tool hostname: fix implicit declaration of strnlen(3) on Windows CE by WHR · 2 years, 6 months ago
  12. a8c2bcb Tool cat: workaround missing timing data for last chunk, for the compatibility of buggy util-linux script(1) by WHR · 2 years, 8 months ago
  13. b38e8be Move vmstat.c to vmstat_u.c by WHR · 2 years, 11 months ago
  14. c633f1c Tool vmstat: change default iteration count to 1, use option '-n inf' to iterate endlessly by WHR · 2 years, 11 months ago
  15. 7ed3804 Tool uptime: add endutxent(3) call by WHR · 2 years, 12 months ago
  16. 6733ae2 Tool swapon: fix usage string, remove an unused variable, and check for invalid priority value by WHR · 3 years, 2 months ago
  17. 1c7fc61 Remove tool iftop because it isn't really a 'top' by WHR · 3 years, 2 months ago
  18. 85dcbe9 Tool touch: fix exit with status -1 on utimensat(2) or utimes(2) failure, add error check for stat(2) calls, fix not closed file descriptor after creat(2) by WHR · 3 years, 3 months ago
  19. 22ff297 Tool mknod: use strtoul(3) instead to support alternative bases by WHR · 3 years, 3 months ago
  20. fbf64ed Tool mknod: use S_ISBLK and S_ISCHR macros to avoid misdetection of file types, due to overlapped mode bits; handle invalid options by WHR · 3 years, 3 months ago
  21. d6ecf66 Tool ifconfig: fix incorrect IP address and subnet mask presentations on big-endian platforms by WHR · 3 years, 3 months ago
  22. f7c7d30 Tool ioctl: print ioctl(2) return value on success; don't be verbose by default by WHR · 3 years, 3 months ago
  23. 2d94740 Add '-fno-common' to CFLAGS by WHR · 3 years, 8 months ago
  24. 2127e9a Tool ls: filter ESC characters by WHR · 3 years, 8 months ago
  25. b7f3f35 Fix 'sys/mkdev.h' not available in newer versions of GLIBC by WHR · 4 years, 1 month ago
  26. e569e40 Update copyright year in main tool by WHR · 4 years, 6 months ago
  27. 0c6d6fb Tool md5: add support of 'end of option' mark in command line; Tool uname: undefine macro __GLIBC__ that may be defined by uClibc headers; Makefile: don't always link libpthread by WHR · 4 years, 9 months ago
  28. 0d486af Tool dd: clean up, add include limits.h by WHR · 5 years ago
  29. dbaf247 Move dd.c to dd_u.c by WHR · 5 years ago
  30. d6d7a5d Tool dd: fix over seek after read(2) error with 'conv=noerror' by WHR · 5 years ago
  31. 2c98a98 Tool dd: handle SIGINFO or SIGUSR1, fix false seek error report by WHR · 5 years ago
  32. cd9ac4c Merge branch 'master' of ssh://45.62.110.101:29259/rivoreo/ToolBox by WHR · 6 years ago
  33. 93d2171 Tool setconsole: fix too many arguments to fprintf(3) by WHR · 6 years ago
  34. 5901e23 Fix 'printf: missing operand' when 'make help' by WHR · 6 years ago
  35. 5fdef29 Tool top changed: exit on EOF too in interactive mode by WHR · 6 years ago
  36. 8753be3 Tool touch change: accept decimal places for option '-t'; any other fixes? by WHR · 6 years ago
  37. dcb4792 Move chmod.c to chmod_u.c by WHR · 6 years ago
  38. 394fbb1 Tool mkdir changed: fix argument to getopt_long(3), fix usage, add option '--mode' or '-m'; Add macro STR2MODE to share the code in many tools by WHR · 6 years ago
  39. 5f0b77a Tool mkdir changed: add option '--verbose' or '-v'; some other changes related with getopt(3) and exit status by WHR · 6 years ago
  40. 5f87f3c Tool ifconfig: support using hexadecimal numbers as addresses by WHR · 7 years ago
  41. 50b5133 Tool uname changed: add OS name 'GNU/kOpenSolaris' by WHR · 7 years ago
  42. 33977eb Merge branch 'master' of https://github.com/rivoreo/ToolBox by WHR · 7 years ago
  43. c8aedcb Add an incomplete implementation of fdopen(3) for Windows by WHR · 7 years ago
  44. 6968a33 Tool ioctl changed: add option '-s', and bug fixes by WHR · 7 years ago
  45. 962f540 Merge branch 'master' of github.com:rivoreo/ToolBox by WHR · 7 years ago
  46. 7e2c5d2 Sync Interix support by WHR · 7 years ago
  47. 8c1eb9d Sync Mac OS X support; bug fix by WHR · 7 years ago
  48. cfefc38 Tool top changed: always fflush(3) stdout after each line, disable terminal cursor position saving, re-enable screen clearing by WHR · 7 years ago
  49. 8124b07 Sync Windows support by WHR · 7 years ago
  50. 65aab7d Sync Windows NT support; Tool modexe changed: fix pe_offset too small by WHR · 7 years ago
  51. 9911fc8 Fixed compiler warning for function 'warnx' on FreeBSD by WHR · 7 years ago
  52. d289d30 Add new tool timetag by WHR · 7 years ago
  53. c157dfd Tool chroot changed: add option '--no-chdir', fixed '--groups' uses ':' instead of ',' as separator; Fixed usage message for tool md5; Tool swapon changed: add an useless option '-v' for compatibility by WHR · 7 years ago
  54. ea91e64 Add new tool printf by WHR · 7 years ago
  55. e6164b3 Tool top changed: remove terminal save; Tool hostname bug fixes; Move rm.c to rm_u.c by WHR · 8 years ago
  56. 897d814 Tool cat changed: add option -T to output timing information, which is compatible with scriptreplay(1) from util-linux by WHR · 8 years ago
  57. a592ce3 Tool uname changed: change message cases by WHR · 8 years ago
  58. ed4590a Add new tool uname by WHR · 8 years ago
  59. 036d26e Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 8 years ago
  60. 859b2d7 Tool route changed: add reject option; Other minor changes by WHR · 8 years ago
  61. abedaf4 Makefile changed: trying to detect GNU linker by WHR · 8 years ago
  62. beabb40 Merge commit '4b6123c33fd20b46292f7bb1df9c0f985a32bf7c'; branch 'master' by WHR · 8 years ago
  63. 4b175bf Implementing 'route get' for Linux by WHR · 8 years ago
  64. 4b6123c Tool ifconfig changed: add option rename by WHR · 8 years ago
  65. 20d05e6 Tool ifconfig and route changed: Fixed prefix length to net mask bug by WHR · 8 years ago
  66. d645809 Tool ifconfig: refuse to set hardware address for non ethernet interfaces by WHR · 8 years ago
  67. 828abbb Tool ifconfig changed: add set ethernet address option by WHR · 8 years ago
  68. bb4141d Tool route was able to add, del on GNU/Linux; Tool ifconfig changed: setprefixlen bug fixed, add 'noarp' flag display by WHR · 8 years ago
  69. bc911a7 Rewriting route tool by WHR · 8 years ago
  70. dfa60f2 Tool ifconfig changed: get/set metric is supported; Tool mtdread on Interix is now using strtoq for strtoll; Tool route is need rewritten completely by WHR · 8 years ago
  71. b73e78f Tool ifconfig changed: setting address with prefix length is supported; Tool ls changed: fixed an integer overflow in Interix; Fixed some build issues by WHR · 8 years ago
  72. 1e52e69 Tool ifconfig changed: option broadcast supported, resolving hostname supported by WHR · 8 years ago
  73. 9705ce4 Add new tool setpgrp; Tool ifconfig changed: option '-a' is supported by WHR · 8 years ago
  74. 9d89d0b Move ifconfig.c to ifconfig_u.c; Tool ifconfig is now prints current MTU by WHR · 8 years ago
  75. 98115b6 Tool ifconfig changed: set netmask and mtu in Solaris is supported; Tool ps changed: improved support for FreeBSD; Some bug fixes by WHR · 8 years ago
  76. cdcc34c Tool service changed: bug fixes by WHR · 9 years ago
  77. f2979ce Tool kill1 is available on Solaris by WHR · 9 years ago
  78. 5a83fd5 Tools swapon and swapoff are available on Solaris; ToolBox is ported to Solaris 11 except du by WHR · 9 years ago
  79. 97ce9fb Makefile bug fixed; Tool top changed: set non-echo mode when using a terminal by WHR · 9 years ago
  80. 66cdf4a Tool top changed: press 'q' to exit; Add a file version.h to store version information by WHR · 9 years ago
  81. d0b5c8d Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  82. f620a22 Tool md5 changed: option changed by WHR · 9 years ago
  83. f7bc5d1 Tool lsof changed: a buffer overflow bug is fixed; Tool hostname changed: add sethostname prototype for Solaris 10 by WHR · 9 years ago
  84. 99e1044 Tool swapon changed: made the function print_usage static; Changed some strings by WHR · 9 years ago
  85. a967777 Using a different isnan macro in Solaris by WHR · 9 years ago
  86. 4923a6a Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  87. 48c4db4 Bug fix; Organization name change by WHR · 9 years ago
  88. 3e048f4 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  89. fafad24 Some small changes by WHR · 9 years ago
  90. d8afe70 License change: add a GPL linking exception to allow linking ToolBox to the OpenSSL library; Tool dmesg available on Solaris; Fixes many bugs by WHR · 9 years ago
  91. f2551c8 Tool dmesg is available in OS X 10.5+ now; Tool rm changed: rm will success without targets when option -f specified by WHR · 9 years ago
  92. 3365f34 Porting to Solaris 10 by WHR · 9 years ago
  93. a56cd92 Bug fixes by WHR · 9 years ago
  94. 92680bb Tool more changed: add option -s; porting to Solaris 10 by WHR · 9 years ago
  95. 839e099 Sync the Windows NT support; New build option NO_UTIMENSAT available by WHR · 9 years ago
  96. a6e0857 Fixes some bugs by WHR · 9 years ago
  97. a72bc64 Porting to Solaris by WHR · 9 years ago
  98. 6f0e310 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  99. 1c4c1d7 Fixes some bugs; Porting to Solaris by WHR · 9 years ago
  100. c0b94e8 Some minor changes by WHR · 9 years ago