| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
name.
|
| |
|
|
|
|
|
|
|
| |
to check for command.com/cmd.com. Don't bother setting CREATE_SUSPENDED flag
for a MS-DOS process since it doesn't work anyway. Avoid calling remember()
when the child process has already exited.
(av::fixup): Explicitly set cygexec flag to falseon a 16 bit process.
|
| |
|
|
|
|
|
| |
* libc/stdio/freopen.c: Switch to use isatty instead of _isatty.
* libc/stdio64/freopen64.c: Ditto.
|
|
|
|
|
| |
* libc/stdio/freopen.c (_freopen_r): Accept NULL filename.
* libc/stdio64/freopen64.c (_freopen64_r): Likewise.
|
| |
|
|
|
|
|
|
| |
* sysv_sem.cc (__semctl): Check copyin return value (from 1.76).
* sysv_shm.cc (shminit): Actually use the iterating variable in the
for loop when trying to avoid overflow (from 1.102).
|
| |
|
|
|
|
| |
* include/cygwin/version.h: Bump API minor version.
|
|
|
|
| |
terminal to a process when duped. Linux doesn't do this, so we won't either.
|
| |
|
|
|
|
| |
test.
|
|
|
|
|
|
|
|
|
|
| |
declaration.
* fhandler.cc (set_console_state_for_spawn): Eliminate argument from
definition. Always check for invisible console.
(fhandler_console::need_invisible): Don't do anything if the windows station is
already not visible.
* spawn.cc (spawn_guts): Accommodate change of argument to
set_console_state_for_spawn.
|
|
|
|
|
| |
* libc/sys/linux/include/getopt.h: Add macros needed by
new version of getopt.c in libc/stdlib.
|
|
|
|
|
|
|
|
| |
figure out if we can actually send signals rather than relying on my_sendsig.
(hwait_sig): Make static.
(sigproc_init): Don't set my_sendsig to anything special. Use new global
static hwait_sig.
(wait_sig): Set hwait_sig to NULL when we are exiting.
|
|
|
|
| |
guess.
|
|
|
|
|
| |
@ from continuation.
* Makefile.in: Rebuilt.
|
| |
|
|
|
|
|
|
| |
* sigproc.cc (sigproc_init): Move clearing of sync_startup here to lessen the
likelihood of trying to deal with non-cygwin threads in dll_entry.
* fhandler_console: Fix set_console_state_for_spawn comment.
|
|
|
|
| |
cygwin thread.
|
| |
|
|
|
|
|
| |
"CygwinInvisible" windows station if opening of default station fails. Use
CloseWindowStation to close window station handle.
|
|
|
|
| |
of the newly created windows station.
|
|
|
|
|
|
|
|
|
|
| |
* m68k/bcc.ld: Add .got.plt and .got
* m68k/idp.ld: Ditto.
* m68k/idpgdb: Ditto.
* m68k/mvme135.ld: Ditto.
* m68k/sbc5204.ld: Ditto.
* m68k/sbc5206.ld: Ditto.
* m68k/sim.ld: Ditto.
|
|
|
|
|
|
| |
* libc/stdlib/getopt.c: Replaced with version
that adds getopt_long and getopt_long_only support.
* libc/include/getopt.h: New file.
|
|
|
|
| |
* include/winbase.h (WINADVAPI): Define.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sync from gcc:
2006-01-04 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/24252
* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
* Makefile.tpl (OBJDUMP): New.
(EXTRA_HOST_FLAGS): Add it.
(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
* Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
to use symbolic links between directories. Avoid race conditions
or make them harmless.
* configure.in: Do not try to use symbolic links between directories.
* Makefile.def (LEAN): Pass.
* Makefile.tpl (LEAN): Define.
(stage[+id+]-start): Accept that the previous directory does not
exist, if the bootstrap is lean.
(stage[+id+]-bubble): Invoke lean bootstrap commands after
stage[+id+]-start. Use a makefile variable and an `if' instead of a
configure substitution.
([+compare-target+]): Likewise.
([+bootstrap-target+]-lean): New.
* configure.in: Remove lean bootstrap support from here.
* Makefile.in: Regenerate.
* configure: Regenerate.
2006-01-02 Andreas Schwab <schwab@suse.de>
* configure.in: When reconfiguring remove Makefile in
all stage directories.
* configure: Regenerate.
|
|
|
|
|
| |
default bell rather than -1 which seems to behave differently on different
versions of Windows.
|
|
|
|
|
|
|
| |
syscall_printf.
* fhandler_console.cc (fhandler_console::need_invisible): Use made-up name for
windows station rather than asking Windows to create one for us.
* spawn.cc (spawn_guts): Don't mess with console if we're detaching.
|
|
|
|
|
| |
constant.
(CreateWindowStation@): Ditto.
|
|
|
|
|
|
|
|
|
|
| |
* fhandler_console.cc (beep): Use a more Windows-generic wav file if the beep
is missing. Use a more foolproof way to find out whether we should be
recreating the missing key.
* registry.h (reg_key::_disposition): New field.
(reg_key::created): New function.
* registry.cc (reg_key::reg_key): Set _disposition to zero by default.
(reg_key::build_key): Fill in _disposition field.
|
|
|
|
| |
handling inodes.
|
|
|
|
| |
(TMT_*, BT_*): Add constants.
|
|
|
|
|
| |
if necessary.
(fhandler_console::write_normal): Use beep().
|
|
|
|
|
| |
PR target/25259
* stdint.m4: New.
|
|
|
|
|
|
|
|
| |
(cygwin_dll_init): Remove unneeded initializations. Call _dll_crt0 rather than
dll_crt0_1.
* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.
(cygwin_dll_init): Remove unneeded initializations. Call _dll_crt0 rather than
dll_crt0_1.
|
|
|
|
|
|
|
|
|
|
|
| |
(syslogd_inited): Convert to enum type noting the exact result of
trying to connect to syslog daemon. Use this way throughout.
(connect_syslogd): New static function taking over the task to
connect to syslog socket. Use correct struct sockaddr_un instead of
struct sockaddr.
(try_connect_syslogd): Call connect_syslogd. If write fails on
connection oriented socket, try to reconnect to syslog socket and
try to write again.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* cygload/cygload.cc: Move to winsup.api. Add comments from README.
* cygload/cygload.h: Move to winsup.api.
* cygload/cygload.exp: Move to winsup.api.
* Makefile.in: Remove cygload.
* winsup.api/winsup.exp: If a .exp file is detected, run it rather than using
standard compile.
* winsup.api/resethand.c (main): Use printf to print status or expect thinks
something is wrong.
|
| |
|
|
|
|
| |
complaint.
|
|
|
|
| |
from a cygwin process - just like the good-old-days of B20.
|
| |
|
| |
|
|
|
|
| |
this function to always return prematurely.
|
| |
|
| |
|
|
|
|
| |
sigaction structure to setup_handler.
|