| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal Sleep | Christopher Faylor | 2002-11-26 | 1 | -2/+2 |
* | * exceptions.cc (handle_sigsuspend): Force pending signal delivery before | Christopher Faylor | 2002-11-22 | 1 | -2/+2 |
* | * tty.cc (tty::make_pipes): Make pipe buffer larger. | Christopher Faylor | 2002-11-16 | 1 | -2/+2 |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -3/+3 |
* | * include/cygwin/version.h: Bump API minor number for below export. | Christopher Faylor | 2002-11-07 | 1 | -0/+1 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -2/+0 |
* | whitespace | Christopher Faylor | 2002-09-30 | 1 | -4/+4 |
* | 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> | Conrad Scott | 2002-09-22 | 1 | -5/+11 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output | Christopher Faylor | 2002-09-08 | 1 | -2/+2 |
* | Christopher Faylor <cgf@redhat.com> | Christopher Faylor | 2002-08-30 | 1 | -3/+7 |
* | * cygthread.cc (cygthread::exit_thread): Define new method. | Christopher Faylor | 2002-08-02 | 1 | -2/+3 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -0/+1 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -4/+4 |
* | * tty.cc (tty::common_init): Reverse logic of cygserver check in | Conrad Scott | 2002-07-03 | 1 | -1/+1 |
* | * cygheap.cc (init_cheap): Rearrange error message. | Christopher Faylor | 2002-07-03 | 1 | -1/+1 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 2002-06-02 | 1 | -1/+0 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -1/+6 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -2/+5 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -1/+1 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | * tty.cc (tty::create_inuse): Eliminate unneeded argument. | Christopher Faylor | 2001-09-01 | 1 | -2/+2 |
* | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 2001-09-01 | 1 | -6/+6 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -1/+1 |
* | * tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking. | Egor Duda | 2001-04-27 | 1 | -0/+4 |
* | * dlmalloc.c: New file. Port of Doug Lea's malloc | Egor Duda | 2001-04-24 | 1 | -2/+2 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+2 |
* | * tty.h (tty::create_inuse): Add new parameter to allow non- | Egor Duda | 2001-03-19 | 1 | -2/+3 |
* | Fix spacing, copyrights. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_slave): Declare new methods. | Egor Duda | 2001-03-18 | 1 | -3/+3 |
* | Update copyrights. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_tty_common): New mutex and event to | Egor Duda | 2001-03-04 | 1 | -0/+12 |
* | * debug.cc (add_handle): Issue warning on attempts to add the same handle more | Christopher Faylor | 2000-10-17 | 1 | -2/+4 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -1/+2 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -0/+2 |
* | * exceptions.cc (signal_exit): Reset all mutos owned by the main thread. | Christopher Faylor | 2000-09-07 | 1 | -3/+0 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -1/+4 |
* | * 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/+2 |
* | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 2000-08-12 | 1 | -1/+1 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | * testsuite/winsup.api/winsup.exp: ignore stdout by default | DJ Delorie | 2000-07-27 | 1 | -0/+2 |
* | Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp> | Corinna Vinschen | 2000-07-01 | 1 | -1/+0 |
* | * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function. | Christopher Faylor | 2000-03-12 | 1 | -1/+1 |
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+417 |