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
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor
2006-03-22 * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.Corinna Vinschen
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-22 * thread.cc (pthread_cond::init): Disable validity test of objectCorinna Vinschen
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor
2006-03-20revert previous debugging checkinChristopher Faylor
2006-03-20* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor
2006-03-18* pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor
2006-03-15* fork.cc (frok::parent): Improve error message.Christopher Faylor
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor
2006-03-13 Fix typo.Corinna Vinschen
2006-03-13 * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen
2006-03-13tweak last ChangeLog descriptionChristopher Faylor
2006-03-13* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor
2006-03-13* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor
2006-03-09 * syscalls.cc (rename): Move existance check for oldpath further upCorinna Vinschen
2006-03-09 * autoload.cc (NtClose): Define.Corinna Vinschen
2006-03-09 Remove accidentally checked in ChangeLog entry.Corinna Vinschen
2006-03-09* cygtls.h (_cygtls::retaddr): New method.Christopher Faylor
2006-03-08 * syscalls.cc (statvfs): Simplify path name expression.Corinna Vinschen
2006-03-08 * syscalls.cc: Include winioctl.h.Corinna Vinschen
2006-03-03 * dir.cc (opendir): Fix indentation.Corinna Vinschen
2006-03-02 * syscalls.cc (chroot): Disallow chroot into special directories.Corinna Vinschen
2006-03-02 * fhandler_disk_file.cc (__DIR_mounts::check_missing_mount): CheckCorinna Vinschen
2006-03-02 * sec_helper.cc (set_cygwin_privileges): Request SE_BACKUP_NAMECorinna Vinschen
2006-03-02 * fhandler_proc.cc (fhandler_proc::fstat): Always return fixed linkCorinna Vinschen
2006-03-02 * fhandler.h (enum dirent_states): Remove dirent_saw_cygdrive,Corinna Vinschen
2006-03-02* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.Christopher Faylor
2006-03-01* analyze_sigfe: New script.Christopher Faylor
2006-03-01* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so thatChristopher Faylor
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Use iscygdriveCorinna Vinschen
2006-02-28* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor
2006-02-28 * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.Corinna Vinschen
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen
2006-02-28* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set d_cacheposChristopher Faylor
2006-02-28* include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor
2006-02-28* sigproc.cc: Fix a comment.Christopher Faylor
2006-02-28* cygthread.cc (cygthread::release): Add a comment.Christopher Faylor
2006-02-27 * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguousCorinna Vinschen