Cygwin

Source: Wikipedia, the free encyclopedia.
Cygwin
Original author(s)Steve Chamberlain, Cygnus Solutions
Developer(s)Cygnus Solutions, Red Hat, Cygwin project volunteers
Initial releaseOctober 18, 1995; 28 years ago (1995-10-18)
Stable release
3.5.3-1[1] Edit this on Wikidata / 3 April 2024; 15 days ago (3 April 2024)
Repository
Written inC/C++
Operating systemMicrosoft Windows
TypePOSIX standard utilities, POSIX standard library, C standard library, compatibility layer
LicenseGPLv3, LGPLv3[2]
Websitecygwin.com Edit this on Wikidata

Cygwin (

.

The terminal emulator Mintty is the default command-line interface provided to interact with the environment.[4] The Cygwin installation's directory layout mimics the root file system of Unix-like systems, with directories such as /bin, /home, /etc, /usr, and /var.

In addition to providing many Unix utilities and a Unix look and feel, Cygwin allows source code designed for Unix-like operating systems to be compiled and run on Windows with minimal modification.

Cygwin provides native integration of Windows-based applications. Thus it is possible to launch Windows applications from the Cygwin environment, as well as to use Cygwin tools and applications within the Windows operating context.[5]

Cygwin consists of two parts:

  1. a
    API.
  2. an extensive collection of software tools and applications that provide a Unix-like look and feel.[5]

Cygwin is free and open-source software, released under the GNU Lesser General Public License version 3.[6] It was originally developed by Cygnus Solutions,[7][8] which was later acquired by Red Hat (now part of IBM), to port the Linux toolchain to Win32, including the GNU Compiler Suite. Rather than rewrite the tools to use the Win32 runtime environment, Cygwin implemented a POSIX-compatible environment in the form of a dynamic-link library (DLL).[9]

The brand motto is "Get that Linux feeling – on Windows".[10]

History

Cygwin began in 1995 as a project of Steve Chamberlain, a

object file format, and that GNU already included support for x86 and COFF, and the C library newlib. He thought it would be possible to retarget GCC and produce a cross compiler
generating executables that could run on Windows. This proved practical and a prototype was developed.

Next Chamberlain

application programming interface (API) and properly translate calls and manage private versions of data, such as file descriptors
.

Initially, Cygwin was called gnuwin32 (not to be confused with the current

Win32
, the 32 was dropped to simply become Cygwin.

By 1996, other engineers had joined in, focusing on making Cygwin useful at hosting Cygnus' embedded tools on Windows systems (the previous strategy had been to use

three-way cross-compile, for instance to use a hefty Sun Microsystems workstation to build, say, a Windows-x-MIPS cross-compiler, which was faster than using the PC at the time. In 1999, Cygnus offered Cygwin 1.0 as a commercial product.[11]
Subsequent versions have not been released, instead relying on continued open source releases.

Geoffrey Noer was the project lead from 1996 to 1999.[12][13] Christopher Faylor was lead from 1999 to 2004 when he left Red Hat and became co-lead with Corinna Vinschen[14] until Faylor withdrew from active participation in the project mid-2014.[15] Corinna Vinschen has been the project lead from mid-2014 to date (as of March 30, 2023).[16]

From June 23, 2016 the Cygwin library version 2.5.2 was licensed under the GNU Lesser General Public License (LGPL) version 3.[17]

Description

The Cygwin environment is provided in two versions; the full 64-bit version and a stripped down 32-bit version whose final version was released in 2022.

syslogd, sshd, Apache, and other daemons as standard Windows services
, allowing Microsoft Windows systems to emulate Unix and Linux servers.

Cygwin programs are installed by running Cygwin's "setup"[20] program, which downloads the necessary program and feature package files from repositories on the Internet. Setup can install, update, and remove programs and their source code packages. A complete installation will take in excess of 90 GB[21] of hard disk space, but usable configurations may require as little as 1 or 2 GB.

Efforts to reconcile concepts that differ between Unix and Windows systems include:

The version of gcc that comes with Cygwin has various extensions for creating Windows DLLs, specifying whether a program is a windowing or console-mode program, adding resources, etc. Support for compiling programs that do not require the POSIX compatibility layer provided by the Cygwin DLL used to be included in the default gcc, but as of 2014 is provided by cross-compilers contributed by the MinGW-w64 project.

Cygwin is used for porting many popular pieces of software to the Windows platform.[26] It is used to compile Sun Java, LibreOffice, Apache OpenOffice and web server software like Lighttpd and Hiawatha.[27]

The Cygwin API library is licensed under the

Open Source Definition[28]
(less strict than the Free Software Definition).

Software features

Cygwin's base package selection is fairly small (about 100 MB

dash (installation) shells and the core file and text manipulation utilities expected of a Unix command line. Additional packages are available as optional installs from within the Cygwin Setup program and package manager ("setup-x86_64.exe" – 64bit). These include (from over 12000 others[30]
):

The Cygwin/X project contributes an implementation of the X Window System that allows graphical Unix programs to display their user interfaces on the Windows desktop. This can be used with both local and remote programs. Cygwin/X supports over 500 packages including major X window managers, desktop environments, and applications, for example:

In addition to the low-level

GTK+ and Qt
.

The Cygwin Ports project provided[when?] many additional packages that were not available in the Cygwin distribution itself. Examples included GNOME and K Desktop Environment 3 as well as the MySQL database and the PHP scripting language. Most ports have been adopted by volunteer maintainers as Cygwin packages, and Cygwin Ports are no longer maintained.

See also

References

  1. ^ "cygwin 3.5.3-1". 3 April 2024. Retrieved 18 April 2024.
  2. ^ "Cygwin Licensing Terms". Archived from the original on 2012-07-28. Retrieved 2022-12-15.
  3. ^ Hall, Larry (2004-09-14). "Re: How do you pronounce it?". Cygwin (Mailing list). Archived from the original on 2011-08-30. Retrieved 2007-10-10.
  4. ^ "Cygwin". www.cygwin.com. Archived from the original on 2015-11-21. Retrieved 2015-11-21.
  5. ^ a b "Cygwin FAQ". cygwin.com. Archived from the original on 2021-05-07. Retrieved 2021-01-07.
  6. ^ "Cygwin library now available under GNU Lesser General Public License". Red Hat. Archived from the original on 2016-06-24. Retrieved 2016-06-23.
  7. ^ "A brief history of the Cygwin project". Cygwin. 2018-02-02. Archived from the original on 2020-01-08. Retrieved 2020-01-10.
  8. ^ "Cygwin32: A Free Win32 Porting Layer for UNIX Applications". USENIX. 1998-08-03. Archived from the original on 2020-01-11. Retrieved 2020-01-10.
  9. ^ "(Solved) Linux Subsystem vs Cygwin vs MobaXterm". Tech Help Forum by How-To Geek. 2017-01-24. Archived from the original on 2023-02-20. Retrieved 2019-03-15.
  10. ^ "Cygwin". www.cygwin.com. Retrieved 2024-03-11.
  11. ^ "Cygwin Unites Unix and Windows Apps". Google Books. 1999-11-15. Archived from the original on 2023-02-20. Retrieved 2020-01-13.
  12. ^ Delorie, DJ (1999-02-17). "fyi: who does what". Cygwin (Mailing list). Archived from the original on 2004-02-14. Retrieved 2020-01-13.
  13. ^ Noer, Geoffrey (1999-02-19). "A partial goodbye..." Cygwin (Mailing list). Archived from the original on 2004-02-02. Retrieved 2020-01-13.
  14. ^ Faylor, Christopher (2004-03-31). "Changing jobs". Cygwin (Mailing list). Archived from the original on 2015-09-06. Retrieved 2020-01-13.
  15. ^ Faylor, Christopher (2014-07-31). "Christopher Faylor – Withdrawing from the project". Cygwin (Mailing list). Archived from the original on 2014-12-17. Retrieved 2 May 2015.
  16. ^ "Cygwin Notables". cygwin.com. Retrieved 2023-03-30.
  17. ^ "Cygwin library now available under GNU Lesser General Public License". www.redhat.com. Archived from the original on 2021-06-16. Retrieved 2021-05-27.
  18. ^ Turney, Jon (November 25, 2022). "Cygwin x86 end-of-life". Retrieved 2023-09-14.
  19. ^ "Cygwin Ports". Archived from the original on 11 May 2015. Retrieved 2 May 2015.
  20. ^ Delorie, DJ (2000-04-17). "New Cygwin Net Release". Cygwin (Mailing list). Archived from the original on 2014-12-20. Retrieved 2020-01-10.
  21. ^ "What is the current full install size of Cygwin?". StackOverflow. 2018-05-28. Archived from the original on 2021-01-24. Retrieved 2020-01-11.
  22. ^ Vinschen, Corinna (2016-01-16). "Updated: Cygwin 2.4.0-1". Cygwin Announcements (Mailing list). Archived from the original on 2020-01-11. Retrieved 2020-01-11.
  23. ^ "Cygwin FAQ: How is fork() implemented?". Archived from the original on October 20, 2010. Retrieved Oct 10, 2010.
  24. ^ "Highlights of Cygwin Functionality: Process Creation". Archived from the original on December 30, 2014. Retrieved Dec 24, 2014.
  25. ^ Blake, Eric (Jan 15, 2009). "Bash doesn't launch the applications directly". Cygwin (Mailing list). Archived from the original on June 13, 2011. Retrieved Oct 10, 2010.
  26. ^ "Chapter 1. Cygwin Overview". cygwin.com. Retrieved 2024-03-22.
  27. ^ Leisink, Hugo. "Hiawatha webserver". www.hiawatha-webserver.org. Archived from the original on 2021-01-24. Retrieved 2021-01-07.
  28. ^ "What are the licensing terms?". Cygwin. Archived from the original on 2012-07-28.
  29. ^ "Installing and Updating Cygwin Packages". Cygwin. Archived from the original on 2020-01-10. Retrieved 2020-01-11.
  30. ^ "Cygwin Package List". Cygwin. Archived from the original on 2016-02-05. Retrieved 2020-01-11.

External links

This page is based on the copyrighted Wikipedia article: Cygwin. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy