OSDN Git Service

2009-10-11 Michael Snyder <msnyder@vmware.com>
[pf3gnuchains/pf3gnuchains3x.git] / winsup /
2009-10-09 corinna * pathnames.sgml (pathnames-specialchars): Add control...
2009-10-09 corinna * path.cc (tfx_chars): Convert all ASCII control chara...
2009-10-09 corinna * include/cygwin/config.h (DEFAULT_LOCALE): Define...
2009-10-08 cgf* exceptions.cc (_cygtls::signal_exit): There's no...
2009-10-08 ericb* fhandler_disk_file.cc (utimens_fs): Plug fd leak...
2009-10-07 cwilsonSupport pseudo-reloc version 2
2009-10-07 corinna * syscalls.cc (seteuid32): Call set_cygwin_privileges...
2009-10-07 corinna * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.
2009-10-06 cwilsonAdd cygwin wrapper for ExitProcess and TerminateProcess.
2009-10-06 cgf* exceptions.cc: Move global variable sigExeced...
2009-10-04 davek * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.
2009-10-04 corinna * include/winbase.h (CreateRestrictedToken): Declare...
2009-10-04 corinna * syscalls.cc (internal_setlocale): Add comment.
2009-10-03 davek * faq-using.xml (faq.using.bloda): Add Lenovo IPS...
2009-10-02 corinna * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setl...
2009-10-02 cgf* mkpasswd.c: Properly define __progname as __declspec...
2009-10-02 corinna * setup2.sgml (setup-locale-ov): Fix typo in C+charset...
2009-10-02 cgf* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge...
2009-09-30 corinna * new-features.sgml (ov-new1.7-file): Ctrl-X, not...
2009-09-30 corinna * fhandler_console.cc (beep): Move up to avoid forward...
2009-09-30 ericb* syscalls.cc (rename): Fix regression in rename("dir...
2009-09-29 keithmarshallMake MinGW printf() "%p" format compatible with MSVCRT...
2009-09-29 corinna * fhandler_socket.cc (fhandler_socket::recv_internal...
2009-09-28 corinna * fhandler.h (class dev_console): Constify charset...
2009-09-28 corinna * cygheap.cc (cygheap_init): Default locale.charset...
2009-09-26 ericb* new-features.sgml (ov-new1.7-file): Mention fexecve...
2009-09-26 ericbAdd fexecve, execvpe.
2009-09-26 ericbFix some POSIX-compliance bugs in link, rename, mkdir.
2009-09-25 ericb* new-features.sgml (ov-new1.7-file): Mention eaccess...
2009-09-25 ericbProvide euidaccess, canonicalize_file_name; fix fchmodat.
2009-09-25 corinna * setup2.sgml (setup-locale-problems): Fix charset...
2009-09-25 ericbFix faccessat(,0) and access() semantics.
2009-09-25 ericb* setup2.sgml (setup-locale-problems): Document how...
2009-09-24 corinna * posix_ipc.cc (mq_open): Avoid closing the same descr...
2009-09-24 corinna * kernel32.cc (CreateMutexW): Use correct access mask.
2009-09-23 corinna * strfuncs.cc (__set_charset_from_codepage): Fetch...
2009-09-23 corinna Fix typo.
2009-09-23 corinna * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogat...
2009-09-22 corinna * autoload.cc (WSARecv): Define.
2009-09-22 ericbMake *at functions more like Linux.
2009-09-22 corinna * strfuncs.cc (sys_cp_mbstowcs): Reset shift state...
2009-09-22 corinna * path.cc (symlink_worker): Rework error handling...
2009-09-22 ericbMatch dup2 and fcntl error values to POSIX.
2009-09-22 ericb* ChangeLog-2002: Fix typo.
2009-09-21 corinna * cygheap.h (cwdstuff::get_posix): Convert to const...
2009-09-21 corinna * new-features.sgml (ov-new1.7-file): Add new hardlink...
2009-09-21 corinna * fhandler_disk_file.cc (fhandler_disk_file::link...
2009-09-21 cgf* dcrt0.cc (dll_crt0_1): Add another hack to REALLY...
2009-09-21 cgf* external.cc (cygwin_internal): Add hack to always...
2009-09-19 cgf* exceptions.cc (sigpacket::process): Explicitly set...
2009-09-18 cgf* exceptions.cc (sigpacket::process): Give sigwait...
2009-09-16 cgf* ntea.c (write_ea): Don't abort if not-samba.
2009-09-01 keithmarshallAvoid multiple link time definitions of _printf() for C++
2009-09-01 cgf* select.cc (peek_console): Always check window size...
2009-08-30 ironhead2009-08-30 Chris Sutcliffe <ir0nh34d@users.sourceforg...
2009-08-26 corinna * path.h (INTERIX_SYMLINK_COOKIE): Define.
2009-08-26 corinna * fhandler.cc (fhandler_base::open): Only set R/O...
2009-08-26 corinna * new-features.sgml (ov-new1.7-posix): Add "KOI8-R...
2009-08-25 corinna * mount.cc (fs_info::update): Add comment.
2009-08-24 corinna * globals.cc (ro_u_volume): New R/O unicode string.
2009-08-22 cgf* cygwin/strfuncs.cc (__set_charset_from_codepage)...
2009-08-22 corinna * setup2.sgml (setup-locale-charsetlist): Add descript...
2009-08-21 cgf* dll_init.h (has_dtors): New flag.
2009-08-21 cgf* fcntl.cc (fcntl64): Detect negative fd as error.
2009-08-21 corinna * mmap.cc (mmap64): Allocate fh_disk_file on cygheap...
2009-08-20 corinna * dtable.cc (build_fh_dev): Take additional bool param...
2009-08-18 cgf* dtable.cc (dtable::fixup_after_exec): Close any popen...
2009-08-18 corinna * Makefile.in (CXXFLAGS): Allow override.
2009-08-18 cgf* syscalls.cc (popen): Reorganize slightly for clarity...
2009-08-18 cgf* syscalls.cc (popen): Rewrite to accommodate situation...
2009-08-17 cgf* pipe.cc (fhandler_pipe::create_selectable): Add ...
2009-08-15 ironhead2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge...
2009-08-14 corinna * fhandler_disk_file.cc (fhandler_disk_file::readdir...
2009-08-14 corinna * fhandler_disk_file.cc (fhandler_disk_file::readdir...
2009-08-14 corinna * fhandler_disk_file.cc (fhandler_disk_file::readdir_h...
2009-08-14 corinna * (fhandler_socket::getsockname): Fix length returned...
2009-08-13 corinna * fhandler_socket.cc (fhandler_socket::accept): Use...
2009-08-13 corinna * fhandler.h (class fhandler_socket): Add peer_sun_pat...
2009-08-13 corinna * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.
2009-08-12 davek * faq-using.xml (faq.using.bloda): Typofix MacAfee...
2009-08-12 corinna * fhandler_socket.cc (fhandler_socket::accept): Always...
2009-08-11 corinna * mkgroup.c (enum_local_groups): Avoid error message...
2009-08-11 corinna * include/limits.h (NGROUPS_MAX): Set to a more sane...
2009-08-10 corinna * spawn.cc (av::fixup): Check shell scripts for execut...
2009-08-10 corinna * dtable.cc (DEV_SOCKET): New static WCHAR string...
2009-08-10 cgf* fhandler_console.cc (create_invisible_console_workaro...
2009-08-10 corinna * fhandler_console.cc (create_invisible_console_workar...
2009-08-10 davek * mingw: Add fallbacks to search for MinGW components...
2009-08-09 corinna * mount.cc (do_mount): Don't exit, just return.
2009-08-09 corinna * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2009-08-08 corinna * dtable.cc (dtable::init_std_file_from_handle): Fix...
2009-08-08 ironhead2009-08-08 Danny Smith <dannysmith@users.sourceforge...
2009-08-06 corinna * net.cc (cygwin_getnameinfo): Force setting NI_NUMERI...
2009-08-05 cgf* cygheap.h (cygheap_debug::endh): Delete.
2009-08-05 cgf* path.cc (patch_conv::check): Zero path before setting it.
2009-08-04 cgf* fhandler_socket.cc (fhandler_socket::send_internal...
2009-08-04 cgf* fhandler.h (pdrive_buf): Defensively allocate one...
2009-08-04 cgf* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
2009-08-02 cgf* sigproc.cc (stopped_or_terminated): Don't return...
2009-08-01 cgf* cygheap_malloc.h: New file.
next