summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-028-3280/+3262
* * sigproc.cc (wait_sig): Remove spurious extern.Christopher Faylor2012-12-312-1/+4
* * dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor2012-12-314-3/+8
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-288-43/+117
* * fork.cc (child_info::prefork): Fix error message formatting.Christopher Faylor2012-12-272-1/+5
* Fix tid comment.Christopher Faylor2012-12-221-2/+2
* * select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor2012-12-224-11/+55
* Back out prematurely checked-in change.Christopher Faylor2012-12-221-2/+2
* * sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt toChristopher Faylor2012-12-223-4/+11
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-2113-23/+93
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-2110-61/+45
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-2110-13/+106
* * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen2012-12-202-1/+9
* Add missing file.Christopher Faylor2012-12-191-2/+2
* * select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor2012-12-192-1/+8
* * select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor2012-12-192-1/+5
* * select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor2012-12-182-1/+6
* * select.cc (select_stuff::test_and_set): Work around problem of new() notChristopher Faylor2012-12-182-1/+6
* *** empty log message ***Corinna Vinschen2012-12-141-0/+10
* * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen2012-12-146-12/+48
* * sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor2012-12-103-4/+10
* * exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor2012-12-073-13/+25
* * sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor2012-12-074-10/+24
* * cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor2012-12-074-4/+16
* * include/cygwin/wait.h (WAIT_ANY): Define.Yaakov Selkowitz2012-12-062-0/+8
* * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen2012-12-053-3/+7
* * cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor2012-12-044-23/+31
* revert erroneous checkinChristopher Faylor2012-11-303-122/+114
* * spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor2012-11-305-115/+128
* ChangeLog:Christopher Faylor2012-11-264-120/+121
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-2610-128/+14
* * configure.in: Remove unneeded ALLOC substitution.Christopher Faylor2012-11-233-5/+6
* * configure.in: Add previously-missed AC_NO_EXECUTABLES.Christopher Faylor2012-11-233-0/+85
* cygwin/ChangeLog:Christopher Faylor2012-11-232-1/+5
* ChangeLog:Christopher Faylor2012-11-2310-1388/+691
* * termios.cc (cfsetspeed): New function.Yaakov Selkowitz2012-11-216-1/+27
* * include/mntent.h: Only include paths.h when building for Cygwin.Corinna Vinschen2012-11-162-3/+14
* * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen2012-11-113-8/+45
* * sigproc.cc (proc_subproc): Delete unused variable child.Corinna Vinschen2012-11-082-1/+4
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor2012-11-084-24/+30
* * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz2012-11-052-0/+16
* Fix copyrightCorinna Vinschen2012-10-311-1/+1
* * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen2012-10-312-4/+7
* * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix usingCorinna Vinschen2012-10-312-1/+6
* * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen2012-10-302-0/+8
* * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz2012-10-277-10/+19
* * string.h (strechr): Replace assembler byKai Tietz2012-10-262-60/+37
* * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen2012-10-262-1/+5
* * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen2012-10-262-0/+6
* * Makefile.in (DLL_IMPORTS): Use system import libraries forYaakov Selkowitz2012-10-242-2/+9