]> cygwin.com Git - cygwin-apps/cygutils.git/blame_incremental - PROGLIST
Fold in latest clip fixes
[cygwin-apps/cygutils.git] / PROGLIST
... / ...
CommitLineData
1dump.exe [file]
2 hex dump of file to stdout, using a nice
3 format (GPLv3+)
4
5putclip.exe
6 copies stdin to the Windows clipboard
7 does NOT use Cygwin's /dev/clipboard
8 Not built unless on a WIN32 platform
9 (GPLv3+)
10
11getclip.exe
12 copies the Windows clipboard to stdout
13 does NOT use Cygwin's /dev/clipboard
14 Not built unless on a WIN32 platform
15 (GPLv3+)
16
17conv.exe
18 program for converting line endings of text
19 files between DOS and UNIX format.
20 (GPLv3+)
21
22 HEAVILY modified, but core routine is based on
23 the hd2u-0.5.12 distribution, available here:
24 http://www.megaloman.com/~hany/_data/hd2u/
25 by Peter Hanecak.
26
27msgtool.exe / shmtool.exe / semtool.exe / semstat.exe
28 These programs were taken from "Linux Programmer's
29 Guide - Chapter 6" with a few changes so that they
30 build cleanly. The original versions were written
31 by (C)opyright 1994-1995, Scott Burkett.
32 ** MODULE: msgtool
33 A command line tool for tinkering with SysV style
34 Message Queues
35 ** MODULE: semtool
36 A command line tool for tinkering with SysV style
37 Semaphore Sets
38 ** MODULE: semstat
39 Another tool for tinkering with Semaphore Sets
40 ** MODULE: shmtool
41 A command line tool for tinkering with shared memory
42 For information on how to use these tools, call them
43 with the '-?' option. Also, see the Linux Programmer's
44 Guide -- the IPC chapter is included with the cygipc
45 distribution.
46
47
48 These tools can only be built if IPC functions are
49 available. On cygwin, that (currently) means "only if
50 the cygipc package is installed" or "if using a cygwin
51 kernel newer than 1.5.5"
52 (GPLv3+)
53
54banner.exe
55 prints a large banner to stdout. From Joerg Schaible.
56 (GPLv3+)
57
58lpr.exe
59 can be used to spool to a windows printer
60 (GPLv3+)
61
62mkshortcut.exe
63 can be used to create "full featured" windows
64 shortcuts (as opposed to cygwin-symlinks implemented
65 using .lnk files, which aren't really "full-featured")
66 (GPLv3+)
67
68readshortcut.exe
69 can be used to read information from windows shortcuts (such
70 as target, icon, window state, etc)
71 (GPLv3+)
72
73cygstart.exe
74 A command-line tool which allows you to let Windows start a program or open
75 a file or URL in its associated application. It is similar to the Windows
76 command-line start command.
77 (GPLv3+)
78
79cygdrop.exe
80 A command-line tool which allows you to let start a Cygwin or Windows
81 program with a restricted access token. All administrative rights are dropped
82 by default. The tool also provides options for finer control of groups and
83 privileges.
84 (GPLv3+)
85
86ipck:
87 IPC utility brought over from cygipc.
88 (GPLv3+)
89
90winln:
91 Drop-in replacement for ln(1) that creates Windows symbolic links
92 instead of Cygwin ones.
93 (GPLv3+)
94
95cygicons:
96 DLL containing cygwin-related icons
97 (GPLv3+)
98
99(*) originally BSD+advert, but falls under the blanket
100 conversion to BSD-no-advert, because it was originally
101 part of the UCB BSD distro.
102 <http://www.opensource.org/licenses/bsd-license.html>:
103 Note: The advertising clause in the license appearing
104 on BSD Unix files was officially rescinded by the
105 Director of the Office of Technology Licensing of the
106 University of California on July 22 1999. He states
107 that clause 3 is "hereby deleted in its entirety."
108
109Note1: "last.exe" and "utmpdump.exe" were previously provided by
110cygutils. However, once the `sysvinit' package was added to
111the cygwin distribution, they were removed. They are now
112provided by `sysvinit' -- which is where we took them from
113in the first place.
114
115Note2: "cal.exe" "col.exe" "colcrt.exe" "colrm.exe" "column.exe"
116 "ddate.exe" "getopt.exe" "mcookie.exe" "namei.exe" "rename.exe"
117 "rev.exe"
118were previously provided by cygutils. However, they were removed in
119version 1.3.0 because the `util-linux' package was added to the
120cygwin distribution, and it provides those utilities. In fact,
121it was from util-linux that the versions in cygutils were originally
122derived.
123
124Note3: "ascii.exe" was previously provided by cygutils. However, it
125was removed in version 1.4.8 because the separate ascii package was
126added to the cygwin distribution.
127
128Note4: "realpath.exe" was previously provided by cygutils. It was
129removed in version 1.4.8 because newer releases of coreutils (>=8.15)
130now provide that utility.
131
This page took 0.024611 seconds and 6 git commands to generate.