Commit Graph

  • d3106bef0a * dll.sgml: Refine dll build instructions. * ntsec.html: Correct some typos. Christopher Faylor 2002-08-21 15:45:04 +0000
  • 62012a3f31 fix some glitches Christopher Faylor 2002-08-21 15:42:18 +0000
  • 69f710846f * include/sys/param.h: New File. Earnie Boyd 2002-08-21 12:49:56 +0000
  • 811b5b0ae4 * include/_mingw.h: Increment version to 2.2. Makefile.in: Ditto. Earnie Boyd 2002-08-21 12:18:28 +0000
  • 39d3651cad * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam. Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>. Earnie Boyd 2002-08-21 12:07:51 +0000
  • cfb5d4db12 * include/math.h (asm): Change to __asm__ throughout. Expose ISO C99 functions if __GLIBCPP__. (hypotf): Use hypot, not _hypot in stub.. Danny Smith 2002-08-20 23:26:11 +0000
  • aabc7d585a * include/tchar.h: Ansi-fy another comment. Danny Smith 2002-08-20 23:08:14 +0000
  • b9b4e3ca9d * include/tchar.h: Ansi-fy comment. Danny Smith 2002-08-20 23:01:42 +0000
  • 02d46a6f8a * test_headers.c : New file. * Makefile.in (test_headers): New target, using it, (SRCDIST_FILES): Distribute it. Danny Smith 2002-08-20 22:56:59 +0000
  • fe47ea33a9 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net> Jeff Johnston 2002-08-20 15:29:30 +0000
  • 48a289565c * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER. * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET, CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise. Alexandre Oliva 2002-08-20 03:04:03 +0000
  • ada73509c0 2002-08-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-20 02:16:12 +0000
  • 64b5e8f2bb 2002-08-19 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-20 01:40:39 +0000
  • 9a5498d08b * include/ws2spi.h: Modify comment about being part of mingw32 package. (winsock2.h): Change "" to <>. Danny Smith 2002-08-20 00:59:23 +0000
  • 73078ed64d 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net> Danny Smith 2002-08-20 00:48:23 +0000
  • c79f8453b0 * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook, WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated functions. Danny Smith 2002-08-20 00:36:09 +0000
  • 8d16a989fb 2002-08-19 Elena Zannoni <ezannoni@redhat.com> Elena Zannoni 2002-08-19 20:55:48 +0000
  • 3bacc423cf * pinfo.h (pinfo::remember): Arrange for destructor call if proc_subproc returns error. * sigproc.cc (zombies): Store 1 + total zombies since proc_subproc uses NZOMBIES element. Christopher Faylor 2002-08-19 14:59:27 +0000
  • 34f7289475 * pwdgrp.h (pwdgrp_read::pwdgrp_read): Remove. (pwdgrp_read::~pwdgrp_read): Ditto. (pwdgrp_read::open): Reset fh to NULL instead of INVALID_HANDLE_VALUE. (pwdgrp_read::close): Ditto. Corinna Vinschen 2002-08-19 11:27:18 +0000
  • c060edba34 * fhandler.h (fhandler_console::send_winch_maybe): New method. * fhandler_console.cc (set_console_state_for_spawn): Remove if 0'ed code. (fhandler_console::send_winch_maybe): Define new method. (fhandler_console::read): Use send_winch_maybe where appropriate. (fhandler_console::init): Just call all tcsetattr rather than output_tcsetattr. * select.cc (peek_console): Reorganize so that send_winch_maybe is called for everything but keyboard input. Christopher Faylor 2002-08-19 04:43:58 +0000
  • a94b60cea4 * libc/include/sys/unistd.h: Add getsid declaration for cygwin. Christopher Faylor 2002-08-18 06:08:39 +0000
  • 8dca9e2302 * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. (vfork_save::restore_pid): New method. (vfork_save::restore_exit): New method. * fork.cc (vfork): Save ctty, sid, pgid and restore them when returning to "parent". Use exitval field if exiting but never created a new process. * syscalls.cc (setsid): Detect when in "vfork" and force an actual fork so that pid will be allocated (UGLY!). (getsid): New function. * dcrt0.cc (do_exit): Use vfork_save::restore_exit method for returning from a vfork. * spawn.cc (spawnve): Use vfork_save::{restore_pid,restore_exit} methods for returning from vfork. * cygwin.din: Export getsid. * include/cygwin/version.h: Bump api minor number. * malloc.cc: #ifdef sYSTRIm for when MORECORE_CANNOT_TRIM is true. Christopher Faylor 2002-08-18 05:49:26 +0000
  • d17ba05c1c * cygmalloc.h (MORECORE_CANNOT_TRIM): Define. Christopher Faylor 2002-08-18 04:14:59 +0000
  • 0428827b0e * sigproc.cc (sigCONT): Define. * sigproc.h (sigCONT): Declare. (wait_sig): Create sigCONT event here. * exceptions.cc (sig_handle_tty_stop): Wait for sigCONT event rather than stopping thread. (sig_handle): Set sigCONT event as appropriate on SIGCONT rather than calling ResumeThread. Christopher Faylor 2002-08-18 04:13:57 +0000
  • a80add95d9 * malloc.cc: Update to 2.7.2. * malloc_wrapper.cc (malloc_init): Call user level mallocs to determine if the malloc has been wrapped. Christopher Faylor 2002-08-18 03:28:52 +0000
  • aaac1d9e19 * Makefile.in: Change COMPILE_C* definitions. Christopher Faylor 2002-08-17 17:12:24 +0000
  • 894d685ff7 * include/winuser.h (CURSOR_SHOWING) Add define. Danny Smith 2002-08-17 09:41:52 +0000
  • 29e17a863d 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-17 06:10:33 +0000
  • 936b520f8e 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-17 05:57:20 +0000
  • ad5527663e 2002-08-17 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-17 05:19:18 +0000
  • 9e0f101fa9 * include/winerror.h: Cast OLE error codes to HRESULT. Danny Smith 2002-08-17 04:42:25 +0000
  • 0763513767 fix typo Christopher Faylor 2002-08-17 02:16:25 +0000
  • b3c12fb401 * Makefile.in: Change COMPILE_C* definitions. Christopher Faylor 2002-08-17 02:15:05 +0000
  • d3bd3632ac * libc/sys/linux/cmath: New directory. * libc/sys/linux/include/cmathcalls.h: New file. * libc/sys/linux/include/complex.h: New file. * libc/sys/linux/machine/i386/huge_val.h: New file * libm/math/w_sincos.c: New file * libm/math/wf_sincos.c: New file * libm/mathfp/s_sincos.c: New file * libm/mathfp/sf_sincos.c: New file * Makefile.am (LIBC_OBJECTLISTS): Add cmath/objectlist.awk.in. * libc/include/math.h: Add sincos and sincosf declarations. * libc/sys/linux/Makefile.am (SUBDIRS): Add cmath. (SUBLIBS): Likewise. * libc/sys/linux/configure.in (AC_OUTPUT): Add cmath. * libm/math/Makefile.am (src): Add w_sincos.c. (fsrc): Add wf_sincos.c. * libm/mathfp/Makefile.am (src): Add s_sincos.c (fsrc): Add sf_sincos.c. Thomas Fitzsimmons 2002-08-16 21:29:45 +0000
  • e0f61e607c Missed this commit in last checkin. Christopher Faylor 2002-08-16 19:50:22 +0000
  • 98c9c4569b * winsup.h: Remove malloc_*lock functions. Christopher Faylor 2002-08-16 19:49:54 +0000
  • c7e2187a60 * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use -fomit-frame-pointer for malloc.o compilation. * malloc_wrapper.cc: New file. Rename from malloc.cc. Add support for more malloc functions. Eliminate export_* calls. Just use straight malloc names. Remove unused argument from malloc lock functions. * cygwin.din: Just export straight malloc names. Add malloc_stats, malloc_trim, malloc_usable_size, mallopt, memalign, valloc. * dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries. * fork.cc (fork_parent): Remove unused argument from malloc_lock argument. * malloc.cc: New file. Doug Lea's malloc v2.7.1. * cygmalloc.h: New file. * include/cygwin/version.h: Bump API_MINOR. * sync.h (muto::acquire): Use appropriate number for regparm attribute. (muto::reset): Ditto. (muto::release): Ditto. Christopher Faylor 2002-08-16 19:41:39 +0000
  • 775275aac7 * exceptions.cc (interrupt_setup): Ensure that the previous signal mask is properly saved. Christopher Faylor 2002-08-16 19:07:28 +0000
  • a54ad580fc * dcrt0.cc: Modify define for CYGWIN_GUARD. (alloc_stack_hard_way): Just use CYGWIN_GUARD in VirtualAlloc call. Christopher Faylor 2002-08-15 20:34:49 +0000
  • bb55ce4cc1 present tense Christopher Faylor 2002-08-15 20:24:16 +0000
  • 052e90e9a9 make comment more accurate. Christopher Faylor 2002-08-15 15:46:27 +0000
  • bc314c9ef1 * i370.h: Define relocs using reloc-macros.h. Alan Modra 2002-08-15 12:19:14 +0000
  • e893abd3c6 * include/wincrypt.h (ALG_*): Add defines. (CALG_*): Ditto. (CRYPT_*): Ditto. (PP_*): Ditto. (PROV_*): Ditto. (PRIVATEKEYBLOB): Add define. Danny Smith 2002-08-14 23:47:46 +0000
  • 2c3ef6355b * include/unistd.h: Add include of process.h. Earnie Boyd 2002-08-14 21:08:43 +0000
  • 99a3b239eb * include/shlobj.h (SHGetFolderPath): Add define. * lib/shell32.def (SHGetSpecialFolderPath): Add export. (SHGetFolderPath): Ditto. Earnie Boyd 2002-08-14 16:43:40 +0000
  • c182cc28a5 * m68hc11.h (M6812_OP_PAGE): Define to identify call operand. (M68HC12_BANK_VIRT, M68HC12_BANK_MASK, M68HC12_BANK_BASE, M68HC12_BANK_SHIFT, M68HC12_BANK_PAGE_MASK): Define for 68HC12 memory banks. (M6811_OC1M5, M6811_OC1M4, M6811_MODF): Fix value. Stephane Carrez 2002-08-13 19:00:40 +0000
  • 403985a498 * regtool.cc (find_key): Add support for custom key separator. (usage): Document it. Christopher Faylor 2002-08-13 15:37:32 +0000
  • 9b6947db55 * m68hc11.h (E_M68HC12_BANKS, E_M68HC11_I32, E_M68HC11_F64, EF_M68HC11_ABI): Define for ABI specification. (STO_M68HC12_FAR, STO_M68HC12_INTERRUPT): Symbol flags for linker and debugger. (R_M68HC11_24, R_M68HC11_LO16, R_M68HC11_PAGE): New relocs. (R_M68HC11_RL_JUMP, R_M68HC11_RL_GROUP): New reloc for linker relaxation. Stephane Carrez 2002-08-13 13:02:25 +0000
  • b3a9676ba0 2002-08-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-13 00:11:51 +0000
  • 3317419d1a * include/commdlg.h: Don't include COM headers if __OBJC__. Danny Smith 2002-08-12 23:33:10 +0000
  • 03a0a275b5 * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey): Add prototypes. Danny Smith 2002-08-12 23:10:16 +0000
  • d6f9ca7959 2002-08-12 Andriy Palamarchuk <apa3a@yahoo.com> Danny Smith 2002-08-12 22:24:28 +0000
  • e120995086 * fhandler.h (fhandler_socket::recv): Remove method. (fhandler_socket::send): Ditto. * fhandler_socket.cc (fhandler_socket::recv): Ditto. (fhandler_socket::send): Ditto. (fhandler_socket::read): Delegate to fhandler_socket::recvfrom. (fhandler_socket::write): Delegate to fhandler_socket::sendto. (fhandler_socket::sendto): Check for null `to' address. * net.cc (cygwin_sendto): Check for zero request length. (cygwin_recvfrom): Ditto. Fix signature, use void *buf. (cygwin_recv): Delegate to cygwin_recvfrom. (cygwin_send): Delegate to cygwin_sendto. Conrad Scott 2002-08-12 13:54:12 +0000
  • a814828d06 * include/objidl.h (IEnumMoniker): Put 'interface' back. Danny Smith 2002-08-11 21:16:30 +0000
  • 5ffec1d16d * cygthread.cc (cygthread::cygthread): Close another race. Christopher Faylor 2002-08-11 19:31:24 +0000
  • 3cb62bd614 * assert.cc (__assert): Call debugger on assertion failure if debugging. * dcrt0.cc (dll_crt0_1): Just wait for signal thread to go live rather than going through the overhead of invoking it. * fork.cc (fork_child): Ditto. * exceptions.cc (signal_fixup_after_fork): Call sigproc_init here. * sigproc.cc (proc_can_be_signalled): Assume that the signal thread is live. (sig_dispatch): Ditto. (sig_send): Ditto. (wait_for_sigthread): Renamed from "wait_for_me". Assume that wait_sig_inited has been set and that this function is only called from the main thread. * winsup.h (wait_for_sigthread): Declare new function. Christopher Faylor 2002-08-11 19:19:29 +0000
  • 2324fd5b91 * include/objidl.h (IEnumMoniker): Correct declaration. Danny Smith 2002-08-11 07:36:43 +0000
  • 432fa81e8e * w32sdk: New winsup module. Earnie Boyd 2002-08-10 15:07:51 +0000
  • 659e70628e 2002-08-09 Jason Tishler <jason@tishler.net> Jeff Johnston 2002-08-09 21:33:29 +0000
  • 037240a242 2002-08-09 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2002-08-09 21:12:09 +0000
  • c9fadf3b49 * include/commctrl.h: Whitespace change. Danny Smith 2002-08-09 02:49:38 +0000
  • 154215ec38 2002-08-09 Mark Schreiber <mark7@users.sourceforge.net> Danny Smith 2002-08-09 02:45:50 +0000
  • ddf344afb3 2002-08-09 Lars Munch <lars@segv.dk> Danny Smith 2002-08-09 02:29:57 +0000
  • 25859d7ca1 * environ.cc (parse_options): Remember the "no" part of any options for later export. Christopher Faylor 2002-08-08 18:02:09 +0000
  • b4f06520f4 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const. (__check_null_invalid_struct_errno): Ditto. * miscfuncs.cc (__check_null_invalid_struct): Ditto. (__check_null_invalid_struct_errno): Ditto. (__check_invalid_read_ptr_errno): Remove superfluous cast. * net.cc (get): Set appropriate errno if fd is not a socket. (cygwin_sendto): Fix parameter checking. (cygwin_recvfrom): Ditto. (cygwin_setsockopt): Ditto. (cygwin_getsockopt): Ditto. (cygwin_connect): Ditto. (cygwin_gethostbyaddr): Ditto. (cygwin_accept): Ditto. (cygwin_bind): Ditto. (cygwin_getsockname): Ditto. (cygwin_listen): Ditto. (cygwin_getpeername): Ditto. (cygwin_send): Ditto. (cygwin_shutdown): Ditto. Move sigframe to fhandler_socket. (cygwin_recvmsg): Fix parameter checking. Add tracing. (cygwin_sendmsg): Ditto. * fhandler_socket.cc (fhandler_socket::shutdown): Add sigframe. * resource.cc (setrlimit): Fix parameter checking. Conrad Scott 2002-08-08 17:03:20 +0000
  • b7e664540b Patch by Joe Buehler <jbuehler@hekimian.com>: * sec_helper.cc (sec_acl): remove extraneous arg to debug_printf. Corinna Vinschen 2002-08-08 14:16:14 +0000
  • 0cd737305b Check symbols with undefine version. H.J. Lu 2002-08-08 03:50:17 +0000
  • 172fda76d4 * libc/include/machine/setjmp.h: For mips, define _JBLEN based based on __mips_soft_float rather than __mips64. * libc/machine/mips/setjmp.S: Provide hard and soft float versions of both 32-bit and 64-bit code. Richard Sandiford 2002-08-07 17:07:42 +0000
  • 235d9fdadc Fix by Conrad Scott <conrad.scott@dsl.pipex.com>: * fhandler_socket.cc (fhandler_socket::accept): Fix FIONBIO call. Corinna Vinschen 2002-08-07 10:08:17 +0000
  • 88de60e449 one more change Christopher Faylor 2002-08-07 01:22:56 +0000
  • 772f6c3e12 * cygheap.cc (_csbrk): Avoid !cygheap considerations. (cygheap_init): Deal with unintialized cygheap issues here. Christopher Faylor 2002-08-07 01:20:59 +0000
  • e851d2fe43 Conrad Scott <conrad.scott@dsl.pipex.com * cygheap.cc (_csbrk): Allocate some slop initially. Don't erroneously add sbrk amount to returned value in initial case. Christopher Faylor 2002-08-06 22:05:53 +0000
  • 32438c512a Add hppa-openbsd target Nick Clifton 2002-08-06 09:18:28 +0000
  • 115a0885bc * spawn.cc (spawn_guts): Don't set mount_h here. * sigproc.cc (init_child_info): Set it here instead. * shared.cc (cygwin_mount_h): Make NO_COPY. Christopher Faylor 2002-08-06 05:48:33 +0000
  • 1524ae42cf * cygthread.cc (cygthread::stub): Accept flag to pass info structure to thread function. (cygthread::operator new): Add defense debugging output. (cygthread::cygthread): Add debugging output. Set name after thread has been awakened to avoid a race. (cygthread::exit_thread): Use handle operator rather than using ev directly. (cygthread::exit_thread): Reorganize to provide debugging. Set __name to NULL. * cygthread.h (cygself): Define. * fhandler_tty.cc (fhandler_tty_master::init): Use cygself as argument so that invoked thread can access its own info. (process_output): Derive cygthread info of thread from thread argument. * sigproc.cc (sigproc_init): Use cygself as argument so that invoked thread can access its own info. (wait_sig): Derive cygthread info of thread from thread argument. Christopher Faylor 2002-08-06 05:08:55 +0000
  • ffebb4fe0c * debug.h (handle_list::allocated): Remove field. * debug.cc (newh): Don't malloc extra entries. (add_handle): Downgrade strace message level. (delete_handle): Remove case for `allocated' entries. Conrad Scott 2002-08-06 03:40:40 +0000
  • 8d0bc156ef * cygthread.cc (cygthread::stub): Change event creation to manual reset. Set __name after calling SetEvent to prevent races. (cygthread::detach): Always reset event here to prevent races. Christopher Faylor 2002-08-05 16:15:46 +0000
  • 9f37f36de6 * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt): Add prototypes. * lib/msimg32.def: New file, with stubs for above. Danny Smith 2002-08-05 02:03:24 +0000
  • 2ed099e2bf 2002-08-04 H.J. Lu (hjl@gnu.org) H.J. Lu 2002-08-04 23:15:52 +0000
  • 4866247e29 * libc/stdio/popen.c (popen): Allow "rb", "rt", "wb", and "wt" arguments for popen to match similar functionality in fopen. Christopher Faylor 2002-08-04 19:01:56 +0000
  • 245e4e8734 * debug.h (WaitForMultipleObjects): Correct typo. Conrad Scott 2002-08-03 23:43:42 +0000
  • 2389d0af46 update Christopher Faylor 2002-08-03 23:34:01 +0000
  • eb7368d4ac * include/stdio.h (_fcloseall): Add prototype. Danny Smith 2002-08-03 23:03:37 +0000
  • 6e82d87372 * winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx, GetFileSizeEx, SetFilePointerEx): Add prototypes. (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes and UNICODE mappings. Danny Smith 2002-08-03 22:51:15 +0000
  • 32c803daa2 * mkgroup.c (main): Don't print an entry for "Everyone". * mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user. (main): Don't print an entry for "Everyone". Corinna Vinschen 2002-08-02 11:14:35 +0000
  • 23d93d8db7 * security.cc (verify_token): Do not reject a token just because the supplementary group list is missing Everyone or a groupsid equal to usersid, or because the primary group is not in the token, as long as it is equal to the usersid. * syscalls.cc (seteuid32): Use common code for all successful returns. * grp.cc (getgroups32): Never includes Everyone in the output. Corinna Vinschen 2002-08-02 11:00:18 +0000
  • 04875a95c8 * include/winbase.h (ReadFileScatter, WriteFileGather): Change second parameter to pointer. Danny Smith 2002-08-02 08:50:45 +0000
  • 6b2a9a2fdf * cygthread.cc (cygthread::exit_thread): Define new method. * cygthread.h (cygthread::exit_thread): Declare new method. * fhandler.h (fhandler_tty_master::hThread): Delete. (fhandler_tty_master::output_thread): Define. * fhandler_tty.cc (fhandler_tty_master::fhandler_tty_master): Adjust constructor. (fhandler_tty_master::init): Use cygthread rather than handle. (process_output): Use cygthread method to exit. (fhandler_tty_master::fixup_after_fork): Set output_thread to NULL after fork. (fhandler_tty_master::fixup_after_exec): Set output_thread to NULL after spawn/exec. * tty.cc (tty_list::terminate): Detach from output_thread using cygthread method. Christopher Faylor 2002-08-02 02:10:24 +0000
  • 8a19897f17 * syscalls.cc (_link): Revert previous change and just always dereference the oldpath. Christopher Faylor 2002-08-01 23:53:07 +0000
  • e51cfd3116 * syscalls.cc (link): Properly deal with a link to a symlink. Christopher Faylor 2002-08-01 21:29:31 +0000
  • 710c0fc4b7 * mips/cfe.ld (STARTUP): New definition. * mips/ddb-kseg0.ld (STARTUP): Likewise. * mips/ddb.ld (STARTUP): Likewise. * mips/dve.ld (STARTUP): Likewise. * mips/idt.ld (STARTUP): Likewise. * mips/jmr3904app-java.ld (STARTUP): Likewise. * mips/jmr3904app.ld (STARTUP): Likewise. * mips/jmr3904dram-java.ld (STARTUP): Likewise. * mips/jmr3904dram.ld (STARTUP): Likewise. * mips/lsi.ld (STARTUP): Likewise. * mips/nullmon.ld (STARTUP): Likewise. * mips/pmon.ld (STARTUP): Likewise. Thomas Fitzsimmons 2002-08-01 20:21:23 +0000
  • 92655eab17 * cygthread.cc: Remove cruft. Christopher Faylor 2002-08-01 16:27:29 +0000
  • b6bd703781 * Makefile.in (DLL_OFILES): Add cygthread.o. * dcrt0.cc (dll_crt0_1): Eliminate various thread initialization functions in favor of new cygthread class. * debug.cc: Remove thread manipulation functions. * debug.h: Ditto. * external.cc (cygwin_internal): Use cygthread method for determining thread name. Remove capability for setting thread name. * fhandler_console.cc (fhandler_console::read): Use cygthread method rather than iscygthread function. * fhandler_tty.cc (fhandler_tty_master::fhandler_tty_master): Use cygthread methods to create threads. (fhandler_tty_common::__acquire_output_mutex): Use cygthread method to retrieve thread name. * select.cc (pipeinf): Use cygthread pointer rather than handle. (start_thread_pipe): Ditto. (pipe_cleanup): Ditto. (serialinf): Ditto. (start_thread_serial): Ditto. (serial_cleanup): Ditto. (socketinf): Ditto. (start_thread_socket): Ditto. (socket_cleanup): Ditto. * sigproc.cc (hwait_sig): Ditto. (hwait_subproc): Ditto. (proc_terminate): Ditto. (sigproc_terminate): Ditto. (sigproc_init): Initialize cygthread hwait_sig pointer. (subproc_init): Initialize cygthread hwait_subproc pointer. (wait_sig): Rely on cygthread HANDLE operator. * strace.cc (strace::vsprntf): Use cygthread::name rather than threadname. * window.cc (gethwnd): Use cygthread method to initialize thread. Christopher Faylor 2002-08-01 16:20:31 +0000
  • 3874ac637c Fix typo. Andreas Schwab 2002-08-01 12:16:36 +0000
  • c3b6ad4d8d * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and UNICODE mapings. * lib/wininet.def: Regenerate. Danny Smith 2002-08-01 06:52:05 +0000
  • afcd48e61b * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual. * net.cc (fdsock): Call set_r_no_interrupt. Corinna Vinschen 2002-07-31 13:18:51 +0000
  • df28dc05d4 Add new field to bfd_link structure and use it to control how common symbols are extracted from archives. Nick Clifton 2002-07-31 12:50:07 +0000
  • deaa100bae * syscalls.cc (_read): Clarify debugging output. Christopher Faylor 2002-07-31 00:57:40 +0000
  • c91a9a9b58 * fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual. Christopher Faylor 2002-07-31 00:26:36 +0000
  • ba90cf002f * configure.in: Move generic linux case to end. Copy generic linux noconfigdirs to mips*-*-linux* entry and new powerpc64*-*-linux* entry. Add target-libffi for the latter. DJ Delorie 2002-07-30 23:15:26 +0000