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
2006-03-21This commit was manufactured by cvs2svn to create branch 'newlib-newlib-csl-20060320-branchpointcvs2svn
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-182006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>Danny Smith
2006-03-16* include/winbase.h (STATUS_DLL_INIT_FAILED): New define.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-14* cygwinenv.sgml: Explain about new fork_retry CYGWIN environment variableChristopher 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 * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).Dimitri Papadopoulos
2006-03-09 * autoload.cc (NtClose): Define.Corinna Vinschen
2006-03-09 Remove accidentally checked in ChangeLog entry.Corinna Vinschen
2006-03-09 * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.Dimitri Papadopoulos
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-07 * include/shellapi.h [_WIN32_IE >= 0x0600]Dimitri Papadopoulos
2006-03-07 * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.Dimitri Papadopoulos
2006-03-07 * cygwinenv.sgml: Add missing </para> at transparent_exe.Corinna Vinschen
2006-03-07 * include/wingdi.h (CS_*): Correct WINVER guard onDanny Smith
2006-03-07 * include/shlobj.h (SFGAO_ISSLOW): Define.Danny Smith
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
2006-03-052006-03-05 Paul J. Lucas <pauljlucas@users.sourceforge.net>Danny Smith
2006-03-052006-03-05 Chris Wilson <chris+mingw@qwirx.com>Danny Smith
2006-03-03 * dir.cc (opendir): Fix indentation.Corinna Vinschen
2006-03-03 * regtool.cc (options): Add 'binary'.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