summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * ntdll.h (NtNotifyChangeDirectoryFile): Declare.Corinna Vinschen2007-08-215-29/+91
* * fhandler_disk_file.cc: Change debugging output througout to printCorinna Vinschen2007-08-212-15/+20
* * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen2007-08-203-1/+13
* * fhandler.cc (rootdir): Delete.Corinna Vinschen2007-08-203-90/+5
* * path.cc (fillout_mntent): Append backslash to drive-only paths beforeCorinna Vinschen2007-08-193-14/+14
* * spawn.cc (spawn_guts): Fix typo in comment.Corinna Vinschen2007-08-172-1/+5
* * autoload.cc (CloseDesktop): Define.Corinna Vinschen2007-08-173-18/+65
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Handle S_IFSOCKCorinna Vinschen2007-08-163-4/+10
* * path.h (path_conv::operator char *): Delete.Corinna Vinschen2007-08-169-38/+54
* * 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
* * faq-programming.xml: Clarify where to run "make check".Christopher Faylor2007-08-122-2/+7
* * 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
* 2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-08-032-1/+2
* 2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-08-032-2/+6
* 2007-08-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2007-08-033-3/+8
* * Makefile.in (cygcheck.exe): Add bloda.o as prerequisite, adjustingDave Korn2007-08-034-5/+438
* * fhandler_disk_file.cc (readdir_get_ino): Accommodate native symlinks.Corinna Vinschen2007-08-023-3/+15
* * smallprint.c: Remove.Corinna Vinschen2007-08-022-250/+4
* * 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
* * Makefile.in: Add -lntdll to link line.Christopher Faylor2007-08-022-3/+8
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-024-32/+50
* * smallprint.c: New file.Corinna Vinschen2007-08-023-2/+258
* * 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
* * include/winbase.h (ReOpenFile): Add prototype.Corinna Vinschen2007-08-023-0/+9
* * 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