aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-01-09.github/unlabeled-1.27.8unlabeled-1.27.8Christopher Faylor1-2/+2
2002-12-28Eliminate device number argument from fhandler constructors throughout.Christopher Faylor1-1/+1
2002-11-05This commit was manufactured by cvs2svn to create branch 'unlabeled-1.27.8'.cvs2svn318-124606/+0
2002-11-05revert erroneous checkinsChristopher Faylor2-3/+1
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor4-2/+8
2002-11-05* pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2-0/+9
2002-11-05* fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2-1/+6
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2-1/+5
2002-11-04* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-11-04* fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor3-85/+131
2002-11-04* fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor2-9/+32
2002-11-02spaceChristopher Faylor3-3/+3
2002-11-012002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-1/+5
2002-10-30* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor13-38/+434
2002-10-24* pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2-3/+6
2002-10-23* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor2-27/+30
2002-10-23* shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor3-2/+9
2002-10-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do theChristopher Faylor2-28/+34
2002-10-22* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always considerChristopher Faylor2-26/+34
2002-10-22* cygthread.cc (cygthread::exiting): New variable.Christopher Faylor5-105/+65
2002-10-22* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored inChristopher Faylor3-25/+42
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor11-89/+142
2002-10-21Change _function() to function() throughout.Christopher Faylor17-126/+164
2002-10-20* cygthread.cc (cygthread::stub): Fix typo.Christopher Faylor2-3/+9
2002-10-20fix typoChristopher Faylor1-1/+1
2002-10-20missed checkinChristopher Faylor1-1/+1
2002-10-20fix typoChristopher Faylor1-1/+1
2002-10-20* sigproc.cc (wait_sig): Remove obsolete sigchld logic.Christopher Faylor2-4/+5
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor8-26/+48
2002-10-19* fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains fromChristopher Faylor2-2/+6
2002-10-19* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor4-4/+22
2002-10-19* cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor3-2/+7
2002-10-18* fork.cc (fork_child): Move mmap initialization.Christopher Faylor5-13/+32
2002-10-18* thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor2-3/+8
2002-10-18* dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always beChristopher Faylor2-5/+16
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor4-0/+20
2002-10-172002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins3-2/+18
2002-10-172002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2-2/+6
2002-10-16* fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properlyChristopher Faylor2-15/+42
2002-10-15* shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor4-11/+42
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor9-43/+96
2002-10-14* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor15-32/+95
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor4-8/+31
2002-10-14* cygthread.cc (cygthread::stub): Don't zero __name here. That introduces aChristopher Faylor2-8/+18
2002-10-14* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-4/+6
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor11-77/+141
2002-10-10* window.cc (gethwnd): Use SetThreadPriority method.Christopher Faylor2-8/+11
2002-10-10* Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor4-15/+24
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor8-27/+63