Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Chris Faylor Date: Mon, 9 Oct 2000 18:42:56 -0400 To: cygwin AT sources DOT redhat DOT com Subject: changes in recent snapshots -- need testing before release Message-ID: <20001009184256.A9506@cygnus.com> Reply-To: cygwin AT sources DOT redhat DOT com Mail-Followup-To: cygwin AT sources DOT redhat DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i These will all be in 1.1.5. I've probably missed a few. Please give a snapshot a try and report problems to cygwin AT sources DOT redhat DOT com . cgf Changes: - Major speedup in tty I/O. - /dev/mem - The use of Windows pids, where possible, rather than cygwin-invented pids. (Unfortunately there is still a "cygwin pid" which is usually based on the windows pid of the last forked process.) - An additional option to "ps", '-W' which lists all Windows pids as well as Cygwin pids. Ps also lists complete information, including cygwin and windows pids, by default. - An additional option to "kill", '-f' which will force the termination of any Windows or Cygwin process. - True UNIX style argument list passing to cygwin subprocesses. No more strange quoting of the command line to preserver white space, etc. - True UNIX passing of environment variables to cygwin subprocesses. No more conversion back and forth between Windows and UNIX formats. - Improved (?) parameter passing, quoting, and parsing for non-cygwin processes. - Fix for the unknown "__cygwin_dll_entry AT 12" problem. - Fix for the "CTRL-S stops rxvt" forever problem. - Fix for "CTRL-C doesn't seem to do anything at the bash prompt" problem. - Fixes for current-working-directory problems. - Fixes for a couple of problems found by Egor Duda's new cygwin testsuite. - Fixes for time conversion factor - Fixes for overflow problems in select(), especially with non-standard fd_set sizes. - Force pipes to be in binmode by default, like they were prior to 1.1.3. - Automatic extension of the fd table when required by dup2. - Allow any decriptor and any number of descriptors in poll(). - Fix for buffer overruns in syslog(). - Fix for readdir to only set errno when appropriate (should quite CVS?). - Fix for tcsendbreak to use correct time units. - Fix for cygpath -u e:foo - Allow newaction == oldaction in sigaction. - Directories or files mounted with the '-x' bit will show up as executable in a directory listing. - Proper return value for sleep() function when interrupted by a signal. - Fix output of text with \r\n endings when fd is opened in text mode. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com