summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor2002-10-098-27/+63
* * cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor2002-10-098-49/+108
* 2002-10-08 Heiko Gerdau <hg@technosis.de>Danny Smith2002-10-095-0/+101
* 2002-10-08 Heiko Gerdau <hg@technosis.de>Danny Smith2002-10-082-0/+18
* * fhandler.h (dev_console): New class.Christopher Faylor2002-10-083-310/+296
* * dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard openChristopher Faylor2002-10-082-2/+13
* * dtable.cc (unknown_file): New variable.Christopher Faylor2002-10-073-8/+16
* * dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need toChristopher Faylor2002-10-073-12/+14
* * mingwex/math/powil.c: Rename powil to __powil.Danny Smith2002-10-068-67/+1370
* 2002-10-06 Casper Hornstrup <chorns@it.dk>Earnie Boyd2002-10-0694-0/+53242
* * cygthread.cc (cygthread::stub): Very minor cleanup.Christopher Faylor2002-10-063-7/+16
* whitespaceChristopher Faylor2002-10-051-1/+1
* 2002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2002-10-042-12/+88
* 2002-10-04 "KJK::Hyperion" <noog@libero.it>Danny Smith2002-10-042-3/+9
* 2002-10-04 "KJK::Hyperion" <noog@libero.it>Danny Smith2002-10-042-0/+28
* * include/cytpe.h (_imp____mbcur_max): Add missing ';'.Danny Smith2002-10-032-2/+7
* * include/fcntl.h (_fmode): Remove declarations andDanny Smith2002-10-038-53/+53
* * include/stdlib.h (_imp____mbcur_max): add missing ';'.Danny Smith2002-10-022-2/+7
* 2002-10-01 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-302-3/+12
* * cygserver_transport_pipes.cc (transport_layer_pipes::accept):Conrad Scott2002-09-303-2/+7
* whitespaceChristopher Faylor2002-09-309-39/+39
* * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.Christopher Faylor2002-09-302-2/+5
* * thread.cc (pthread::precreate): Use explicit "no inherit" option whenChristopher Faylor2002-09-302-14/+21
* * thread.cc (pthread_key::keys): Do not copy on fork.Christopher Faylor2002-09-302-3/+9
* * exceptions.cc (unused_sig_wrapper): Still need additional level ofChristopher Faylor2002-09-302-2/+8
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-303-18/+58
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-3017-50/+54
* remove newlineChristopher Faylor2002-09-301-1/+1
* * exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor2002-09-303-5/+14
* * security.cc (allow_ntsec): Default to zero.Christopher Faylor2002-09-303-3/+7
* * cygpath.cc (close_arg): Remove unused static.Christopher Faylor2002-09-305-12/+20
* * environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor2002-09-3010-16/+24
* * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor2002-09-302-158/+152
* GNUify slightly.Christopher Faylor2002-09-291-10/+9
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-294-14/+73
* Add missing ChangeLog entry.Christopher Faylor2002-09-291-0/+4
* * cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor2002-09-295-89/+125
* * Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor2002-09-282-1/+6
* 2002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-273-4/+23
* * cygrun.c (main): Fix setting of CYGWIN environment variable.Christopher Faylor2002-09-252-2/+11
* * fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor2002-09-254-34/+31
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen2002-09-243-6/+22
* * mmap.cc (map_map): Add debug output.Corinna Vinschen2002-09-242-1/+7
* * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.hDanny Smith2002-09-242-4/+11
* 2002-09-24 Rene Moeller Fonseca <fonseca@users.sourceforge.net>Danny Smith2002-09-244-3/+10
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-2323-78/+77
* Reset ChangeLog dates from cygwin_daemon merge.Christopher Faylor2002-09-221-63/+63
* white space.Christopher Faylor2002-09-221-5/+5
* * Makefile.in (DLL_O_FILES): Restore formatting.Christopher Faylor2002-09-222-22/+25
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-2241-4543/+9524