summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor2002-10-154-11/+42
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-159-43/+96
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-1415-32/+95
* * cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor2002-10-144-8/+31
* * cygthread.cc (cygthread::stub): Don't zero __name here. That introduces aChristopher Faylor2002-10-142-8/+18
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-10-142-4/+6
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-1311-77/+141
* * window.cc (gethwnd): Use SetThreadPriority method.Christopher Faylor2002-10-102-8/+11
* * Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor2002-10-104-15/+24
* * 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
* * 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
* * cygthread.cc (cygthread::stub): Very minor cleanup.Christopher Faylor2002-10-063-7/+16
* whitespaceChristopher Faylor2002-10-051-1/+1
* 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-302-1/+6
* whitespaceChristopher Faylor2002-09-308-37/+37
* * 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
* * 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
* 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
* 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-2230-2683/+6067
* * init.cc (dll_entry): Temporarily disable thread detach code.Christopher Faylor2002-09-221-0/+4
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-2243-235/+250
* whitespaceChristopher Faylor2002-09-221-4/+4
* * cygwin_ipc.h: Move to "include/cygwin/ipc.h".Conrad Scott2002-09-216-5/+15
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-214-68/+78