Giter Site home page Giter Site logo

svn2github / cygwin Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 20.14 MB

This is a clone of an SVN repository at http://src.chromium.org/svn/trunk/deps/third_party/cygwin/. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github

License: Other

C++ 5.78% C 10.59% Objective-C 0.01% Shell 0.01% Perl 82.28% Prolog 1.33%

cygwin's Introduction

--------------------------------------------------------------------------------
VERSION and LICENSE information
For more information about Cygwin, see http://cygwin.com/.
The Cygwin licensing terms are defined in CYGWIN_LICENSE. Cygwin is licensed
under the GNU public license, a copy of which is in GPLv2.txt.

The binaries are built from Cygwin version 1.5.25.
The source files are included in trunk\deps\third_party\cygwin_src. These are 
not downloaded with the default gclient configuration, but you can get them
directly from the svn server you used to get this source.

--------------------------------------------------------------------------------

This contains the necessary Cygwin files to build WebKit.  A filemon trace
during a build showed which files from cygwin\build are needed.

The first change is a binary modification to cygwin1.dll so that /, /bin,
/usr etc point to third_party\cygwin.  Normally cygwin reads the mounts from
HKCU\Software\Cygnus Solutions\Cygwin\mounts v2.  We trick it into using
version 0, which was never used, by binary editing cygwin1.dll.  This lets
cygwin start without any mounts even if the user already has cygwin installed.
setup_mount.bat lets us add these mounts to point to the user's
third_party\cygwin directory.

The second change is to modify the name of the shared memory structures, so
that if another cygwin (of a different version) is running, these two don't
collide.

The binary modifications to cygwin1.dll were:
  replacing "mounts v2" with "mounts v0" (two places)
  replacing "mount registry: 2" with "mount registry: 0"
  replacing "cygwin1S4" with "cygwin0S4"

These can be replayed by running "cygwin_src\changes\convert.py" on cygwin1.dll
that's in cygwin_src.

cygwin's People

Watchers

 avatar  avatar

cygwin's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.