OSDN Git Service

* config/i386/profile.h: Sync with Mingw.
[pf3gnuchains/sourceware.git] / winsup / cygwin /
2011-02-14 corinna * config/i386/profile.h: Sync with Mingw.
2011-02-14 corinna * path.cc (struct _FAST_CWD): Redefine to new layout...
2011-02-12 cgf* mkstatic: Make sure that we are not cd'ed to temporar...
2011-02-12 cgf* cygwin.sc: Eliminate __cygheap_mid.
2011-02-12 cgf* cygheap.cc (_cygheap_mid): Drop unneeded section...
2011-02-11 corinna * cygwin.sc: Raise default cygheap size to 1 Meg....
2011-02-11 corinna * include/endian.h: Move definitions of __BIG_ENDIAN...
2011-02-11 ericbstrerror_r: fix compilation bug in previous patch
2011-02-11 ericbstrerror_r: obey POSIX, and match newlib header change
2011-02-10 yselkowitz* cygwin.din (pthread_yield): Export as alias to sched_...
2011-02-10 cgf* cygheap.cc: Add some __stdcall decoration where appro...
2011-02-10 cgf* hookapi.cc (hook_or_detect_cygwin): Prevent i from...
2011-02-10 cgf* exception.h: Remove DEBUG_EXCEPTION left over debuggi...
2011-02-09 cgf* dll_init.cc: Fix typo in comment.
2011-02-08 corinna * configure.in: Remove AC_ALLOCA test and test for...
2011-02-07 corinna * fhandler_console.cc (fhandler_console::write_normal...
2011-02-06 cgf* autoload.cc (wsock_init): Properly define WSAStartup...
2011-02-03 corinna * libc/bsdlib.cc: Include err.h.
2011-02-03 corinna * include/err.h: Fix loss of semicolons in previous...
2011-02-02 corinna * include/err.h (err): Add noreturn attribute.
2011-02-02 corinna * path.cc (conv_path_list): Remove enclosing quotes...
2011-02-01 corinna * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INV...
2011-01-31 corinna * syscalls.cc (utmp_data): Fix potential buffer overflow.
2011-01-31 corinna * fhandler_socket.cc (address_in_use): Improve comment...
2011-01-31 corinna * fhandler_socket.cc (address_in_use): Disable. Add...
2011-01-29 cgfwinsup:
2011-01-28 corinna * fhandler_socket.cc (fhandler_socket::wait_for_events...
2011-01-27 corinna * include/features.h (__STDC_ISO_10646__): Move to...
2011-01-26 corinna * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_e...
2011-01-25 corinna * include/features.h (__STDC_ISO_10646__): Define...
2011-01-21 corinna * syscalls.cc (rename): Fix permission problem with...
2011-01-20 corinna * exec.cc: Include pinfo.h.
2011-01-19 corinna * spawn.cc (av::fixup): Reenable #! handling for all...
2011-01-19 corinna * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC...
2011-01-19 corinna * exec.cc: Rearrange functions in alphabetical order.
2011-01-19 corinna * exec.cc (strccpy): Move function from here...
2011-01-19 corinna * errno.cc (errmap): Add error codes for invalid binaries.
2011-01-17 corinna * fhandler_proc.cc (format_proc_partitions): Fix compi...
2011-01-17 corinna * path.cc (path_conv::check): Don't follow reparse...
2011-01-17 corinna * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.
2011-01-13 corinnaFix typo, fix copyright
2011-01-13 corinna * fhandler_disk_file.cc (fhandler_base::fstat_helper...
2011-01-13 corinnaReally check in now
2011-01-12 corinna * posix.sgml: Add madvise to BSD list.
2011-01-12 corinna * cygwin.din (madvise): Export posix_madvise as madvise.
2011-01-12 corinna * fhandler.h (struct part_t): New type.
2011-01-11 corinna * fhandler.h (MAX_PARTITIONS): New definition.
2011-01-11 corinna * termios.cc (cfgetospeed, cfgetispeed): Constify...
2011-01-11 corinna * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_P...
2011-01-03 cgf* ChangeLog-2010: Create from ChangeLog.
2010-12-29 cgf* cygtls.cc: Include stdlib.h.
2010-12-28 cgf* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MIN...
2010-12-27 cgfcygwin:
2010-12-16 corinna * security.cc (alloc_sd): Really fix erroneous inherit...
2010-12-15 corinna * sec_acl.cc (getacl): Ensure that the default acl...
2010-12-15 corinna * security.cc (alloc_sd): Fix erroneous inheritence...
2010-12-13 corinna * syscalls.cc (check_dir_not_empty): Never count more...
2010-12-12 cgf* init.cc (search_for): Put this in shared section...
2010-12-10 cgffix typo
2010-12-10 corinna * autoload.cc (RETRY_COUNT): New define.
2010-12-08 corinna * include/strings.h: Remove in favor of equivalent...
2010-12-08 corinna * sec_acl.cc (getacl): Set DEF_CLASS_OBJ permissions...
2010-12-06 corinna * path.cc (path_conv::check): Don't generate ENOENT...
2010-12-02 corinna * net.cc (get_xp_ifs): Fix counting of idx to return...
2010-11-30 corinna * fhandler_tty.cc (fhandler_tty_slave::dup): Free...
2010-11-24 corinna * autoload.cc (SendARP): Remove.
2010-11-23 corinna * path.cc (symlink_info::check): Don't use FileNetwork...
2010-11-22 corinna * mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS.
2010-11-22 corinna * net.cc (get_ipv4fromreg_ipcnt): Fix debug output...
2010-11-19 corinna * fhandler_tty.cc (fhandler_tty_slave::fchown): Initia...
2010-11-15 corinna * posix.sgml: Move llround and llroundf to implemented...
2010-11-03 yselkowitz* include/paths.h (_PATH_VARTMP): Define.
2010-10-31 cgf* localtime.cc (is_upper): Rename to isupper and includ...
2010-10-27 cgf* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MIN...
2010-10-25 cgfTweak entry.
2010-10-25 cgf* dcrt0.cc (do_exit): Don't set thread termination...
2010-10-25 cgf* exceptions.cc (try_to_debug): Improve comment.
2010-10-24 cgf* pinfo.cc (pinfo::exit): Grab a tty lock before settin...
2010-10-24 cgf* pinfo.cc (pinfo::exit): Reset tty pgrp to zero if...
2010-10-24 cgf* fhandler_tty.cc (fhandler_pty_master::open): Remove...
2010-10-24 cgf* fhandler.h (fhandler_termios::tcinit): Make second...
2010-10-19 cgf* winsup/cygwin/cygwin.din: Add llround and llroundf.
2010-10-17 cgffix dates
2010-10-09 corinna*** empty log message ***
2010-10-09 corinna * cygheap.h (cwdstuff::override_win32_cwd): Declare.
2010-10-08 corinna * cygwin.din: Export new complex math functions from...
2010-10-07 corinna * fhandler.h (fhandler_base::get_stat_access): Delete.
2010-10-07 corinna * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant...
2010-10-05 corinna * path.h (enum pathconv_arg): Remove PC_CHECK_EA.
2010-10-03 cgf* dcrt0.cc (dll_crt0_0): Move _main_tls initialization...
2010-10-03 corinna * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_e...
2010-10-02 corinna * fhandler_procsys.cc (fhandler_procsys::exists):...
2010-10-02 cgf* autoload.cc (std_dll_init): Add a retry loop.
2010-09-30 corinna * fhandler.cc: Drop including nfs.h.
2010-09-30 corinna * path.cc (symlink_info::check): Remove erroneous...
2010-09-30 cgf* fhandler_tty.cc (fhandler_tty_slave::init): Revert...
2010-09-29 cgf* fhandler_tty.cc (fhandler_tty_slave::init): Add debug...
2010-09-29 corinna * net.cc (getdomainname): Drop special case for NT4.
2010-09-28 corinna Revert accidental previous login.
2010-09-28 corinna * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.
next