summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * path.cc (mount_info::init): First try to fetch mount points fromCorinna Vinschen2008-04-021-0/+15
* * path.cc (enum symlink_t): Rename from shortcut_t.Corinna Vinschen2008-04-021-0/+4
* * path.cc (symlink_info::check_reparse_point): Use NtFsControlFileCorinna Vinschen2008-04-021-0/+10
* * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen2008-04-021-0/+6
* * posix.sgml: Change lockf to being implemented.Corinna Vinschen2008-04-021-0/+4
* * dcrt0.cc (insert_file): Convert filename to WCHAR and callCorinna Vinschen2008-04-021-0/+5
* * Fix copyright dates.Corinna Vinschen2008-04-011-0/+4
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-011-0/+16
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-0/+88
* * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen2008-03-281-0/+19
* * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen2008-03-271-0/+28
* add creditChristopher Faylor2008-03-271-0/+2
* * syscalls.cc (rename): Fix setting errno in case of trailing "/."Corinna Vinschen2008-03-271-0/+4
* * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen2008-03-271-0/+7
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-0/+18
* * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen2008-03-241-0/+9
* * flock.cc: Clarify a couple of comments.Corinna Vinschen2008-03-241-0/+6
* * flock.cc: Fix typo in comment.Corinna Vinschen2008-03-241-0/+4
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-0/+30
* * dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor2008-03-221-0/+8
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-221-1/+25
* * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen2008-03-181-0/+5
* * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen2008-03-141-0/+12
* * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen2008-03-131-0/+12
* * syscalls.cc (rename): Just return with 0 if filenames are identical,Corinna Vinschen2008-03-121-0/+5
* * syscalls.cc (rename): Handle a special case of trying to rename aCorinna Vinschen2008-03-121-0/+5
* * environ.h: Fix comment.Corinna Vinschen2008-03-121-0/+5
* * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen2008-03-121-0/+10
* Fix typo.Corinna Vinschen2008-03-121-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DisableCorinna Vinschen2008-03-121-0/+21
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen2008-03-121-0/+5
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-0/+58
* * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen2008-03-111-0/+6
* * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen2008-03-111-0/+4
* * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen2008-03-111-0/+7
* * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen2008-03-111-0/+7
* * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen2008-03-111-0/+10
* * syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.Corinna Vinschen2008-03-111-0/+4
* * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen2008-03-101-0/+9
* * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen2008-03-101-0/+5
* * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen2008-03-101-0/+11
* * fhandler_disk_file.cc (DIR_BUF_SIZE): Define required space for fileCorinna Vinschen2008-03-081-0/+16
* * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent2008-03-081-0/+5
* * fhandler.cc (fhandler_base::open): Use %S for PUNICODE_STRING.Brian Dessent2008-03-081-0/+5
* * fhandler_socket.cc (fhandler_socket::sendto): Never send more thanCorinna Vinschen2008-03-071-0/+6
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-0/+49
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Corinna Vinschen2008-03-061-0/+4
* * fhandler.cc (fhandler_base::open_): Add missing test for O_CREAT.Corinna Vinschen2008-03-061-0/+5
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-051-0/+12
* fix typoChristopher Faylor2008-03-021-1/+1