summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen2007-08-165-10/+18
* * ntdll.h (RtlAcquirePebLock): Declare.Corinna Vinschen2007-08-163-5/+12
* * fhandler.h (fhandler_base::get_namehash): Use NT native path.Corinna Vinschen2007-08-163-2/+8
* * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.Corinna Vinschen2007-08-164-46/+70
* * path.cc (get_nt_native_path): Allow to convert special paths whichCorinna Vinschen2007-08-153-11/+19
* * fhandler_disk_file.cc (fhandler_disk_file::link): Drop superfluousCorinna Vinschen2007-08-153-8/+6
* * fhandler_socket.cc (get_inet_addr): Use NT native functions forCorinna Vinschen2007-08-153-21/+51
* * path.cc (symlink_info::check): In case of ERROR_SHARING_VIOLATION andCorinna Vinschen2007-08-142-3/+22
* * path.cc (fs_info::update): Correctly handle the volume root directory.Corinna Vinschen2007-08-142-2/+9
* * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen2007-08-147-25/+39
* * mmap.cc: Call NtClose instead of CloseHandle throughout.Corinna Vinschen2007-08-132-17/+32
* * fhandler.h (fhandler_base::close_fs): Reintroduce (as inline function)Corinna Vinschen2007-08-134-5/+12
* * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen2007-08-139-162/+36
* * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen2007-08-138-45/+79
* * fhandler.cc (fhandler_base::open): Remove HIDDEN_DOT_FILES code.Corinna Vinschen2007-08-124-17/+6
* * syscalls.cc (getw): Remove redundant implementation.Corinna Vinschen2007-08-122-56/+8
* * ntdll.h: Add descriptive comments to special Rtl functions.Corinna Vinschen2007-08-124-74/+294
* * path.cc (fillout_mntent): Fix calculation of unicode buffer size.Corinna Vinschen2007-08-102-1/+6
* * syscalls.cc (rename): Check oldpath and newpath for trailing dirCorinna Vinschen2007-08-102-31/+127
* * gendef (sigbe): Reset "incyg" while the stack lock is active to avoid aChristopher Faylor2007-08-092-1/+6
* * syscalls.cc (rename): Close oldpath file handle immediately afterCorinna Vinschen2007-08-093-4/+14
* * fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.Corinna Vinschen2007-08-023-3/+15
* * lib/Makefile: Add missed file to accommodate below changes.Christopher Faylor2007-08-021-0/+4
* Add missing checkin.Christopher Faylor2007-08-021-4/+4
* * lib/cygwin_attach_dll.c: Fix compiler warning.Christopher Faylor2007-08-023-0/+9
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-024-32/+50
* * syscalls.cc (rename): Move and add text to comment about testingCorinna Vinschen2007-08-022-16/+31
* * path.h (struct fs_info): Drop root_len and name_hash members.Corinna Vinschen2007-08-023-17/+10
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix typo in call toCorinna Vinschen2007-08-022-1/+6
* * syscalls.cc (rename): Check if oldpath and newpath refer to theCorinna Vinschen2007-08-012-1/+41
* * ntdll.h (STATUS_ACCESS_DENIED): Define.Corinna Vinschen2007-08-013-25/+80
* * localtime.cc (tzsetwall): Don't set TZ.Corinna Vinschen2007-08-012-0/+8
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): DropCorinna Vinschen2007-08-015-99/+135
* * fhandler.cc (check_posix_perms): Remove.Corinna Vinschen2007-08-012-26/+7
* * syscalls.cc (rename): Use unchanged path_conv in condition.Corinna Vinschen2007-08-012-2/+6
* * smallprint.cc (__small_vsprintf): Add format specifier 'W' forCorinna Vinschen2007-08-012-13/+26
* * ntdll.h (RtlFreeAnsiString): Declare.Corinna Vinschen2007-07-313-12/+63
* * fhandler_disk_file.cc (fhandler_disk_file::link): Revert to checkingCorinna Vinschen2007-07-316-152/+190
* * fhandler_disk_file.cc (fhandler_disk_file::facl): If file can't beCorinna Vinschen2007-07-304-2/+26
* * syscalls.cc (stat_worker): Don't call build_fh_pc with invalid pc.Corinna Vinschen2007-07-302-10/+15
* * fhandler.cc (fhandler_base::wait_overlapped): Handle read EOF better andChristopher Faylor2007-07-292-6/+26
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't allowCorinna Vinschen2007-07-293-19/+38
* * fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.Corinna Vinschen2007-07-294-133/+134
* * fhandler_disk_file.cc: Use get_handle throughout.Corinna Vinschen2007-07-293-43/+83
* * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor2007-07-296-23/+61
* * ntdll.h (RtlEqualUnicodePathPrefix): Rename from RtlEqualPathPrefix.Corinna Vinschen2007-07-283-10/+17
* * ntdll.h (RtlInitCountedUnicodeString): Swap order of string and lengthCorinna Vinschen2007-07-283-22/+61
* * autoload.cc (CreateHardLinkA): Remove.Corinna Vinschen2007-07-274-118/+68
* * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): UseCorinna Vinschen2007-07-272-12/+20
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): UseCorinna Vinschen2007-07-273-36/+55