summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.Corinna Vinschen2008-04-035-45/+60
* * path.cc (mount_info::init): First try to fetch mount points fromCorinna Vinschen2008-04-023-0/+215
* * path.cc (enum symlink_t): Rename from shortcut_t.Corinna Vinschen2008-04-022-2/+6
* * path.cc (symlink_info::check_reparse_point): Use NtFsControlFileCorinna Vinschen2008-04-022-24/+57
* * flock.cc (get_lock_parent_dir): Drop call to NtOpenDirectoryObjectCorinna Vinschen2008-04-022-24/+17
* * posix.sgml: Change lockf to being implemented.Corinna Vinschen2008-04-022-1/+5
* * dcrt0.cc (insert_file): Convert filename to WCHAR and callCorinna Vinschen2008-04-022-8/+17
* * Fix copyright dates.Corinna Vinschen2008-04-0154-54/+60
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-0110-94/+108
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-3114-256/+453
* * flock.cc (lockf_t::operator new): Add operator taking a pointer. CallCorinna Vinschen2008-03-282-23/+77
* * flock.cc (FLOCK_PARENT_DIR_ACCESS): Define.Corinna Vinschen2008-03-273-30/+96
* add creditChristopher Faylor2008-03-271-0/+2
* * syscalls.cc (rename): Fix setting errno in case of trailing "/."Corinna Vinschen2008-03-272-3/+13
* * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen2008-03-274-7/+17
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-2711-16/+143
* * flock.cc (inode_t::get_all_locks_list): Don't allow F_WAIT flagCorinna Vinschen2008-03-242-5/+19
* * flock.cc: Clarify a couple of comments.Corinna Vinschen2008-03-242-7/+20
* * flock.cc: Fix typo in comment.Corinna Vinschen2008-03-242-1/+5
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-2412-163/+1431
* * dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor2008-03-222-17/+38
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-229-154/+237
* 2008-03-21 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-03-212-0/+22
* 2008-01-19 Danny Smith <dannysmithusers.sourceforge.netChris Sutcliffe2008-03-212-0/+10
* 2008-03-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2008-03-202-0/+12
* 2008-02-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-03-203-6/+20
* * include/sys/cygwin.h: Revert erroneous move of `#ifdef WINVER' toCorinna Vinschen2008-03-182-1/+7
* * path.cc: Include malloc.h for alloca.Brian Dessent2008-03-162-48/+53
* * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen2008-03-145-1/+213
* * path.sgml: Remove documentation for old path API. Add documentationCorinna Vinschen2008-03-135-153/+160
* * syscalls.cc (rename): Just return with 0 if filenames are identical,Corinna Vinschen2008-03-122-5/+7
* * syscalls.cc (rename): Handle a special case of trying to rename aCorinna Vinschen2008-03-122-5/+18
* * environ.h: Fix comment.Corinna Vinschen2008-03-123-12/+10
* * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen2008-03-123-6/+16
* Fix typo.Corinna Vinschen2008-03-121-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): DisableCorinna Vinschen2008-03-124-16/+101
* * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen2008-03-122-7/+16
* * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen2008-03-126-29/+53
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-1217-138/+368
* * cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1Brian Dessent2008-03-112-3/+8
* * cygcheck.cc (dirname): New static function.Brian Dessent2008-03-114-31/+100
* * dlfcn.cc (get_full_path_of_dll): Allow paths up to PATH_MAX.Corinna Vinschen2008-03-112-2/+10
* * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen2008-03-112-1/+6
* * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen2008-03-112-12/+23
* * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen2008-03-113-3/+27
* * environ.cc (parse_options): Use tmp_pathbuf to allocate buffer.Corinna Vinschen2008-03-114-10/+23
* * syscalls.cc (sync): Use MAX_PATH rather than CYG_MAX_PATH.Corinna Vinschen2008-03-112-7/+12
* * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen2008-03-103-8/+25
* * fhandler_console.cc (fhandler_console::write_normal): Don't printCorinna Vinschen2008-03-102-1/+6
* * fhandler.h (dev_console::con_to_str): Declare returning DWORD.Corinna Vinschen2008-03-102-13/+26