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