1. 8753be3 Tool touch change: accept decimal places for option '-t'; any other fixes? by WHR · 6 years ago
  2. dcb4792 Move chmod.c to chmod_u.c by WHR · 6 years ago
  3. 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
  4. 5f0b77a Tool mkdir changed: add option '--verbose' or '-v'; some other changes related with getopt(3) and exit status by WHR · 6 years ago
  5. 5f87f3c Tool ifconfig: support using hexadecimal numbers as addresses by WHR · 7 years ago
  6. 50b5133 Tool uname changed: add OS name 'GNU/kOpenSolaris' by WHR · 7 years ago
  7. 6968a33 Tool ioctl changed: add option '-s', and bug fixes by WHR · 7 years ago
  8. 962f540 Merge branch 'master' of github.com:rivoreo/ToolBox by WHR · 7 years ago
  9. 7e2c5d2 Sync Interix support by WHR · 7 years ago
  10. 8c1eb9d Sync Mac OS X support; bug fix by WHR · 7 years ago
  11. 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
  12. 8124b07 Sync Windows support by WHR · 7 years ago
  13. 65aab7d Sync Windows NT support; Tool modexe changed: fix pe_offset too small by WHR · 7 years ago
  14. 9911fc8 Fixed compiler warning for function 'warnx' on FreeBSD by WHR · 7 years ago
  15. d289d30 Add new tool timetag by WHR · 7 years ago
  16. 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
  17. ea91e64 Add new tool printf by WHR · 7 years ago
  18. e6164b3 Tool top changed: remove terminal save; Tool hostname bug fixes; Move rm.c to rm_u.c by WHR · 8 years ago
  19. 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
  20. a592ce3 Tool uname changed: change message cases by WHR · 8 years ago
  21. ed4590a Add new tool uname by WHR · 8 years ago
  22. 036d26e Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 8 years ago
  23. 859b2d7 Tool route changed: add reject option; Other minor changes by WHR · 8 years ago
  24. abedaf4 Makefile changed: trying to detect GNU linker by WHR · 8 years ago
  25. beabb40 Merge commit '4b6123c33fd20b46292f7bb1df9c0f985a32bf7c'; branch 'master' by WHR · 8 years ago
  26. 4b175bf Implementing 'route get' for Linux by WHR · 8 years ago
  27. 4b6123c Tool ifconfig changed: add option rename by WHR · 8 years ago
  28. 20d05e6 Tool ifconfig and route changed: Fixed prefix length to net mask bug by WHR · 8 years ago
  29. d645809 Tool ifconfig: refuse to set hardware address for non ethernet interfaces by WHR · 8 years ago
  30. 828abbb Tool ifconfig changed: add set ethernet address option by WHR · 8 years ago
  31. 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
  32. bc911a7 Rewriting route tool by WHR · 8 years ago
  33. 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
  34. 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
  35. 1e52e69 Tool ifconfig changed: option broadcast supported, resolving hostname supported by WHR · 8 years ago
  36. 9705ce4 Add new tool setpgrp; Tool ifconfig changed: option '-a' is supported by WHR · 8 years ago
  37. 9d89d0b Move ifconfig.c to ifconfig_u.c; Tool ifconfig is now prints current MTU by WHR · 8 years ago
  38. 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
  39. cdcc34c Tool service changed: bug fixes by WHR · 9 years ago
  40. f2979ce Tool kill1 is available on Solaris by WHR · 9 years ago
  41. 5a83fd5 Tools swapon and swapoff are available on Solaris; ToolBox is ported to Solaris 11 except du by WHR · 9 years ago
  42. 97ce9fb Makefile bug fixed; Tool top changed: set non-echo mode when using a terminal by WHR · 9 years ago
  43. 66cdf4a Tool top changed: press 'q' to exit; Add a file version.h to store version information by WHR · 9 years ago
  44. d0b5c8d Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  45. f620a22 Tool md5 changed: option changed by WHR · 9 years ago
  46. f7bc5d1 Tool lsof changed: a buffer overflow bug is fixed; Tool hostname changed: add sethostname prototype for Solaris 10 by WHR · 9 years ago
  47. 99e1044 Tool swapon changed: made the function print_usage static; Changed some strings by WHR · 9 years ago
  48. a967777 Using a different isnan macro in Solaris by WHR · 9 years ago
  49. 4923a6a Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  50. 48c4db4 Bug fix; Organization name change by WHR · 9 years ago
  51. 3e048f4 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  52. fafad24 Some small changes by WHR · 9 years ago
  53. 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
  54. 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
  55. 3365f34 Porting to Solaris 10 by WHR · 9 years ago
  56. a56cd92 Bug fixes by WHR · 9 years ago
  57. 92680bb Tool more changed: add option -s; porting to Solaris 10 by WHR · 9 years ago
  58. 839e099 Sync the Windows NT support; New build option NO_UTIMENSAT available by WHR · 9 years ago
  59. a6e0857 Fixes some bugs by WHR · 9 years ago
  60. a72bc64 Porting to Solaris by WHR · 9 years ago
  61. 6f0e310 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 9 years ago
  62. 1c4c1d7 Fixes some bugs; Porting to Solaris by WHR · 9 years ago
  63. c0b94e8 Some minor changes by WHR · 10 years ago
  64. 625daaa Ported tool more to Windows; libtoolbox.so works on Interix by WHR · 10 years ago
  65. 1206280 Add option NO_UTMPX for tool uptime; Sync the Interix support; Tool ls changed: bug fix by WHR · 10 years ago
  66. 25b2794 Tool ls changed: avoid to print ascii 0 by WHR · 10 years ago
  67. a37497b Ported to FreeBSD by WHR · 10 years ago
  68. 380a1a2 Sync the GNU/Hurd support by WHR · 10 years ago
  69. e891d87 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 10 years ago
  70. 9b1439c Tool more changed: press 'q' to exit by WHR · 10 years ago
  71. e6ee31d Ported to Interix by WHR · 10 years ago
  72. fdb6ef5 "make separate" works on Interix by WHR · 10 years ago
  73. 54cb993 Porting to Interix by WHR · 10 years ago
  74. 94de68f Made some minor changes by WHR · 10 years ago
  75. 31eb8b0 Porting to Interix by WHR · 10 years ago
  76. c8d5c71 Add libgetopt/getopt.h by WHR · 10 years ago
  77. 8b75ba1 Fix library path on Mac OS X by WHR · 10 years ago
  78. 75e1fd0 Move libgetopt to a separate directory for generally use by WHR · 10 years ago
  79. 940f36c Colors of ls for Windows has changed by WHR · 10 years ago
  80. 8d594de Tool reboot, service changed: fixes some bugs by WHR · 10 years ago
  81. a65188e Tool more changed: press 'q' to exit... by WHR · 10 years ago
  82. 2214110 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox (add option to more) by WHR · 10 years ago
  83. 8adf83c Tool touch changed: the end-of-options is supported by WHR · 10 years ago
  84. 206c730 Add getopt support. by JohnnySun · 10 years ago
  85. 0b5e478 bug fixed. by JohnnySun · 10 years ago
  86. 2c113aa fixed segmentation fault when none option for "more" command. by JohnnySun · 10 years ago
  87. e514d6c Add percent display support for command "more" by JohnnySun · 10 years ago
  88. 0b9e879 Change not_use_pipe to use_pipe. by JohnnySun · 10 years ago
  89. d9f35ea Command <more> almost done,pipe read bug fixed. by JohnnySun · 10 years ago
  90. e6caa9d command more incomplete,have bug when use pipes. by JohnnySun · 10 years ago
  91. 13aebdb command more add open file support(Command still incomplete) by JohnnySun · 10 years ago
  92. d2d5423 Merge branch 'master' of github.com:BMY-Soft/ToolBox by JohnnySun · 10 years ago
  93. bf3c28e TODO: Add commond "more" by JohnnySun · 10 years ago
  94. 0796f35 Try to port service to Windows CE by WHR · 10 years ago
  95. 983ca83 Add new tool getopt by WHR · 10 years ago
  96. 24a444d Add long option support to ln, mkswap by WHR · 10 years ago
  97. 2d4e0b8 Change strcmp use opt_index. by JohnnySun · 10 years ago
  98. fa45a1e Fixes some bugs by WHR · 10 years ago
  99. fe52b3b Tool service changed: bug fixes, the --status-all implemented by WHR · 10 years ago
  100. 1041877 Check 'S_IFBLK' when use service --status-all by JohnnySun · 10 years ago