summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2007-07-31 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2007-07-312-1/+7
* * 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
* 2007-7-30 Martijn Wargers <martijnw22@users.sourceforge.net>Danny Smith2007-07-303-0/+9
* * 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
* * fhandler_disk_file.cc (is_volume_mountpoint): New static inlineCorinna Vinschen2007-07-272-40/+40
* * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen2007-07-274-20/+18
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-2612-270/+573
* * autoload.cc (CreateToolhelp32Snapshot): Remove.Corinna Vinschen2007-07-252-1/+4
* * autoload.cc (Process32First): Remove.Corinna Vinschen2007-07-252-2/+5
* * include/wtypes.h (LPDECIMAL): Define.Danny Smith2007-07-252-6/+12
* * autoload.cc (NetWkstaUserGetInfo): Remove.Corinna Vinschen2007-07-252-5/+8
* * ternary.h: Remove.Ben Elliston2007-07-252-51/+4
* Add missing ChangeLog entry.Corinna Vinschen2007-07-241-0/+1
* * dumper.cc: Change license to plain GPLv2 + later.Corinna Vinschen2007-07-245-10/+386
* * Makefile.in (SUBDIRS): Delete stray line continuation artifact,Keith Marshall2007-07-232-2/+10
* * strace.cc (create_child): Don't convert a path from cygwin format unless itChristopher Faylor2007-07-232-1/+7
* * bsd_helper.cc: Drop unnecessary security.h include.Corinna Vinschen2007-07-212-1/+4
* Fix ChangeLogCorinna Vinschen2007-07-201-2/+0
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-2010-1381/+1287
* * security.cc (set_nt_attribute): Remove.Corinna Vinschen2007-07-192-21/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): UseCorinna Vinschen2007-07-193-29/+43
* * fhandler.cc (fhandler_base::open): Drop local wpath and upathCorinna Vinschen2007-07-196-24/+74
* * include/fcntl.h (_O_WTEXT, _O_U16TEXT, _O_U8TEXT) Define forDanny Smith2007-07-192-1/+12
* * sec_helper.cc: Remove unused code.Corinna Vinschen2007-07-192-71/+4
* * autoload.cc (SetSecurityDescriptorControl): Drop.Corinna Vinschen2007-07-195-22/+25
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-195-7/+24
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-199-170/+302
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-193-2/+8
* Fix 'make info'.Eric Blake2007-07-199-20/+39
* * xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson2007-07-182-1/+15
* Fix date type for 1.15 release.Jeff Johnston2007-07-181-1/+1
* * faq-using.xml (faq.using.console-window): Mention FHS location ofBrian Dessent2007-07-182-5/+7
* * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.Corinna Vinschen2007-07-182-0/+5
* * cygheap.h (shared_prefix): De-const.Corinna Vinschen2007-07-183-2/+13
* * fhandler.cc (fhandler_base::fhaccess): Add check for R/O file system.Corinna Vinschen2007-07-173-1/+16
* * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.Corinna Vinschen2007-07-173-0/+7
* * COPYING3: New file. Contains version 3 of the GNU General Public License.Nick Clifton2007-07-175-0/+1525
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Move settingCorinna Vinschen2007-07-172-3/+8
* * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token.Corinna Vinschen2007-07-167-16/+28