summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * autoload.cc (EnumProcessModules): Add.Corinna Vinschen2004-09-144-1/+30
* * fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2004-09-142-1/+6
* trivia change to force a new snapshotChristopher Faylor2004-09-131-4/+4
* * sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2004-09-122-8/+21
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-09-122-1/+5
* check in file missing from previous checkin.Christopher Faylor2004-09-121-2/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-1221-218/+237
* * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen2004-09-102-2/+6
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-107-70/+78
* * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen2004-09-092-1/+5
* * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen2004-09-092-2/+9
* 2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-09-073-23/+41
* * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor2004-09-073-1/+10
* * include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor2004-09-052-1/+5
* * security.cc: Fix a few more strace_prints.Corinna Vinschen2004-09-032-4/+8
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-0318-78/+70
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-09-035-21/+250
* * fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2004-08-312-6/+10
* * fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor2004-08-303-3/+8
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen2004-08-292-1/+6
* * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen2004-08-282-16/+26
* 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-282-2/+10
* * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen2004-08-242-0/+5
* * environ.cc (set_ntea): New function.Corinna Vinschen2004-08-212-3/+29
* * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen2004-08-202-5/+8
* * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen2004-08-192-506/+144
* * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen2004-08-192-1/+6
* * ChangeLog: Fix typo.Corinna Vinschen2004-08-191-1/+1
* * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen2004-08-193-2/+12
* * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen2004-08-173-540/+478
* 2004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-08-142-3/+13
* * net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor2004-08-112-0/+5
* white spaceChristopher Faylor2004-08-101-1/+1
* * select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor2004-08-102-1/+5
* * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen2004-08-033-3/+44
* * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2004-07-262-37/+54
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-244-8/+33
* * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen2004-07-245-2/+54
* * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen2004-07-232-1/+7
* * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen2004-07-222-0/+6
* * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor2004-07-222-1/+5
* * shm.cc: Whitespace fixes.Corinna Vinschen2004-07-202-8/+12
* revert erroneous checkinChristopher Faylor2004-07-201-2/+3
* * Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor2004-07-203-4/+7
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-194-3/+10
* * pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor2004-07-162-0/+6
* * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen2004-07-162-10/+18
* * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen2004-07-152-2/+24
* * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen2004-07-154-64/+19
* * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen2004-07-152-4/+11