1. b5ea57f Add new tool tee by WHR · 10 years ago
  2. 0f5942a Add #ifndef _WIN32 for winsize test by JohnnySun · 10 years ago
  3. f50118e Add Terminal size experiment support test by JohnnySun · 10 years ago
  4. b687522 Add some note for hostname_u.c by JohnnySun · 10 years ago
  5. 5f7e317 Tool renice changed; Add copyright notice to hostname_u.c by WHR · 10 years ago
  6. 1a5e1a1 Add new tool hostname by WHR · 10 years ago
  7. 652735d Tool renice changed: using getopt to parse options by WHR · 10 years ago
  8. 6c82e7f Tool mknod changed: clear the umask when the -m specified by WHR · 10 years ago
  9. 64f9c6a Tool which changed by WHR · 10 years ago
  10. 0ea1444 Move top.c to top_u.c; Rewrite get argument options for top_u.c by JohnnySun · 10 years ago
  11. 3c89999 Add new tool which; Move mkdir.c to mkdir_u.c by WHR · 10 years ago
  12. 77475d0 Move ioctl.c to ioctl_u.c; Tool reboot changed: add errno mapping for Windows (desktop) by WHR · 10 years ago
  13. 4e6593b Rewrite nohup; Move rotatefb.c to rotatefb_u.c by WHR · 10 years ago
  14. 760333b Move restorecon.c to restorecon_u.c; Add new tool reboot by WHR · 10 years ago
  15. 29a4700 Trying to port ioctl to Windows by WHR · 10 years ago
  16. f0f4b2b Add new tool mknod by WHR · 10 years ago
  17. 2597dd9 Move runcon.c to runcon_u.c; Build a libgetopt.a for Mac OS X by WHR · 10 years ago
  18. 2849be9 Add a custom getopt implementation for Max OS X by WHR · 10 years ago
  19. e0ec6c7 Move setkey.c to setkey_u.c by WHR · 10 years ago
  20. 8904685 Move insmod.c to insmod_u.c; Tool ls changed: add option --file-type by WHR · 10 years ago
  21. 760c7a3 Move rmmod.c to rmmod_u.c; Add a function toolbox for libtoolbox by WHR · 10 years ago
  22. e0186ac Tool mkswap improved; put linux/input.h into getevent.h to make the getevent tool compiles on older kernel by WHR · 10 years ago
  23. ad048e7 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 10 years ago
  24. 4ebbfde Add new tool mkswap; Move kill.c to kill_u.c by WHR · 10 years ago
  25. 48ff551 Tool clear is now support Windows CE by WHR · 10 years ago
  26. 57a4b19 Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 10 years ago
  27. 0c3829c Add new tool clear; Move sendevent.c to sendevent_u.c; by WHR · 10 years ago
  28. 582b4f8 Try to port swapon by WHR · 10 years ago
  29. 45aa6ca Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 10 years ago
  30. 84d274d Move md5.c to md5_u.c; Tool ls changed: add the human-readable support by WHR · 10 years ago
  31. a9f0c9d Move touch.c to touch_u.c by WHR · 10 years ago
  32. 2bc68a2 Add tools swapoff and swapon by WHR · 10 years ago
  33. 164e576 Move renice.c to renice_u.c; Tool ls changed: add options -n and -i by WHR · 10 years ago
  34. 6ca9a45 Move cmp.c to cmp_u.c; Reduce the calling to exit by WHR · 10 years ago
  35. b7a465a Move notify.c to notify_u.c by WHR · 10 years ago
  36. 319499c Tool ls changed: dead link color supported; Build libtoolbox.dylib for Mac OS X is supported by WHR · 10 years ago
  37. cdc2e5c Merge branch 'master' of https://github.com/BMY-Soft/ToolBox by WHR · 10 years ago
  38. 49e95e4 Tool ls changed: option -p is supported by WHR · 10 years ago
  39. cf50881 Fixed get gcc --version by JohnnySun · 10 years ago
  40. 96e3903 Move hd.c to hd_u.c; Tool ls changed: colors for setuid and setgid are supported by WHR · 10 years ago
  41. c342161 ls --color implemented on Windows; Move du.c to du_u.c by WHR · 10 years ago
  42. 8a77515 Colored ls changed by WHR · 10 years ago
  43. a8f960b Add shared object target for the Native NT environment by WHR · 10 years ago
  44. 816ee4c Add new tool isptrace1allowed; Tool ls changed by WHR · 10 years ago
  45. dc11c76 Add a new command kill1 by WHR · 10 years ago
  46. 5d046a2 Add toolbox.h; Tool ls changed: add socket file color definition by WHR · 10 years ago
  47. e7c1f81 Add tools modexe and modexeb by WHR · 10 years ago
  48. 561d9f6 Something done by WHR · 10 years ago
  49. 1dec4fa Merge branch 'master' of https://github.com/BMY-Soft/ToolBox (Update .gitignore) by WHR · 10 years ago
  50. c9ad082 Restore some files at master by WHR · 10 years ago
  51. 1bb8d8b Add .gitignore by JohnnySun · 10 years ago
  52. f7b9556 Merge branch 'unstable' into 'master' by JohnnySun · 10 years ago
  53. dfa514c Move ls.c to ls_u.c; Add README file by WHR · 10 years ago
  54. a18810a Add -lpcre on SELinux support, To fix compile error on gcc-4.9.1 by JohnnySun · 10 years ago
  55. 11d79ec Tool md5 changed: errno bug fixed by WHR · 10 years ago
  56. cbbf07c Start working with git by WHR · 10 years ago
  57. f20e99b Add color support for ls function, Merge ls.c code to ls_u.c by JohnnySun · 10 years ago
  58. 99c744c >_< Add both shared library and executable support. Now you can run libtoolbox.so \(o_o)/ by JohnnySun · 10 years ago
  59. 9c4133d Update README by JohnnySun · 10 years ago
  60. 65d9a47 Update README by JohnnySun · 10 years ago
  61. 17d9b03 Add nohup Function. by JohnnySun · 10 years ago
  62. 4c0911a Forked from future master branch. by JohnnySun · 10 years ago
  63. 98d7998 first commit by JohnnySun · 10 years ago