| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * spawn.cc (find_exec): Extend preceeding comment to explain more | Corinna Vinschen | 2015-02-16 | 2 | -2/+22 |
* | * setup-files.xml (setup-files): Drop hint to set HOME in Windows | Corinna Vinschen | 2015-02-16 | 3 | -13/+19 |
* | * posix.xml (std-gnu): Add missing __mempcpy. | Corinna Vinschen | 2015-02-15 | 2 | -0/+5 |
* | * i686.din (__mempcpy): Move symbol export from here... | Corinna Vinschen | 2015-02-15 | 4 | -1/+9 |
* | Fix layout of ChangeLog entry | Corinna Vinschen | 2015-02-15 | 1 | -0/+16 |
* | * path.h (path_conv): Make path_flags private. Rename known_suffix to | Corinna Vinschen | 2015-02-15 | 9 | -78/+80 |
* | *** empty log message *** | Corinna Vinschen | 2015-02-12 | 1 | -0/+9 |
* | * sec_acl.cc (setacl): Introduce bool array "invalid" to note the | Corinna Vinschen | 2015-02-12 | 3 | -3/+16 |
* | * cygheap.h (cygheap_pwdgrp::get_home): Add dnsdomain parameter to | Corinna Vinschen | 2015-02-12 | 5 | -107/+206 |
* | * ntsec.xml: Throughout fix references to the Cygwin version number. | Corinna Vinschen | 2015-02-12 | 2 | -3/+7 |
* | * flock.cc (fhandler_base::lock): Convert accidental system_printf to | Corinna Vinschen | 2015-02-11 | 2 | -2/+7 |
* | * or1k/or1k_uart.c: Write bugfix and cleanup/documentation. | Corinna Vinschen | 2015-02-11 | 3 | -57/+105 |
* | * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call. | Corinna Vinschen | 2015-02-11 | 7 | -102/+72 |
* | * faq-using.xml (faq.using.startup-slow): New entry. | Corinna Vinschen | 2015-02-11 | 2 | -0/+67 |
* | * syscalls.cc (fhandler_base::stat_fixup): Generate unique inode number | Corinna Vinschen | 2015-02-10 | 2 | -3/+19 |
* | *** empty log message *** | Corinna Vinschen | 2015-02-06 | 1 | -0/+15 |
* | * posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here | Corinna Vinschen | 2015-02-06 | 2 | -5/+11 |
* | * common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. | Corinna Vinschen | 2015-02-06 | 3 | -1/+13 |
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35. | Corinna Vinschen | 2015-02-06 | 2 | -1/+5 |
* | * libc/include/complex.h (cabsl): Add prototype. | Nick Clifton | 2015-02-06 | 23 | -50/+523 |
* | * fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fields | Corinna Vinschen | 2015-02-06 | 2 | -2/+7 |
* | * posix.xml (std-susv4): Move wcstold here from std-notimpl. | Corinna Vinschen | 2015-02-04 | 2 | -1/+5 |
* | * new-features.xml (ov-new1.7.34): Add wcstold. | Corinna Vinschen | 2015-02-04 | 2 | -0/+8 |
* | * common.din (wcstold): Export. | Corinna Vinschen | 2015-02-04 | 4 | -1/+10 |
* | * libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement for | Corinna Vinschen | 2015-02-04 | 2 | -3/+5 |
* | * faq-using.xml (faq.using.ssh-pubkey-stops-working): New entry. | Corinna Vinschen | 2015-02-04 | 2 | -0/+100 |
* | * utils.xml (regtool): Clarify save action. Add description for | Corinna Vinschen | 2015-02-03 | 3 | -2/+24 |
* | *** empty log message *** | Corinna Vinschen | 2015-02-03 | 1 | -0/+2 |
* | * regtool.cc (longopts): Add --force option. | Corinna Vinschen | 2015-02-03 | 2 | -27/+51 |
* | * Throughout, replace http with https as far as cygwin.com and | Corinna Vinschen | 2015-02-03 | 17 | -393/+196 |
* | * mkvers.sh: Automate generating the copyright date in the version | Corinna Vinschen | 2015-02-03 | 3 | -4/+10 |
* | * libc/stdlib/wcstold.c (wcstold): Add implementation for when | Nick Clifton | 2015-01-29 | 2 | -4/+77 |
* | * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE. | Corinna Vinschen | 2015-01-28 | 2 | -0/+5 |
* | * Makefile.in: Simplify rule to build dependencies from cygwin dir. | Corinna Vinschen | 2015-01-28 | 2 | -6/+7 |
* | * Makefile.in (VERSION_OFILES): New variable containing object files | Corinna Vinschen | 2015-01-28 | 2 | -12/+18 |
* | Fix typo | Corinna Vinschen | 2015-01-27 | 1 | -1/+1 |
* | *** empty log message *** | Corinna Vinschen | 2015-01-27 | 1 | -1/+1 |
* | Fix entry header | Corinna Vinschen | 2015-01-24 | 1 | -1/+1 |
* | * uname.cc (uname): Shorten "WOW64" to "WOW" to account for the new | Corinna Vinschen | 2015-01-24 | 2 | -2/+7 |
* | * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. | Corinna Vinschen | 2015-01-23 | 2 | -0/+15 |
* | *** empty log message *** | Corinna Vinschen | 2015-01-23 | 1 | -0/+3 |
* | * net.cc (cygwin_inet_pton): Declare. | Corinna Vinschen | 2015-01-23 | 2 | -7/+120 |
* | Complete action from 2001-12-18: | Corinna Vinschen | 2015-01-23 | 18 | -697/+5 |
* | * sparc/crt0.S: Declare use of system registers. | Yaakov Selkowitz | 2015-01-22 | 5 | -1/+20 |
* | * libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t. | Yaakov Selkowitz | 2015-01-22 | 2 | -0/+6 |
* | * libc/sys/or1k/mlock.c: Fix dependency on libgloss. | Corinna Vinschen | 2015-01-22 | 2 | -2/+8 |
* | * fhandler.h (class fhandler_process): Add fd_type member. | Corinna Vinschen | 2015-01-22 | 5 | -12/+78 |
* | * uinfo.cc (pwdgrp::fetch_account_from_windows): Allow fetching gid, | Corinna Vinschen | 2015-01-21 | 2 | -21/+56 |
* | * COPYING.LIBGLOSS: Add Controls and Data Services copyright. | Eric Botcazou | 2015-01-21 | 39 | -7/+12943 |
* | * sec_auth.cc (get_logon_server): Constify domain parameter. | Corinna Vinschen | 2015-01-21 | 3 | -4/+9 |