aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Fix unportable shell quoting.Ralf Wildenhues5-3/+15
2010-09-27 * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. ChangeCorinna Vinschen2-7/+12
2010-09-27 * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.Corinna Vinschen4-4/+14
2010-09-27 * mount.cc (fs_info::update): Remove erroneous NtClose on random handleCorinna Vinschen2-1/+5
2010-09-272010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2-1/+6
2010-09-26 * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen2-2/+12
2010-09-26* dcrt0.cc (__main): Force signal synchronization.Christopher Faylor2-2/+4
2010-09-25 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen5-426/+74
2010-09-25 * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen2-78/+81
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor3-7/+15
2010-09-24 * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen4-2/+13
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen7-3/+43
2010-09-23* autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor2-1/+6
2010-09-23 * bfd/bfd-in2.h (BFD_RELOC_ARM_HVC): New enum value.Matthew Gretton-Dann2-3/+12
2010-09-23 * gas/config/tc-arm.c (arm_ext_adiv): New variable.Matthew Gretton-Dann2-0/+11
2010-09-23 * config/tc-arm.c (arm_ext_v6m): New variable.Matthew Gretton-Dann2-0/+9
2010-09-23 * gas/config/tc-arm.c (arm_ext_v6z): Remove.Matthew Gretton-Dann2-7/+26
2010-09-23 * gas/config/tc-arm.c (arm_ext_mp): Add.Matthew Gretton-Dann2-0/+7
2010-09-23 * doc/porting.texi: Fix typos.Corinna Vinschen2-12/+17
2010-09-22libgloss: add Blackfin to the READMEMichael Frysinger2-0/+5
2010-09-22opcodes/gas: blackfin: support OUTC debug insnMichael Frysinger2-0/+32
2010-09-222010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston5-30/+34
2010-09-212010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2-4/+28
2010-09-21 * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen2-4/+11
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen7-28/+50
2010-09-21 * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen4-11/+52
2010-09-21opcodes: blackfin: strip trailing whitespaceMichael Frysinger2-71/+75
2010-09-20* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor5-15/+23
2010-09-20* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks toChristopher Faylor3-3/+15
2010-09-19* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor5-14/+45
2010-09-18* overview2.sgml: Remove cheerful paragraph which implied that it was ok toChristopher Faylor2-8/+15
2010-09-18 * setup2.sgml (setup-locale-how): Fix typo.Corinna Vinschen2-1/+5
2010-09-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch numberCorinna Vinschen2-14/+27
2010-09-14Fix typo in my most recent ChangeLog entry. Regenerated file isKevin Buettner1-1/+1
2010-09-14 * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen2-0/+14
2010-09-13 * fhandler_process.cc (get_mem_values): Simplify code. FixCorinna Vinschen2-23/+37
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen8-180/+146
2010-09-12 * sec_acl.cc (acl_worker): Remove.Corinna Vinschen3-14/+19
2010-09-12* sigproc.cc (sig_dispatch_pending): Remove debugging statement.Christopher Faylor2-4/+8
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor5-17/+26
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen2-42/+97
2010-09-11 * new-features.sgml: Mention fenv support.Dave Korn2-0/+15
2010-09-11 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): More thoroughlyCorinna Vinschen2-6/+13
2010-09-11winsup/cygwin/ChangeLog:Dave Korn9-34/+683
2010-09-10 * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen2-4/+15
2010-09-10 * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen2-1/+8
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen5-8/+26
2010-09-10 * mount.cc (class fs_info_cache): New class to cache filesystemCorinna Vinschen3-5/+92
2010-09-10 * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen4-41/+100
2010-09-10 * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen2-9/+16