Commit Graph

  • ad352d9bd6 * configure.in (m32c): Build libstdc++-v3. Pass flags to reference libgloss so that libssp can be built in a combined tree. * configure: Regenerate. DJ Delorie 2006-04-19 00:57:59 +0000
  • e163e3e138 2006-04-18 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2006-04-18 20:06:09 +0000
  • 4c6f65fc7c * exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when we have actually handled the event. Christopher Faylor 2006-04-18 16:24:54 +0000
  • d76895a142 * doc/porting.texi: Document libgloss build conventions. Mark Mitchell 2006-04-18 16:14:57 +0000
  • 6ea56da87a 2006-04-18 Eric House <ehouse@eehouse.org> Danny Smith 2006-04-18 09:48:05 +0000
  • 5c96db5d4f 2006-04-18 Eric House <ehouse@eehouse.org> Danny Smith 2006-04-18 09:35:29 +0000
  • 065e8a7a02 2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net> Danny Smith 2006-04-18 04:38:03 +0000
  • edf92ad046 2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net> Danny Smith 2006-04-18 03:58:22 +0000
  • bcc39a0bfe 2006-04-18 Bart Oldeman <bartoldeman@users.sf.net> Danny Smith 2006-04-18 02:57:59 +0000
  • d1efa4e819 * mktemp.cc (_gettemp): Open temp files in binary mode. Christopher Faylor 2006-04-17 15:09:13 +0000
  • 1d975d67b1 * include/ws2tcpip.h (gai_strerror): Add thread-safety comment. Danny Smith 2006-04-16 08:26:59 +0000
  • 538146072a * include/ws2tcpip.h (gai_strerror{AW}): Implement as inline function. Dimitri Papadopoulos 2006-04-14 16:40:30 +0000
  • 285ae543e2 * include/wsahelp.h (system_header): Add pragma. * include/ws2spi.h (system_header): Add pragma. * include/rasdlg.h (system_header): Add pragma. * include/rasdlg.h (_RASDLG_H): Define. Define instead of _RASDLG_H_, this is the w32api standard. * include/mlang.h (_MLANG_H): Define. Define instead of _MLANG_H_, this is the w32api standard. * include/setupapi.h (_SETUPAPI_H): Define. Define instead of _SETUPAPI_H_, this is the w32api standard. Dimitri Papadopoulos 2006-04-14 15:54:54 +0000
  • 3253f21972 * include/rpcndr.h (boolean): Add typedef. Thanks to: James du Russel <ephelon at users dot sf dot net> * include/rpcndr.h (_RPCNDR_H): Define. Define in addition to __RPCNDR_H__, this is the w32api standard. Dimitri Papadopoulos 2006-04-14 15:21:21 +0000
  • b40098e6f2 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Use UINT32_MAX instead of UINT_MAX. Corinna Vinschen 2006-04-14 14:34:39 +0000
  • 5b9262e797 * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline. Drop remote fs handling entirely since unreliable inode numbers are now recognized differently. (path_conv::is_samba): Make inline. (fhandler_disk_file::opendir): Reformat comment. (fhandler_base::fstat_helper): Special case remote file systems returning (unreliable) 32 bit inode numbers. (fhandler_base::readdir): Ditto. * fhandler_netdrive.cc (fhandler_netdrive::readdir): Ditto. Corinna Vinschen 2006-04-14 14:20:58 +0000
  • 04cbcde8d9 2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net> Chris Sutcliffe 2006-04-14 12:52:50 +0000
  • c99126ab96 trivial change Christopher Faylor 2006-04-14 01:31:14 +0000
  • 9f8b325c45 2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> Chris Sutcliffe 2006-04-14 00:14:19 +0000
  • 7ad962240c 2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> Jeff Johnston 2006-04-13 19:56:32 +0000
  • 853f84e53c * spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed to be. Christopher Faylor 2006-04-13 16:11:06 +0000
  • bee0f85727 Bump copyright dates. Corinna Vinschen 2006-04-13 12:14:58 +0000
  • 414969016e * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING, _SC_THREAD_PROCESS_SHARED, _SC_THREAD_SAFE_FUNCTIONS, _SC_TIMERS handling. Corinna Vinschen 2006-04-13 12:14:05 +0000
  • 2e9d484382 * spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs differently from those which are mounted with -X. Pass extra argument to linebuf::fromargv. * winf.h (MAXCYGWINCMDLEN): New define. (linebuf::finish): Add a new argument denoting when command line overflow is ok. (linebuf::fromargv): Ditto. * winf.cc (linebuf::finish): Implement above change. (linebuf::fromargv): Ditto. Christopher Faylor 2006-04-13 01:37:00 +0000
  • a5eaf56817 merge from gcc DJ Delorie 2006-04-12 18:41:45 +0000
  • 329a39ebea * Makefile.in (DLL_OFILES): Add winf.o. * spawn.cc: Move command line handling stuff into winf.cc. * winf.h: New file. * winf.cc: New file. Christopher Faylor 2006-04-12 15:53:22 +0000
  • be5542f716 * include/secext.h: Enclose function declarations in extern "C" for __cplusplus. Danny Smith 2006-04-12 08:04:42 +0000
  • 076887efab 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> Chris Sutcliffe 2006-04-11 22:56:08 +0000
  • 34e666798a 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2006-04-11 19:02:16 +0000
  • 84ac4d5112 * include/commdlg.h (PD_*): Rearrange. Dimitri Papadopoulos 2006-04-11 08:03:23 +0000
  • 9681ad80b9 * include/commdlg.h (PD_*): Define. Thanks to: Wolfgang Glas <softadm at users dot sf dot net> Dimitri Papadopoulos 2006-04-11 07:53:23 +0000
  • b21776023e * contrib: Remove directory. Ben Elliston 2006-04-10 00:41:43 +0000
  • e5807db846 * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2 here also. Danny Smith 2006-04-08 03:49:28 +0000
  • b577ecdf59 2006-04-07 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2006-04-07 21:46:00 +0000
  • 853f446a98 Add support for attiny261, attiny461, attiny861, attiny25, attiny45, attiny85, attiny24, attiny44, attiny84, at90pwm2, at90pwm3, atmega164, atmega324, atmega644, atmega329, atmega3290, atmega649, atmega6490, atmega406, atmega640, atmega1280, atmega1281, at90can32, at90can64, at90usb646, at90usb647, at90usb1286 and at90usb1287. Move atmega48 and atmega88 from AVR_ISA_M8 to AVR_ISA_PWMx. Nick Clifton 2006-04-07 15:18:08 +0000
  • cf30e49114 * include/wincrypt.h (PROV_MS_EXCHANGE): Define. We should probably remove PROV_MS_MAIL but I'm keeping it for now for compatibility reasons. Thanks to: Marcus Agehall <agehall at users dot sf dot net> Dimitri Papadopoulos 2006-04-07 14:28:35 +0000
  • c7a84ac71f * include/commdlg.h [WINVER >= 0x0500] (PD_RESULT_*,START_PAGE_GENERAL): Define. Thanks to: Wolfgang Glas <softadm at users dot sf dot net> Dimitri Papadopoulos 2006-04-07 14:17:28 +0000
  • 198785c1d3 * include/wingdi.h [WINVER >= 0x0410] (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better. Thanks to: Alessandro Antonello <aleantonello at users dot sf dot net> Dimitri Papadopoulos 2006-04-07 13:41:24 +0000
  • 6fca0833c6 * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define. * include/commctrl.h (WC_LINK{AW},LIF_*,LIM_*,LM_*, MAX_LINKID_TEXT,L_MAX_URL_LENGTH): Define. (LITEM,LHITTESTINFO,NMLINK): Add structures. Thanks to: Brandon Sneed <brandon at redf dot net> Dimitri Papadopoulos 2006-04-07 13:28:49 +0000
  • 83c9add4a9 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> Carlos O'Donell 2006-04-06 21:49:30 +0000
  • 7e83753ef5 bfd/ H.J. Lu 2006-04-06 18:52:45 +0000
  • 7d7113db13 * include/w32api.h (IE*): Define for recent versions of IE. Dimitri Papadopoulos 2006-04-06 12:26:09 +0000
  • a846957047 * include/w32api.h (_W32API_H): Define. Define in addition to _W32API_H_, this is the w32api standard. Dimitri Papadopoulos 2006-04-06 12:21:30 +0000
  • 45a450621f * include/w32api.h (WindowsVista): Define. Dimitri Papadopoulos 2006-04-06 12:18:40 +0000
  • e98a5b1c43 * include/iptypes.h (IP_ADAPTER_*): Define parts that depend on SOCKET_ADDRESS only if winsock2.h has already been included. Dimitri Papadopoulos 2006-04-06 12:16:49 +0000
  • 944a4fa770 * include/winuser.h (WM_IME_*): Remove. Defined in imm.h. Dimitri Papadopoulos 2006-04-06 11:53:54 +0000
  • f2e6c50869 * fhandler_socket.cc: Move iptypes.h include after winsock2 since it now relies on it. * net.cc: Ditto. Christopher Faylor 2006-04-05 16:53:12 +0000
  • 0ce97eb453 * dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface} initialization here from dll_crt0_1. (dll_crt0_1): See above. Christopher Faylor 2006-04-05 16:42:27 +0000
  • 3728ca6538 * include/iphlpapi.h (GAA_FLAG_*): Define. (GetAdaptersAddresses): Add function declaration. * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub. Thanks to: ross <rossboulet at users dot sf dot net> Dimitri Papadopoulos 2006-04-05 16:05:04 +0000
  • 273243a857 * include/iptypes.h (IP_INTERFACE_NAME_INFO, IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS, IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS, IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures. (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN, SCOPE_LEVEL): Add enums. (IP_ADAPTER_*): Define. Dimitri Papadopoulos 2006-04-05 15:53:58 +0000
  • be95339627 * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h. Thanks to: Sergey Philippov <phis at users dot sf dot net> Dimitri Papadopoulos 2006-04-05 15:06:56 +0000
  • d5ad5abfc2 * include/objidl.h (PIDSI_*): Define. (PRSPEC_*): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net> Dimitri Papadopoulos 2006-04-05 14:16:17 +0000
  • 1d509e2a22 * include/winbase.h (LOGON32_PROVIDER_WINNT40, LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK, LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT, LOGON32_LOGON_NEW_CREDENTIALS): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net> Dimitri Papadopoulos 2006-04-05 13:53:14 +0000
  • 347fb1920b * include/mq.h: New file. * lib/mqrt.def: (MQ*): Define a few missing functions. Dimitri Papadopoulos 2006-04-05 10:01:56 +0000
  • 024d48dff7 * lib/mqrt.def: New file. Needs the mq.h file to work properly, working on it. Thanks to: Pascal Obry <pobry at users dot sf dot net> Dimitri Papadopoulos 2006-04-05 07:23:14 +0000
  • e159a2ade2 * include/winerror.h (STG_E_*): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net> * include/winerror.h (STG_S_*): Define. (CO_S_MACHINENAMENOTFOUND): Define. (RPC_E_*): Define. (NTE_*): Define. Dimitri Papadopoulos 2006-04-05 07:06:06 +0000
  • 6804a9d4e1 faq.using.chmod faq.programming.adjusting-heap Joshua Daniel Franklin 2006-04-05 04:09:55 +0000
  • 8ca521afe9 * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes to the same values as on Linux. Corinna Vinschen 2006-04-04 09:54:25 +0000
  • 9dbb0bc355 * child_info.h (CURR_CHILD_INFO_MAGIC): Update. (child_info_fork::alloc_stack): Move into this class. (child_info_fork::alloc_stack_hard_way): Ditto. * dcrt0.cc (child_info_fork::alloc_stack): Ditto. (child_info_fork::alloc_stack_hard_way): Ditto. (_dll_crt0): Reference alloc_stack via fork_info. Christopher Faylor 2006-04-03 17:33:07 +0000
  • 45bdcc689a * spawn.cc (linebuf::finish): Drop argument. Don't check command line length. (spawn_guts): Remove wascygexec. Check real_path.iscygexec instead. Accommodate change to linebuf::finish. Corinna Vinschen 2006-04-03 17:21:42 +0000
  • 1a6aafd031 * dcrt0.cc (sm): Delete. (alloc_stack_hard_way): Figure out where the stack lives here rather than relying on previously filled out information which has been invalid since 1.5.19. Christopher Faylor 2006-04-03 16:04:02 +0000
  • 29c2d97a8c * include/commctrl.h (ListView_*): Define and correct. (LVM_*): Define. Dimitri Papadopoulos 2006-04-03 13:01:26 +0000
  • 4b0baaa5eb * include/winuser.h (WM_IME_*): Define (DWORD type). (EM_*IMESTATUS): Define. (WM_*): Define. (XBUTTON*): Define. Thanks to: Steve Folly <spfolly at users dot sf dot net> Dimitri Papadopoulos 2006-04-03 09:55:26 +0000
  • 0a75feea66 * cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to be more general than just fork. Christopher Faylor 2006-04-03 03:37:52 +0000
  • b7b1c2d787 * fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define. (path_conv::hasgood_inode): Recognize Samba with quota support compiled in. (path_conv::is_samba): Ditto. Fix comment to include Samba version numbers for later reference. Corinna Vinschen 2006-03-31 20:07:13 +0000
  • ab4a589f90 * include/winnetwk.h (WNetGetResourceInformationW): Correct first param. Thanks to: Rene Rivera <grafik at users dot sf dot net>. Danny Smith 2006-03-31 09:08:47 +0000
  • 3bdcd964f9 PR binutils/1860 * configure.in: Require makeinfo 4.4 or higher. * configure: Regenerate. Ben Elliston 2006-03-31 02:32:20 +0000
  • bb09410538 * security.h (sec_user_nih): Make sid1 argument mandatory. (sec_user): Ditto. Corinna Vinschen 2006-03-30 16:08:50 +0000
  • 8f31f3f481 * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper version conditional. Christopher Faylor 2006-03-30 04:01:43 +0000
  • 6f9b3203f2 * sigproc.cc (wait_for_sigthread): Use the current user sid when setting up the signal pipe rather than relying on (eventually) the effective sid. Christopher Faylor 2006-03-30 00:57:59 +0000
  • ef79d97d9f 2006-03-29 Shaun Jackman <sjackman@gmail.com> Jeff Johnston 2006-03-29 22:38:46 +0000
  • 15a1b33c00 2006-03-29 Shaun Jackman <sjackman@gmail.com> Jeff Johnston 2006-03-29 22:23:00 +0000
  • bcc4ff0540 2006-03-29 Shaun Jackman <sjackman@gmail.com> Jeff Johnston 2006-03-29 22:09:56 +0000
  • 8fed3e2ea5 2006-03-29 Shaun Jackman <sjackman@gmail.com> Jeff Johnston 2006-03-29 22:04:27 +0000
  • 6507c09718 2006-03-29 Eric Blake <ebb9@byu.net> Jeff Johnston 2006-03-29 21:57:21 +0000
  • 084fba647c Fix reference to __mknod syscall to pass proper third argument. Jeff Johnston 2006-03-29 21:50:52 +0000
  • fac690bef7 2006-03-29 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2006-03-29 21:49:58 +0000
  • 9e443adbaf 2006-03-29 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2006-03-29 21:45:17 +0000
  • e47e7d6b02 * include/winspool.h (JOB_INFO_3): Add structure. (PROVIDOR_INFO_*{AW}): Add structure. * include/winspool.h [_WIN32_WINNT >= 0x0500] (PRINTER_ENUM_VALUES{AW}): Add structure. (PRINTPROCESSOR_CAPS): Add structure. Dimitri Papadopoulos 2006-03-29 17:10:00 +0000
  • d74d033ddd * include/winspool.h [_WIN32_WINNT >= 0x0500] (PRINTER_INFO_7A): Correct definition. Dimitri Papadopoulos 2006-03-29 12:41:58 +0000
  • fddb260daa * include/winspool.h [_WIN32_WINNT >= 0x0500] (DRIVER_INFO_7A): Correct definition. Dimitri Papadopoulos 2006-03-29 12:41:10 +0000
  • 69356fef69 * include/winspool.h [_WIN32_WINNT >= 0x0500] (DRIVER_INFO_*{AW}): Add structure. (PRINTER_INFO_*{AW}): Add structure. Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net> Dimitri Papadopoulos 2006-03-29 12:23:08 +0000
  • aee7cf676e * include/winspool.h [_WIN32_WINNT >= 0x0500] (DRIVER_*MODE): Define (DWORD type). Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net> Dimitri Papadopoulos 2006-03-29 11:56:38 +0000
  • 12b3371289 * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can be used by subsequent startup functions. (dll_crt0_0): Issue a warning if DuplicateTokenEx fails and DEBUGGING. (dll_crt0_1): Move user_data->{resourcelocks,threadinterface} initialization here from dll_crt0_0. * fork.cc (frok::child): Tell wait_for_sigthread that this is fork. (frok::parent): Only initialize start_time once. Tighten time when we're "deimpersonated". * sigproc.cc (signal_fixup_after_exec): Rework (futiley) sa_buf stuff. Add debugging output. (wait_for_sigthread): Accept an argument which illustrates whether we are forked or not. (wait_sig): Avoid using myself pointer. * winsup.h ((wait_for_sigthread): Reflect change to argument. Christopher Faylor 2006-03-29 06:35:25 +0000
  • cdc2256b76 gas: * config/tc-m68k.c (m68000_control_regs, m68010_control_regs, m68020_control_regs, m68040_control_regs, m68060_control_regs, mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs, mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs, mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ... (m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl, mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl, mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl, mcf5282_ctrl, mcfv4e_ctrl): ... these. (mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New. (struct m68k_cpu): Change chip field to control_regs. (current_chip): Remove. (control_regs): New. (m68k_archs, m68k_extensions): Adjust. (m68k_cpus): Reorder to be in cpu number order. Adjust. (CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove. (find_cf_chip): Reimplement for new organization of cpu table. (select_control_regs): Remove. (mri_chip): Adjust. (struct save_opts): Save control regs, not chip. (s_save, s_restore): Adjust. (m68k_lookup_cpu): Give deprecated warning when necessary. (m68k_init_arch): Adjust. (md_show_usage): Adjust for new cpu table organization. Nathan Sidwell 2006-03-28 07:19:16 +0000
  • a68a2dbab4 * include/wincon.h (GetConsoleProcessList): Declare. Danny Smith 2006-03-27 05:34:23 +0000
  • 1c051b91c4 2006-03-27 Hansres Engel <engel@node.ch> Danny Smith 2006-03-27 05:23:52 +0000
  • 8b9fb6fffd * spawn.cc (spawn_guts): Close handles if we know that we will not be seeing a sync event from the child. Christopher Faylor 2006-03-27 03:52:24 +0000
  • ec54178c36 * sigproc.cc (wait_sig): Move myself manipulation... (wait_for_sigthread): ...to here. Christopher Faylor 2006-03-27 01:10:48 +0000
  • 8d6d480774 2006-03-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> Chris Sutcliffe 2006-03-26 01:24:03 +0000
  • 2698773297 forced checkin Christopher Faylor 2006-03-26 00:59:40 +0000
  • a379898327 forced checkin Christopher Faylor 2006-03-26 00:58:34 +0000
  • 023bdea9ad forced checkin Christopher Faylor 2006-03-26 00:58:00 +0000
  • 489d553f75 2006-03-26 Hansres Engel <engel@node.ch> Danny Smith 2006-03-25 21:43:55 +0000
  • b4e1e4e287 * elf/bfin.h (R_BFIN_GOT17M4, R_BFIN_GOTHI, R_BFIN_GOTLO, R_BFIN_FUNCDESC, R_BFIN_FUNCDESC_GOT17M4, R_BFIN_FUNCDESC_GOTHI, R_BFIN_FUNCDESC_GOTLO, R_BFIN_FUNCDESC_VALUE, R_BFIN_FUNCDESC_GOTOFF17M4, R_BFIN_FUNCDESC_GOTOFFHI, R_BFIN_FUNCDESC_GOTOFFLO, R_BFIN_GOTOFF17M4, R_BFIN_GOTOFFHI, R_BFIN_GOTOFFLO): New relocs. (EF_BFIN_PIC, EF_BFIN_FDPIC, EF_BFIN_PIC_FLAGS): New macros. Bernd Schmidt 2006-03-25 18:21:47 +0000
  • 3ff1a063a1 * fhandler_floppy.cc: Include ntdef.h and ntdll.h. (fhandler_dev_floppy::get_drive_info): Rearrange so that now NtQueryVolumeInformationFile is called on drives which don't support IOCTL_DISK_GET_DRIVE_GEOMETRY. * ntdll.h (struct _FILE_FS_SIZE_INFORMATION): Add. (enum _FSINFOCLASS): Add missing values. Corinna Vinschen 2006-03-24 14:52:08 +0000
  • f12c262a43 * fhandler_console.cc (fhandler_console::fixup_after_fork_exec): Make error message more explicit. * pinfo.cc (_pinfo::commune_request): Don't lock process unless we're looking for fifos. Christopher Faylor 2006-03-23 23:58:52 +0000
  • 3eb92a58f8 * dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console handler here. * dtable.cc (dtable::stdio_init): Initialize console handler here. Christopher Faylor 2006-03-23 16:52:34 +0000
  • dccd2abec6 * sigproc.cc (sigalloc): Don't set SA_RESTART here. * signal.cc (_SA_NORESTART): New flag. (sigaction_worker): New function, derived from sigaction. Don't set internal flags unless called internally. (sigaction): Use sigaction_worker. (signal): Honor new _SA_NORESTART flag. (siginterrupt): Set _SA_NORESTART flag appropriately. Use sigaction_worker to set flags. * include/cygwin/signal.h: Define _SA_INTERNAL_MASK here. Christopher Faylor 2006-03-23 15:55:59 +0000
  • 5b2daa7c97 * winsup.api/checksignal.c (main): Add test for siginterrupt. Christopher Faylor 2006-03-23 15:52:16 +0000