Rivoreo Source Code Repositories
src.rivoreo.one
/
toolbox
/
94de68f623075ac332b0d08217726e21b9380984
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
c3aa9b6
Add option <--status-all> for 'service' command.
by JohnnySun
· 10 years ago
f2af624
service_u.c: change variable to global again.
by JohnnySun
· 10 years ago
b091a0c
service bug fixed.
by JohnnySun
· 10 years ago
6242296
Fixed Segmentation fault when no options running service.
by JohnnySun
· 10 years ago
d60b363
Use getopt_long for service_u.c
by JohnnySun
· 10 years ago
660ed54
Add some reference to service_u.c
by JohnnySun
· 10 years ago
c845881
Tool chroot changed: set group list implemented
by WHR
· 10 years ago
8b6b20a
Tool chroot changed: reading environment variable SHELL is supported
by WHR
· 10 years ago
a7c8ef0
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
c954e11
Add new tool chroot
by WHR
· 10 years ago
90785bb
Change some variable to global.
by JohnnySun
· 10 years ago
1cf465e
Add new tool service
by WHR
· 10 years ago
064e97d
Fixed color support bug for top.
by JohnnySun
· 10 years ago
9f36f56
Merge branch 'master' of github.com:BMY-Soft/ToolBox
by JohnnySun
· 10 years ago
630e78a
Add SIGINT handler & screen save for top
by JohnnySun
· 10 years ago
e2e8702
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
51d168c
Do some clean up
by WHR
· 10 years ago
e11758e
Add use_tty for color
by JohnnySun
· 10 years ago
dcb88f3
Merge branch 'master' of github.com:BMY-Soft/ToolBox
by JohnnySun
· 10 years ago
ee7d62d
Add color support,but need fix color check for isatty. Next push coming soon.
by JohnnySun
· 10 years ago
0328955
Add a long option --file to hostname
by WHR
· 10 years ago
5de2830
Tool top changed: variable vss changed to unsigned long int due to overflow, add batch mode
by WHR
· 10 years ago
d38a18e
Add check for isatty, Add PRINT_BUF
by JohnnySun
· 10 years ago
6b6b34c
Fix Sagmentation fault when command /top/ write to a file
by JohnnySun
· 10 years ago
e4c7bdb
Fully VT100 Support,but have bug on set stdout as a file.
by JohnnySun
· 10 years ago
8e5b2af
Add ANSI/VT100 Erase screen support
by JohnnySun
· 10 years ago
f15224c
Remove the policy item from top; Fixes some bugs of hostname on Windows
by WHR
· 10 years ago
d6c4f91
Sync the Windows support
by WHR
· 10 years ago
c5fc463
Add window size support for top.
by JohnnySun
· 10 years ago
3941e70
Tool renice available in Mac OS X; Make function which public
by WHR
· 10 years ago
1668a2d
Add new tool readlink
by WHR
· 10 years ago
39b2be1
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
b5ea57f
Add new tool tee
by WHR
· 10 years ago
e44dbb2
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
c0e81cf
Sync the Max OS X support; Add lost tool which in tools.h
by WHR
· 10 years ago
0f5942a
Add #ifndef _WIN32 for winsize test
by JohnnySun
· 10 years ago
f50118e
Add Terminal size experiment support test
by JohnnySun
· 10 years ago
b687522
Add some note for hostname_u.c
by JohnnySun
· 10 years ago
5f7e317
Tool renice changed; Add copyright notice to hostname_u.c
by WHR
· 10 years ago
1a5e1a1
Add new tool hostname
by WHR
· 10 years ago
652735d
Tool renice changed: using getopt to parse options
by WHR
· 10 years ago
6c82e7f
Tool mknod changed: clear the umask when the -m specified
by WHR
· 10 years ago
64f9c6a
Tool which changed
by WHR
· 10 years ago
0ea1444
Move top.c to top_u.c; Rewrite get argument options for top_u.c
by JohnnySun
· 10 years ago
3c89999
Add new tool which; Move mkdir.c to mkdir_u.c
by WHR
· 10 years ago
77475d0
Move ioctl.c to ioctl_u.c; Tool reboot changed: add errno mapping for Windows (desktop)
by WHR
· 10 years ago
4e6593b
Rewrite nohup; Move rotatefb.c to rotatefb_u.c
by WHR
· 10 years ago
760333b
Move restorecon.c to restorecon_u.c; Add new tool reboot
by WHR
· 10 years ago
29a4700
Trying to port ioctl to Windows
by WHR
· 10 years ago
f0f4b2b
Add new tool mknod
by WHR
· 10 years ago
2597dd9
Move runcon.c to runcon_u.c; Build a libgetopt.a for Mac OS X
by WHR
· 10 years ago
2849be9
Add a custom getopt implementation for Max OS X
by WHR
· 10 years ago
e0ec6c7
Move setkey.c to setkey_u.c
by WHR
· 10 years ago
8904685
Move insmod.c to insmod_u.c; Tool ls changed: add option --file-type
by WHR
· 10 years ago
760c7a3
Move rmmod.c to rmmod_u.c; Add a function toolbox for libtoolbox
by WHR
· 10 years ago
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
ad048e7
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
4ebbfde
Add new tool mkswap; Move kill.c to kill_u.c
by WHR
· 10 years ago
48ff551
Tool clear is now support Windows CE
by WHR
· 10 years ago
57a4b19
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
0c3829c
Add new tool clear; Move sendevent.c to sendevent_u.c;
by WHR
· 10 years ago
582b4f8
Try to port swapon
by WHR
· 10 years ago
45aa6ca
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
84d274d
Move md5.c to md5_u.c; Tool ls changed: add the human-readable support
by WHR
· 10 years ago
a9f0c9d
Move touch.c to touch_u.c
by WHR
· 10 years ago
2bc68a2
Add tools swapoff and swapon
by WHR
· 10 years ago
164e576
Move renice.c to renice_u.c; Tool ls changed: add options -n and -i
by WHR
· 10 years ago
6ca9a45
Move cmp.c to cmp_u.c; Reduce the calling to exit
by WHR
· 10 years ago
b7a465a
Move notify.c to notify_u.c
by WHR
· 10 years ago
319499c
Tool ls changed: dead link color supported; Build libtoolbox.dylib for Mac OS X is supported
by WHR
· 10 years ago
cdc2e5c
Merge branch 'master' of https://github.com/BMY-Soft/ToolBox
by WHR
· 10 years ago
49e95e4
Tool ls changed: option -p is supported
by WHR
· 10 years ago
cf50881
Fixed get gcc --version
by JohnnySun
· 10 years ago
Next »