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
path: root/winsup
AgeCommit message (Expand)Author
2005-10-18This commit was manufactured by cvs2svn to create tag 'cgf-more-exit-sync'.cgf-more-exit-synccvs2svn
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-10-17Check in previously ChangeLoged entry.Christopher Faylor
2005-10-16 * include/limits.h (SSIZE_MAX): Define.Danny Smith
2005-10-14* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).Christopher Faylor
2005-10-142005-10-13 Wu Yongwei <adah@users.sourceforge.net>Danny Smith
2005-10-13* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor
2005-10-12 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert anCorinna Vinschen
2005-10-12 * include/winbase.h (GetProcessId): Remove duplicate declaration.Danny Smith
2005-10-12 * include/stddef.h: Remove.Danny Smith
2005-10-12 * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith
2005-10-12 * include/time.h (_time64): Correct prototype.Danny Smith
2005-10-11Add ChangeLog: * include/winbase.h (GetProcessId): Declare.Christopher Faylor
2005-10-11revert erroneous checkinChristopher Faylor
2005-10-11* Makefile.in: Make sure that directories are created prior to copying to them.Christopher Faylor
2005-10-11* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor
2005-10-11* net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor
2005-10-11 * syslog.cc (try_connect_syslogd): Add priority parameter. Use writevCorinna Vinschen
2005-10-11* (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor
2005-10-08 * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor
2005-10-03add other optionsChristopher Faylor
2005-10-03 * uname.cc (uname): Disable use of GetNativeSystemInfo.Corinna Vinschen
2005-10-032005-10-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor
2005-10-01* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor
2005-09-30 Fix typo.Corinna Vinschen
2005-09-30 * fhandler_disk_file.cc: Change calls to pc.set_attributes intoCorinna Vinschen
2005-09-30 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): UseCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also useCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only writeCorinna Vinschen
2005-09-30* fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor
2005-09-29 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't callCorinna Vinschen
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen
2005-09-29 * crt0.cc: Remove PPC considerations.Corinna Vinschen
2005-09-29Fix typo.Christopher Faylor
2005-09-29Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor
2005-09-29* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor
2005-09-28* pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has justChristopher Faylor
2005-09-28* init.cc (prime_threads): Make this static, as it should be.Christopher Faylor
2005-09-28 * pthread.cc (mangle_sem_name): Use cygheap->shared_prefix insteadCorinna Vinschen
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen
2005-09-27* strace.cc (strace::vsprntf): Avoid printing a zero pid.Christopher Faylor
2005-09-27 * init.cc (dll_entry): Call IsWow64Process with GetCurrentProcessCorinna Vinschen
2005-09-27 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen
2005-09-26 * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen