]> cygwin.com Git - cygwin-apps/cygutils.git/blame - PROGLIST
Post-release version bump to 1.4.11
[cygwin-apps/cygutils.git] / PROGLIST
CommitLineData
d4a28ab0
CW
1dump.exe [file]
2 hex dump of file to stdout, using a nice
7156ebbc 3 format (GPLv3+)
d4a28ab0
CW
4
5putclip.exe
6 copies stdin to the Windows clipboard
7 does NOT use Cygwin's /dev/clipboard
6492d64c 8 Not built unless on a WIN32 platform
7156ebbc 9 (GPLv3+)
d4a28ab0
CW
10
11getclip.exe
12 copies the Windows clipboard to stdout
13 does NOT use Cygwin's /dev/clipboard
6492d64c 14 Not built unless on a WIN32 platform
7156ebbc 15 (GPLv3+)
d4a28ab0 16
5a3996fa
CW
17conv.exe
18 program for converting line endings of text
d4a28ab0 19 files between DOS and UNIX format.
7156ebbc 20 (GPLv3+)
d4a28ab0
CW
21
22 HEAVILY modified, but core routine is based on
6492d64c 23 the hd2u-0.5.12 distribution, available here:
d4a28ab0
CW
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.
b5edac4c
CW
46
47
48 These tools can only be built if IPC functions are
73d352cb 49 available. On cygwin, that (currently) means "only if
b5edac4c
CW
50 the cygipc package is installed" or "if using a cygwin
51 kernel newer than 1.5.5"
7156ebbc 52 (GPLv3+)
d4a28ab0
CW
53
54banner.exe
55 prints a large banner to stdout. From Joerg Schaible.
5db1fa14 56 (GPLv3+)
d4a28ab0 57
0bb67178
CW
58lpr.exe
59 can be used to spool to a windows printer
d76073f1 60 (GPLv3+)
0bb67178
CW
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")
3a076f8e 66 (GPLv3+)
0bb67178 67
c56f3b40
CW
68readshortcut.exe
69 can be used to read information from windows shortcuts (such
70 as target, icon, window state, etc)
3181ec72 71 (GPLv3+)
c56f3b40 72
4805cb48
CW
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.
f7e43063 77 (GPLv3+)
4805cb48 78
40d43529
CW
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.
55673fb0 84 (GPLv3+)
40d43529 85
b5edac4c
CW
86ipck:
87 IPC utility brought over from cygipc.
7156ebbc 88 (GPLv3+)
9420d22f 89
65b579cb
CW
90cygicons:
91 DLL containing cygwin-related icons
426acf63 92 (GPLv3+)
65b579cb 93
d4a28ab0
CW
94(*) originally BSD+advert, but falls under the blanket
95 conversion to BSD-no-advert, because it was originally
96 part of the UCB BSD distro.
97 <http://www.opensource.org/licenses/bsd-license.html>:
98 Note: The advertising clause in the license appearing
99 on BSD Unix files was officially rescinded by the
100 Director of the Office of Technology Licensing of the
101 University of California on July 22 1999. He states
102 that clause 3 is "hereby deleted in its entirety."
6cf885d7 103
76e235a1 104Note1: "last.exe" and "utmpdump.exe" were previously provided by
2cacf0ee
CW
105cygutils. However, once the `sysvinit' package was added to
106the cygwin distribution, they were removed. They are now
107provided by `sysvinit' -- which is where we took them from
108in the first place.
76e235a1
CW
109
110Note2: "cal.exe" "col.exe" "colcrt.exe" "colrm.exe" "column.exe"
111 "ddate.exe" "getopt.exe" "mcookie.exe" "namei.exe" "rename.exe"
112 "rev.exe"
113were previously provided by cygutils. However, they were removed in
b87221e3 114version 1.3.0 because the `util-linux' package was added to the
76e235a1
CW
115cygwin distribution, and it provides those utilities. In fact,
116it was from util-linux that the versions in cygutils were originally
117derived.
118
876b167a
CW
119Note3: "ascii.exe" was previously provided by cygutils. However, it
120was removed in version 1.4.8 because the separate ascii package was
121added to the cygwin distribution.
122
123Note4: "realpath.exe" was previously provided by cygutils. It was
124removed in version 1.4.8 because newer releases of coreutils (>=8.15)
125now provide that utility.
126
This page took 0.036788 seconds and 5 git commands to generate.