aboutsummaryrefslogtreecommitdiff
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'.cvs2svn4477-1075396/+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-042002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+21
2002-11-04Top level configury changes for RDA.Kevin Buettner4-6/+19
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 * include/winnt.h (VerSetConditionMask): Add prototype.Danny Smith3-0/+11
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-31* cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor2-132/+105
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-302002-10-30 Guido Serassio <serassio@libero.it>Danny Smith2-1/+10
2002-10-27merge from gccDJ Delorie3-2/+10
2002-10-27merge from gccDJ Delorie2-0/+8
2002-10-26* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,DJ Delorie3-4/+10
2002-10-252002-10-25 Bernd Schmidt <bernds@redhat.com>Jeff Johnston8-78/+124
2002-10-25Regenerated with latest autoconf.Jeff Johnston1-35/+24
2002-10-25Regenerate to use latest autoconf tools.Jeff Johnston4-112/+68
2002-10-252002-10-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-36/+37
2002-10-25merge from gccDJ Delorie2-1/+10
2002-10-24 * configure.in (i[3456]86-*-linux*): Add check to disableHans-Peter Nilsson2-0/+12
2002-10-24* pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2-3/+6
2002-10-23* ntsec.sgml: Correct some minor grammatical errors.Joshua Daniel Franklin2-10/+15
2002-10-23* dll.sgml: Simplify dll build instructions.Joshua Daniel Franklin2-13/+36
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-20force checkinChristopher Faylor0-0/+0
2002-10-20fix typoChristopher Faylor1-1/+1
2002-10-202002-10-19 Kang Li <rubylith@users.sourceforge.net>Danny Smith2-1/+5
2002-10-202002-10-19 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-5/+26
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 * Makefile.in (CRT0S): Add txtmode.o binmode.o.Danny Smith7-7/+82