summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-128-30/+306
* 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-122-1/+6
* * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,Danny Smith2002-11-1278-77/+95
* * include/exdisp.h: Include oaidl.h as system header.Danny Smith2002-11-122-1/+5
* * include/w32api.h (__W32API_VERSION): Fix.Earnie Boyd2002-11-122-1/+5
* * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen2002-11-124-135/+64
* gas tic4x target enhancements (long list - see gas/ChangeLog andSvein Seldal2002-11-112-5/+16
* Retire common MPW configury bits.Stan Shebs2002-11-1113-571/+6
* * how-programming.texinfo: Document _WIN32 more fully.Christopher Faylor2002-11-102-0/+10
* * net.cc: Run indent.Corinna Vinschen2002-11-103-425/+528
* 2002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2002-11-102-1/+5
* correct dateChristopher Faylor2002-11-101-1/+1
* * include/math.h (sqrt): Remove inline definition.Danny Smith2002-11-093-25/+31
* * fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor2002-11-093-0/+34
* * setfacl.c (usage): Add missing LF.Corinna Vinschen2002-11-082-1/+5
* * include/oleauto.h (DeregisterTypeLib): Remove.Danny Smith2002-11-082-1/+6
* 2002-11-07 Joel Sherrill <joel@OARcorp.com>Jeff Johnston2002-11-079-4/+510
* * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo.Christopher Faylor2002-11-072-1/+5
* * include/cygwin/fs.h: New file.Corinna Vinschen2002-11-074-1/+175
* * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.Corinna Vinschen2002-11-072-0/+5
* * fhandler_socket.cc (fhandler_socket::ioctl): Return correct flagsCorinna Vinschen2002-11-072-1/+7
* * cygwin.din: Export fseeko() and ftello().Corinna Vinschen2002-11-073-1/+11
* minor reformatChristopher Faylor2002-11-071-1/+2
* * fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor2002-11-072-5/+10
* * fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little moreChristopher Faylor2002-11-071-0/+5
* * syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor2002-11-073-6/+10
* * include/utmp.h: Define WTMP_FILE. Define and use UT_IDLEN.Christopher Faylor2002-11-072-1/+7
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-075-15/+44
* 2002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston2002-11-073-12/+9
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-079-23/+76
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-064-85/+78
* * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OSChristopher Faylor2002-11-062-35/+25
* * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor2002-11-053-7/+17
* * fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULLChristopher Faylor2002-11-052-8/+12
* * pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.Christopher Faylor2002-11-052-1/+6
* * pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting forChristopher Faylor2002-11-052-1/+12
* revert erroneous checkinsChristopher Faylor2002-11-052-3/+1
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-054-2/+8
* * pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.Christopher Faylor2002-11-052-0/+9
* * fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2002-11-052-1/+6
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.Christopher Faylor2002-11-052-1/+5
* 2002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-043-0/+21
* Top level configury changes for RDA.Kevin Buettner2002-11-044-6/+19
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2002-11-042-1/+5
* * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errnoChristopher Faylor2002-11-043-85/+131
* * include/winnt.h (VerSetConditionMask): Add prototype.Danny Smith2002-11-043-0/+11
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new windowChristopher Faylor2002-11-042-9/+32
* spaceChristopher Faylor2002-11-023-3/+3
* 2002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2002-11-012-1/+5
* * cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.Christopher Faylor2002-10-312-132/+105