summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2002-11-16 Klee Dienes <kdienes@apple.com>Klee Dienes2002-11-162-485/+7
| | | | | | | * opcode/m88k.h (INSTAB): Remove 'next' field. (instruction): Remove definition; replace with extern declaration and mark as const. W
* * gas/config/tc-tic4x.c: Remove c4x_pseudo_ignore function.Svein Seldal2002-11-162-1077/+827
| | | | | | | | | | (c4x_operands_match): Added check for 8-bits LDF insn. Give warning when using constant direct bigger than 2^16. Add the new arguments. * include/opcode/tic4x.h: Major rewrite of entire file. Define instruction classes, and put each instruction into a class. * opcodes/tic4x-dis.c: (c4x_print_op): Add support for the new argument format. Fix bug in 'N' register printer.
* * tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor2002-11-162-2/+6
|
* * grp.cc (getgroups32): Protect against closing cygheap->user.token.Christopher Faylor2002-11-162-1/+6
|
* * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,Danny Smith2002-11-162-10/+16
| | | | | | | CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite, IID_IPersistMoniker,IID_IProgressNotify): Correct definitions. (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11, IID_IOleControlSite89): Remove.
* * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.Christopher Faylor2002-11-152-2/+5
| | | | (IID_IStdMarshalInfo): Ditto.
* * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.Christopher Faylor2002-11-152-2/+5
| | | | (IID_IPersistStorage): Ditto.
* * include/cygwin/version.h: Bump API_MINOR to accommodate below changes.Christopher Faylor2002-11-154-1/+27
| | | | | * cygwin.din (siginterrupt): New export. * signal.cc (siginterrupt): New.
* * select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2002-11-152-6/+7
|
* 2002-11-15 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2002-11-152-11/+19
| | | | | | | | * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators, IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo, IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage, IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo): Correct definitions.
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-155-9/+27
| | | | | | | | idle if pending signals to allow other threads to get into interruptible state. * miscfuncs.cc (sys_mbstowcs): Save current thread in variable to avoid an OS call. * wait.cc (wait_sig): Reset thread priority each time through loop since the priority may have been set down to deal with pending signals.
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any specialChristopher Faylor2002-11-152-10/+8
| | | | action when vmin_ == 0.
* * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,Danny Smith2002-11-1578-77/+95
| | | | | | | | | | | | | | | | | d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h, miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h, ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h, netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h, ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h, storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h, upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h, winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h, xfilter.h): Change comment to refer w32api package, not MinGW.
* * include/ddk/ntddk.h: Include winnt.h as system header.Danny Smith2002-11-152-1/+5
|
* 2002-11-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-144-2/+68
| | | | | | | * testsuite/lib/passfail.exp (newlib_pass_fail): Changed to only issue one pass/fail message for a compile/link/execute. * testsuite/newlib.elix/elix.exp: New file. * testsuite/newlib.elix/tmmap.c: Ditto.
* * Makefile.tpl: syntactic cleanupDJ Delorie2002-11-142-19/+54
|
* * grp.cc (getgroups32): Revert previous patch. Use impersonationCorinna Vinschen2002-11-143-17/+62
| | | | | | token if process is in impersonated state. * sec_helper.cc (is_grp_member): Rewrite. Call getgroups32 only for current user. Scan passwd and group info otherwise.
* Add --enable-auto-import extension.Nick Clifton2002-11-142-0/+10
|
* checking previously ChangeLog'ed file.Christopher Faylor2002-11-141-1/+1
|
* * fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to beChristopher Faylor2002-11-141-0/+5
| | | | displayed in the title bar.
* * grp.cc (getgroups32): Don't use access token of current user whenCorinna Vinschen2002-11-142-0/+6
| | | | retrieving group info for another user.
* * dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor2002-11-143-18/+34
| | | | | | Infer from module of caller instead. (cygwin_detach_dll): Ignore dll_index argument. * dll_init.h (dll_list::detach): Reflect argument change above.
* * ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.Christopher Faylor2002-11-142-5/+20
| | | | * winsup.h (low_priority_sleep): Declare.
* * winsup.h (low_priority_sleep): Declare.Christopher Faylor2002-11-131-0/+1
|
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-1313-26/+38
| | | | | | is supposed to be giving up time slice. * fhandler_console.cc (fhandler_console::read): Switch button 2/3 output escape sequences to be consistent with xterm.
* * libc/stdlib/malign.c: Don't compile if MALLOC_PROVIDED.Christopher Faylor2002-11-136-0/+19
| | | | | | | | * libc/stdlib/mlock.c: Ditto. * libc/stdlib/msize.c: Ditto. * libc/stdlib/msize.c: Ditto. * libc/stdlib/mtrim.c: Ditto. * libc/stdlib/valloc.c: Ditto.
* Update Emacs-related entries (new Cygwin port, details on XEmacs ports)David Starks-Browning2002-11-131-18/+30
|
* 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-128-30/+306
| | | | | | | | | | * mips/Makefile.in: Add cygmon support. * mips/configure.in: Ditto. * mips/configure: Regenerated. * mips/crt0_cygmon.S: New file. * mips/cygmon.c: Ditto. * mips/pmon.S: Minor formatting and copyright changes. * mips/crt0.S: Ditto.
* 2002-11-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-122-1/+6
| | | | | * libc/stdlib/ldtoa.c (e64toe): When checking the exponent for inf/nan, make sure that the check ignores the sign bit.
* * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,Danny Smith2002-11-1278-77/+95
| | | | | | | | | | | | | | | | | d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h, miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h, ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h, netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h, ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h, ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h, poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h, storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h, upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h, usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h, winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h, xfilter.h): Fix typo in disclaimer comment.
* * 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
| | | | | | | | | | | * sec_helper (cygsid::getfromstr): Reorganize to remove calls to strcpy and strtok_r. (cygsid::getfromgr): Change type to __uid32_t instead of int. Keep only the allow_ntsec branch. Never call LookupAccountSid which calls PDCs, simply return -1 in case of failure. Use cygsid == instead of calling EqualSid and remove test for NULL psid. * security.h: Declare cygsid::getfromgr as __uid32_t.
* gas tic4x target enhancements (long list - see gas/ChangeLog andSvein Seldal2002-11-112-5/+16
| | | | include/ChangeLog)
* Retire common MPW configury bits.Stan Shebs2002-11-1113-571/+6
| | | | | * mpw-mh-mpw: Remove. * mpw: Remove directory along with all of its files.
* * how-programming.texinfo: Document _WIN32 more fully.Christopher Faylor2002-11-102-0/+10
|
* * net.cc: Run indent.Corinna Vinschen2002-11-103-425/+528
| | | | | | * autoload.cc (GetIfEntry): Add symbol. * net.cc (get_2k_ifconf): Get the interface entries with the GetIfEntry call intead of the GetIfTable call. Clean-up multiple IP address naming.
* 2002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>Danny Smith2002-11-102-1/+5
| | | | * lib/uuid.c (IID_ICatInformation): Correct definition.
* correct dateChristopher Faylor2002-11-101-1/+1
|
* * include/math.h (sqrt): Remove inline definition.Danny Smith2002-11-093-25/+31
| | | | | | | | | | (sqrtf): Replace inline definition with prototype. (sqrtl): Likewise. * mingwex/math/sqrtf.c (sqrtf): Set domain error if argument less than zero. * mingwex/math/sqrtf.c (sqrtl): Likewise. Correct typo in 2002-10-30 ChangeLog entry.
* * fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor2002-11-093-0/+34
| | | | * pipe.cc (fhandler_pipe::ioctl): New.
* * setfacl.c (usage): Add missing LF.Corinna Vinschen2002-11-082-1/+5
|
* * include/oleauto.h (DeregisterTypeLib): Remove.Danny Smith2002-11-082-1/+6
| | | | (UnRegisterTypeLib): Add prototype.
* 2002-11-07 Joel Sherrill <joel@OARcorp.com>Jeff Johnston2002-11-079-4/+510
| | | | | | | | | | | | | | * libc/sys/rtems/machine: New directory. * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h, libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib targets more BSD like when installed without requiring files to be overwritten at install point when RTEMS itself is installed. * Makefile.am: Pick up system dependent machine .h files such as might be found on a BSD-ish system. * Makefile.in: Regenerate. * libc/include/machine/types.h: When on an RTEMS target, define a few BSD flavor types.
* * 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/cygwin/hdreg.h: New file. * fhandler_floppy.cc (fhandler_floppy::ioctl): Add implementation for HDIO_GETGEO, BLKGETSIZE, BLKGETSIZE64, BLKRRPART and BLKSSZGET ioctls.
* * 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
| | | | for loopback interface when name is given on input instead of address.
* * cygwin.din: Export fseeko() and ftello().Corinna Vinschen2002-11-073-1/+11
| | | | * include/cygwin/version.h: Bump API minor version.
* minor reformatChristopher Faylor2002-11-071-1/+2
|