aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2004-09-232004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-7/+12
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2-1/+5
2004-09-20.Christopher Faylor1-1/+1
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor3-1/+10
2004-09-17 * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen2-2/+22
2004-09-17 * cygwin.din (_impure_ptr): And export again. There are libs out there.Corinna Vinschen2-0/+5
2004-09-16 * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen3-8/+8
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor4-6/+17
2004-09-14* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor4-55/+75
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen4-1/+30
2004-09-14* fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2-1/+6
2004-09-13trivia change to force a new snapshotChristopher Faylor1-4/+4
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2-8/+21
2004-09-12* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2-1/+5
2004-09-12check in file missing from previous checkin.Christopher Faylor1-2/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor21-218/+237
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen2-2/+6
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen7-70/+78
2004-09-09 * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen2-1/+5
2004-09-09 * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen2-2/+9
2004-09-072004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet3-23/+41
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor3-1/+10
2004-09-05* include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor2-1/+5
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen2-4/+8
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor18-78/+70
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor5-21/+250
2004-08-31* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2-6/+10
2004-08-30* fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor3-3/+8
2004-08-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen2-1/+6
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen2-16/+26
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-2/+10
2004-08-24 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen2-0/+5
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen2-3/+29
2004-08-20 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen2-5/+8
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen2-506/+144
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen2-1/+6
2004-08-19 * ChangeLog: Fix typo.Corinna Vinschen1-1/+1
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen3-2/+12
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen3-540/+478
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-3/+13
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor2-0/+5
2004-08-10white spaceChristopher Faylor1-1/+1
2004-08-10* select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor2-1/+5
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen3-3/+44
2004-07-26 * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2-37/+54
2004-07-24* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor4-8/+33
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen5-2/+54
2004-07-23 * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen2-1/+7
2004-07-22 * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen2-0/+6
2004-07-22* pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor2-1/+5