This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: /dev in B20.1


JJ Streicher-Bremer wrote:
> 
> I just downloaded and installed the user tools version 20.1.  What a
> wonderful difference.  sshd runs better than ever before (faster more
> stable)!  Now I have a question about the /dev folder.  The user tools
> don't create it, yet there are quite a few messages about things in the
> /dev folder.  How do I go about creating these special files?  The main
> reason for this is to get syslogd working.

The files in /dev that cygwin1.dll refers to are synthetic - they
don't actually exist on your file system (unlike unix).  When your
program tries to use a file in /dev, cygwin intercepts the request
and handles it internally.

You can still create a /dev directory and put files in it, but they
won't be interpreted as special files.  If you need additional special
files in /dev, you'll probably have to modify cygwin1.dll to support
them.

Which special file do you need for sshd?
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]