Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2009-06-26 * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen
2009-06-25 * sec_auth.cc (lsaauth): Close unused handle.Corinna Vinschen
2009-06-24 * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,Corinna Vinschen
2009-06-24 * faq-setup.xml (faq.setup.setup-fails-on-ts): Fix another typo.Corinna Vinschen
2009-06-24 * faq-setup.xml (faq.setup.setup-fails-on-ts): Fix typo.Corinna Vinschen
2009-06-23 * faq-setup.xml (faq.setup.setup-failes-on-ts): Change rebaseall toCorinna Vinschen
2009-06-23 * faq-setup.xml (faq.setup.setup-failes-on-ts): New FAQ entry.Corinna Vinschen
2009-06-23 * sec_auth.cc (get_server_groups): Ignore errors fromCorinna Vinschen
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen
2009-06-19 * new-features.sgml (ov-new1.7-misc): Add new link libs.Corinna Vinschen
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen
2009-06-182009-06-16 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-06-17 * fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsgCorinna Vinschen
2009-06-17* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor
2009-06-16 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen
2009-06-15* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor
2009-06-14 * localtime.cc (time2): Take another stab at fixing a compiler warning.Corinna Vinschen
2009-06-14* localtime.cc (time2): Take a stab at fixing a compiler warning.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor
2009-06-13 * fhandler_socket.cc (fhandler_socket::recv_internal): Set namelenCorinna Vinschen
2009-06-12 * faq-using.xml (faq.using.emacs): Update.Corinna Vinschen
2009-06-12 * localtime.cc (time2): Change "spring gap" to "spring forward gap"Corinna Vinschen
2009-06-12 * localtime.cc (time2): Add workaround for spring gap problem. AddCorinna Vinschen
2009-06-12 * Makefile.in (SUBLIBS): Add librt.a.Corinna Vinschen
2009-06-12Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen
2009-06-12 * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen
2009-06-10 * path.cc (oopts): Sort alphabetically, add missing "auto" andCorinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen
2009-06-09Fix ChangeLog entryCorinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen
2009-06-08 * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen
2009-06-08 * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor
2009-06-07 * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missingCorinna Vinschen
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen
2009-06-06 * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen
2009-06-05 * winbase.h (ilockexch): Fix asm constraints.Dave Korn
2009-06-05 * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen
2009-06-04 * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen
2009-06-04 * new-features.sgml: Add changes to console BS and Space key.Corinna Vinschen
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen
2009-06-04 * thread.cc (__cygwin_lock_lock): Delete racy optimisation.Dave Korn
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen