Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-15* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen
2004-09-14* fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor
2004-09-13trivia change to force a new snapshotChristopher Faylor
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor
2004-09-12* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-09-12check in file missing from previous checkin.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen
2004-09-09 * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen
2004-09-09 * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen
2004-09-082004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor
2004-09-05* include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor
2004-08-31* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor
2004-08-31* fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor
2004-08-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-08-25 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen
2004-08-20 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen
2004-08-19 * ChangeLog: Fix typo.Corinna Vinschen
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor
2004-08-10white spaceChristopher Faylor
2004-08-10* select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen
2004-07-26 * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen
2004-07-24* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen
2004-07-23 * dtable.cc (dtable::get_debugger_info): Make stderr r/w accordingCorinna Vinschen
2004-07-23 * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen
2004-07-22* pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails.Christopher Faylor
2004-07-20 * shm.cc: Whitespace fixes.Corinna Vinschen
2004-07-20revert erroneous checkinChristopher Faylor
2004-07-20* Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor
2004-07-19 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen
2004-07-16* pinfo.cc (pinfo::init): Guard against MapViewOfFileEx failure.Christopher Faylor
2004-07-16 * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen
2004-07-15 * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen