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-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
2006-11-23 * net.cc (get_ipv6_funcs): Fix formatting.Corinna Vinschen
2006-11-23 * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.Corinna Vinschen
2006-11-23 * fhandler_console.cc (set_color): Avoid (again) inappropriateCorinna Vinschen
2006-11-23 * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen
2006-11-21 * Makefile.in: Add aclocal.m4 to source release.Danny Smith
2006-11-21 * Makefile.in: Add aclocal.m4:to source release.Danny Smith
2006-11-192006-11-18 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2006-11-192006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2006-11-132006-11-13 Daniel Schlyder <thrug@users.sourceforge.net>Danny Smith
2006-11-09 * autoload.cc (EqualPrefixSid): Define.Corinna Vinschen
2006-11-09 [ mingw-Bugs-1590623 ]Danny Smith
2006-11-08 * sec_helper.cc (sid_auth): Remove.Corinna Vinschen
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-11-06 * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks toCorinna Vinschen
2006-11-02 * path.cc (symlink_info::posixify): Fix comment.Corinna Vinschen
2006-11-02 * path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.Corinna Vinschen
2006-11-02 * path.cc (symlink_info::posixify): New mothod converting NT and DOSCorinna Vinschen
2006-11-02 * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.Danny Smith