| Commit message (Expand) | Author | Age | Files | Lines |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -2/+2 |
* | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new window | Christopher Faylor | 2002-11-04 | 1 | -9/+24 |
* | Rename _kill() to kill() throughout. Rename _raise() to raise() throughout. | Christopher Faylor | 2002-10-20 | 1 | -6/+6 |
* | * fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properly | Christopher Faylor | 2002-10-16 | 1 | -15/+37 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -14/+13 |
* | 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> | Conrad Scott | 2002-09-22 | 1 | -23/+8 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output | Christopher Faylor | 2002-09-08 | 1 | -2/+0 |
* | * fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't need | Christopher Faylor | 2002-08-31 | 1 | -0/+1 |
* | (inspired by a patch from Egor Duda) | Christopher Faylor | 2002-08-31 | 1 | -8/+8 |
* | * cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread | Christopher Faylor | 2002-08-06 | 1 | -3/+3 |
* | * cygthread.cc (cygthread::exit_thread): Define new method. | Christopher Faylor | 2002-08-02 | 1 | -13/+11 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -32/+10 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -2/+2 |
* | * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode. | Christopher Faylor | 2002-07-01 | 1 | -2/+2 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -3/+2 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -23/+23 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * path.cc (path_conv::check): Always set executable bit for executable | Christopher Faylor | 2002-05-18 | 1 | -1/+3 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -30/+81 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -2/+2 |
* | * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit | Christopher Faylor | 2001-10-29 | 1 | -2/+2 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -2/+2 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -15/+1 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -8/+8 |
* | * fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record it | Christopher Faylor | 2001-10-06 | 1 | -8/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -2/+2 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -5/+1 |
* | * fhandler.h (fhandler_pipe::hit_eof): New method. | Christopher Faylor | 2001-09-24 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE | Christopher Faylor | 2001-09-20 | 1 | -4/+4 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -5/+5 |
* | 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 | -3/+3 |
* | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 2001-09-01 | 1 | -2/+2 |
* | * fhandler.cc (fhandler_base::is_nonblocking): New method. | Corinna Vinschen | 2001-08-15 | 1 | -15/+4 |
* | * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define. | Corinna Vinschen | 2001-08-14 | 1 | -10/+14 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround. | Christopher Faylor | 2001-07-21 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change. | Christopher Faylor | 2001-06-18 | 1 | -1/+1 |
* | * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually | Christopher Faylor | 2001-06-16 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping a | Christopher Faylor | 2001-05-13 | 1 | -1/+1 |
* | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 2001-05-08 | 1 | -0/+1 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -2/+2 |
* | * tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking. | Egor Duda | 2001-04-27 | 1 | -4/+26 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -5/+9 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+1 |
* | * tty.h (tty::create_inuse): Add new parameter to allow non- | Egor Duda | 2001-03-19 | 1 | -2/+12 |
* | * fhandler.h (fhandler_tty_slave): Declare new methods. | Egor Duda | 2001-03-18 | 1 | -3/+14 |
* | fix spelling error. | Christopher Faylor | 2001-03-17 | 1 | -1/+1 |