| Commit message (Expand) | Author | Age | Files | Lines |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -3/+3 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * termios.cc (cfsetspeed): New function. | Yaakov Selkowitz | 2012-11-21 | 1 | -0/+14 |
* | tcgetsid: fix return type | Eric Blake | 2012-02-28 | 1 | -2/+2 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -9/+9 |
* | * cygwin.din: Remove some _tc* exports. Add tcgetsid(). | Christopher Faylor | 2011-10-11 | 1 | -4/+17 |
* | * fcntl.cc (fcntl64): Call pthread_testcancel. | Corinna Vinschen | 2011-04-30 | 1 | -0/+2 |
* | * Throughout fix copyright dates. | Corinna Vinschen | 2011-02-15 | 1 | -1/+2 |
* | * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX. | Corinna Vinschen | 2011-01-11 | 1 | -2/+2 |
* | * sigproc.cc (stopped_or_terminated): Don't return a match when stopsig == | Christopher Faylor | 2009-08-02 | 1 | -1/+1 |
* | * Makefile.in: Add -c option which is now removed from COMPILE_C*. | Christopher Faylor | 2008-09-12 | 1 | -0/+11 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -3/+0 |
* | * termios.cc (setspeed): Support new baud rates introduced 2007-02-05. | Corinna Vinschen | 2007-09-26 | 1 | -0/+10 |
* | * termios.cc: Change include order to accomodate change to sys/ioctl.h. | Corinna Vinschen | 2006-12-06 | 1 | -1/+1 |
* | * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag here | Christopher Faylor | 2005-09-09 | 1 | -4/+1 |
* | * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size. | Christopher Faylor | 2005-09-09 | 1 | -1/+4 |
* | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 2005-07-06 | 1 | -3/+3 |
* | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 2004-02-12 | 1 | -1/+2 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -3/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_pty_master::process_slave_output): | Corinna Vinschen | 2003-09-18 | 1 | -0/+2 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * termios.cc (setspeed): New function. | Christopher Faylor | 2003-04-16 | 1 | -4/+42 |
* | * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res. | Christopher Faylor | 2003-02-01 | 1 | -2/+1 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -2/+2 |
* | * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp | Christopher Faylor | 2002-07-29 | 1 | -14/+49 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | * exceptions.cc: Add stdlib.h include for alloca declaration. | Christopher Faylor | 2001-11-15 | 1 | -0/+1 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -86/+46 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * dtable.cc (dtable::dup2): Allow extension of fd table by dup2. | Christopher Faylor | 2001-08-23 | 1 | -2/+3 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+2 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -19/+20 |
* | * autoload.cc (LoadDLLinitfunc): Remove debugging statement. | Christopher Faylor | 2001-01-17 | 1 | -6/+6 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -0/+3 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -24/+13 |
* | * path.cc (readlink): Check if buffer length is positive. Truncate output to | Christopher Faylor | 2000-09-04 | 1 | -1/+1 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -1/+2 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+1 |
* | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 2000-08-12 | 1 | -19/+19 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+274 |