summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * mips.h (INSN_MACRO): Move it up to the the pinfo macros.Adam Nemet2008-04-282-4/+16
* * path.cc (symlink_info::check): Avoid special handling forCorinna Vinschen2008-04-283-14/+14
* * kernel32.cc (CreateFileMappingW): Remove stray small_printf.Corinna Vinschen2008-04-282-1/+4
* * autoload.cc (IsWow64Process): Remove.Corinna Vinschen2008-04-286-11/+24
* * wincap.h (wincapc::wow64): Change type to BOOL.Corinna Vinschen2008-04-273-9/+12
* 2008-04-26 Yuval <uvman@users.sourceforge.net>Chris Sutcliffe2008-04-273-0/+438
* * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen2008-04-263-10/+17
* 2008-04-26 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-262-22/+134
* 2008-04-26 Chuck Wilson <cwilso11@users.sourceforge.net>Chris Sutcliffe2008-04-262-20/+7
* * libc/include/sys/stat.h: Guard at-functions with !__INSIDE_CYGWIN__.Corinna Vinschen2008-04-262-2/+7
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-55/+72
* 2008-04-25 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe2008-04-263-24/+14
* * Makefile.in (install): Drop install rules for postinstall script.Corinna Vinschen2008-04-252-2/+4
* * postinstall: Remove (Moved to base-cygwin package).Corinna Vinschen2008-04-252-298/+4
* * fhandler.cc (fhandler_base::open): Move handling FILE_ATTRIBUTE_NORMALCorinna Vinschen2008-04-252-1/+7
* * fhandler.cc (fhandler_base::open): *Only* handle SYSTEM and HIDDENCorinna Vinschen2008-04-252-9/+16
* * fhandler.cc (fhandler_base::open): Handle SYSTEM and HIDDEN attributesCorinna Vinschen2008-04-252-1/+6
* * libc/machine/arm/setjmp.S: Fix thumb2 support.Nick Clifton2008-04-254-1/+27
* * fhandler_disk_file.cc (fhandler_base::fstat_helper): Disable callingCorinna Vinschen2008-04-242-0/+9
* * fhandler_disk_file.cc (fhandler_base::utimens_fs): Fix typo inCorinna Vinschen2008-04-242-2/+7
* * libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITSNick Clifton2008-04-242-1/+11
* * cygwin-api.in.sgml: Add std-susv4 section to Compatibility chapter.Corinna Vinschen2008-04-242-0/+5
* * cygwin.din (futimens): Export.Corinna Vinschen2008-04-2410-26/+143
* * libc/include/sys/stat.h (UTIME_NOW): Define for Cygwin.Corinna Vinschen2008-04-242-0/+14
* * include/wait.h: New file.Corinna Vinschen2008-04-242-0/+20
* 2008-04-23 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston2008-04-233-6/+11
* * mount.cc (usage): Mark -s and -u as ignored.Corinna Vinschen2008-04-232-15/+15
* * posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,Corinna Vinschen2008-04-232-0/+22
* * cygwin.din: Sort.Corinna Vinschen2008-04-235-5/+333
* * libc/include/stdio.h (renameat): Declare for Cygwin.Corinna Vinschen2008-04-235-2/+64
* 2008-04-23 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2008-04-233-137/+13
* * dcrt0.cc (dll_crt0_0): Move CWD initialization from here...Corinna Vinschen2008-04-222-2/+7
* * cygwin.din (fmemopen): Export.Corinna Vinschen2008-04-223-1/+10
* * cygcheck.cc (dump_sysinfo): Fix multiple Cygwin DLL test.Corinna Vinschen2008-04-223-116/+339
* * sec_auth.cc (create_token): Add integrity level SID to token onCorinna Vinschen2008-04-224-6/+39
* * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.Corinna Vinschen2008-04-222-0/+23
* * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen2008-04-217-178/+67
* * kernel32.cc (CreateFileMappingW): Fix bug in reserve/commit handling.Corinna Vinschen2008-04-212-3/+7
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-2116-93/+623
* Revert thinko in previous patch.Corinna Vinschen2008-04-185-40/+34
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-1812-161/+207
* * autoload.cc (noload): Make sure this and succeeding functions are located inChristopher Faylor2008-04-182-0/+6
* 2008-04-18 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2008-04-187-13/+244
* * MAINTAINERS: Replace reference to configure.in with reference to configure.ac.Nick Clifton2008-04-182-1/+6
* * configure.ac (cr16-*-*): Add case for cr16 target and include gdbNick Clifton2008-04-183-0/+12
* 2008-04-16 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2008-04-162-2/+6
* 2008-04-16 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2008-04-162-1/+5
* * fhandler_socket.cc (fhandler_socket::close): Disable enforcedCorinna Vinschen2008-04-162-2/+11
* * grp.cc (internal_getgroups): Drop local buf. Allocate groupsCorinna Vinschen2008-04-162-3/+7
* * elf/sparc.h (R_SPARC_GOTDATA_HIX22,David S. Miller2008-04-162-0/+17