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-12-19* pinfo.cc (set_myself): Use a more foolproof method for determining if theChristopher Faylor
2006-12-15 * libc/minires-os-if.c (cygwin_query): Remove ERROR_PROC_NOT_FOUND case.Corinna Vinschen
2006-12-13 * winsup.h (clear_procimptoken): Close hProcImpToken in a safer way.Corinna Vinschen
2006-12-13 * security.cc (lsaauth): Initialize lsa to INVALID_HANDLE_VALUE toCorinna Vinschen
2006-12-12 * Makefile.in (subauth): Drop rule.Corinna Vinschen
2006-12-12 Remove subauth directory.Corinna Vinschen
2006-12-12 * environ.cc (subauth_id_init): Remove.Corinna Vinschen
2006-12-12 * cygwinenv.sgml: Drop description of "traverse" option.Corinna Vinschen
2006-12-12 * environ.cc (set_traverse): Remove.Corinna Vinschen
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen
2006-12-12Add missing ChangeLog.Christopher Faylor
2006-12-12* sigproc.cc (child_info::child_info): Initialize msv_count.Christopher Faylor
2006-12-12 Revert erroneous checkin.Corinna Vinschen
2006-12-12 * libc/minires.c (res_ninit): Drop handling for LOCALDOMAIN environmentCorinna Vinschen
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen
2006-12-11* sigproc.cc (child_info::child_info): Move old comment about msv_count here.Christopher Faylor
2006-12-11* dumper.cc: Add an include to accommodate new include/elf usage.Christopher Faylor
2006-12-11correct email addressChristopher Faylor
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-12-11 * fhandler.cc (rootdir): Fix typo in comment.Corinna Vinschen
2006-12-11* mount.cc (do_mount): Avoid unnecessary cygwin_conv_to_win32_path and passChristopher Faylor
2006-12-10 * autoload.cc (SHFileOperationA): Drop definition.Corinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Clarify comment.Corinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Don't look for volume mount points on remoteCorinna Vinschen
2006-12-10 * fhandler.cc (rootdir): Drop useless post-increment. Take volumeCorinna Vinschen
2006-12-09 * syscalls.cc (try_to_bin): Add comment that this is not possiblyCorinna Vinschen
2006-12-07 * syscalls.cc (unlink_nt): Open native symlinks withCorinna Vinschen
2006-12-07 * ntdll.h (STATUS_DELETE_PENDING): Define.Corinna Vinschen
2006-12-07 * autoload.cc (SHFileOperationA): Define.Corinna Vinschen
2006-12-07 * cygheap.h (struct cwdstuff): Add "sync" member and accompanyingCorinna Vinschen
2006-12-06 * termios.cc: Change include order to accomodate change to sys/ioctl.h.Corinna Vinschen
2006-12-06 * fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.Corinna Vinschen
2006-12-06 * include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.Corinna Vinschen
2006-12-06 * winsup.h (WINVER): Set to 0x0600 to cover Vista.Corinna Vinschen
2006-12-06 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Fix typo.Corinna Vinschen
2006-12-06 * path.cc (cwdstuff::init): Don't change to windows_system_directoryCorinna Vinschen
2006-12-05 * path.cc (cwdstuff::set): Don't try to open directory on systems notCorinna Vinschen
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen
2006-12-05 Fix date.Corinna Vinschen
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen
2006-11-29 * security.cc (create_token): Revert erroneous change to testCorinna Vinschen
2006-11-28 * fhandler.cc (fhandler_base::open): Fix previous patch to handle theCorinna Vinschen
2006-11-27 * fhandler.cc (fhandler_base::open): Fix handling of files withCorinna Vinschen
2006-11-27* include/cygwin/signal.h: Add __extension__ to various anonymous unions andChristopher Faylor
2006-11-27 Initial release of the Cygwin LSA authentication package.Corinna Vinschen
2006-11-27 * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen
2006-11-27 * cyglsa.h: New header file.Corinna Vinschen
2006-11-25configure.in: Update to autoconf 2.5x syntax; fix macro argument quoting;Keith Marshall
2006-11-23 * security.h (DBGSID): Define for debugging purposes.Corinna Vinschen