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
2008-04-03 Fix ChangeLog entry.Corinna Vinschen
2008-04-03 * path.cc (mount_info::from_fstab_line): Simplify.Corinna Vinschen
2008-04-03 * dcrt0.cc (insert_file): Fix potential buffer overflow.Corinna Vinschen
2008-04-03 * path.cc (mount_info::from_fstab): Get module path name of the CygwinCorinna Vinschen
2008-04-03 Cleanup.Corinna Vinschen
2008-04-02 * path.cc (mount_info::init): First try to fetch mount points fromCorinna Vinschen
2008-04-02 * path.cc (enum symlink_t): Rename from shortcut_t.Corinna Vinschen
2008-04-02 * path.cc (symlink_info::check_reparse_point): Use NtFsControlFileCorinna Vinschen
2008-04-02 * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen
2008-04-02 * posix.sgml: Change lockf to being implemented.Corinna Vinschen
2008-04-02 * dcrt0.cc (insert_file): Convert filename to WCHAR and callCorinna Vinschen
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen
2008-03-28 * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen
2008-03-27 * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen
2008-03-27add creditChristopher Faylor
2008-03-27 * syscalls.cc (rename): Fix setting errno in case of trailing "/."Corinna Vinschen
2008-03-27 * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-03-24 * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen
2008-03-24 * flock.cc: Clarify a couple of comments.Corinna Vinschen
2008-03-24 * flock.cc: Fix typo in comment.Corinna Vinschen
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen
2008-03-23* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor
2008-03-23* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor
2008-03-212008-03-21 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2008-03-212008-01-19 Danny Smith <dannysmithusers.sourceforge.netChris Sutcliffe
2008-03-202008-03-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2008-03-202008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2008-03-18 * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen
2008-03-16 * path.cc: Include malloc.h for alloca.Brian Dessent
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen
2008-03-13 * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen
2008-03-12 * syscalls.cc (rename): Just return with 0 if filenames are identical,Corinna Vinschen
2008-03-12 * syscalls.cc (rename): Handle a special case of trying to rename aCorinna Vinschen
2008-03-12 * environ.h: Fix comment.Corinna Vinschen
2008-03-12 * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen
2008-03-12Fix typo.Corinna Vinschen
2008-03-12 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DisableCorinna Vinschen
2008-03-12 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1Brian Dessent
2008-03-11 * cygcheck.cc (dirname): New static function.Brian Dessent
2008-03-11 * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen
2008-03-11 * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen
2008-03-11 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen
2008-03-11 * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen
2008-03-11 * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen