aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2009-06-30* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicatingChristopher Faylor4-6/+17
2009-06-30 * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen3-14/+18
2009-06-29* select.cc (peek_pipe): Turn on (temporarily?) the experimental code whichChristopher Faylor2-7/+5
2009-06-28* select.cc (peek_pipe): Use has_ongoing_io() to determine if the pipe is readyChristopher Faylor2-3/+6
2009-06-28* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.Christopher Faylor4-12/+53
2009-06-28* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.Christopher Faylor5-13/+21
2009-06-26 * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen3-0/+18
2009-06-25 * sec_auth.cc (lsaauth): Close unused handle.Corinna Vinschen2-2/+13
2009-06-23 * sec_auth.cc (get_server_groups): Ignore errors fromCorinna Vinschen2-6/+8
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen2-3/+14
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen2-5/+9
2009-06-17 * fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsgCorinna Vinschen2-1/+6
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor2-4/+9
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor2-3/+9
2009-06-15 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen2-115/+300
2009-06-14* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor5-16/+47
2009-06-14 * localtime.cc (time2): Take another stab at fixing a compiler warning.Corinna Vinschen2-1/+5
2009-06-14* localtime.cc (time2): Take a stab at fixing a compiler warning.Christopher Faylor2-1/+5
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor4-7/+21
2009-06-13 * fhandler_socket.cc (fhandler_socket::recv_internal): Set namelenCorinna Vinschen2-1/+11
2009-06-12 * localtime.cc (time2): Change "spring gap" to "spring forward gap"Corinna Vinschen2-5/+10
2009-06-12 * localtime.cc (time2): Add workaround for spring gap problem. AddCorinna Vinschen2-1/+27
2009-06-12 * Makefile.in (SUBLIBS): Add librt.a.Corinna Vinschen2-1/+9
2009-06-12Improve ChangeLog entry. Fix posix_ipc.cc copyrightCorinna Vinschen2-2/+3
2009-06-12 * posix_ipc.cc (check_path): Fix typo in comment. Align namingCorinna Vinschen2-4/+17
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen3-35/+44
2009-06-08Fix ChangeLog entryCorinna Vinschen1-1/+1
2009-06-08 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen3-39/+61
2009-06-08 * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen2-4/+5
2009-06-08 * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen2-1/+6
2009-06-08 * path.cc (symlink_info::check): Return with error set to ENOENT ifCorinna Vinschen2-1/+7
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor9-185/+104
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen2-25/+72
2009-06-06 * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen2-5/+12
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen3-36/+60
2009-06-05 * winbase.h (ilockexch): Fix asm constraints.Dave Korn2-11/+25
2009-06-05 * heap.cc (heap_init): Fix typo in comment.Corinna Vinschen2-1/+5
2009-06-04 * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen2-103/+112
2009-06-04 * fhandler_console.cc (set_console_title): Convert title string toCorinna Vinschen2-5/+9
2009-06-04 * fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space toCorinna Vinschen2-1/+9
2009-06-04 * thread.cc (__cygwin_lock_lock): Delete racy optimisation.Dave Korn2-14/+10
2009-06-03 * strfuncs.cc (sys_cp_mbstowcs): Fix condition.Corinna Vinschen2-1/+5
2009-06-03 * strfuncs.cc (sys_cp_wcstombs): Implement reverse functionalityCorinna Vinschen2-12/+29
2009-06-03 * fhandler_console.cc (fhandler_console::read): Convert Alt-BackspaceCorinna Vinschen2-2/+10
2009-06-02 * path.cc (path_conv::check): Don't call set_exec for files on "noacl"Corinna Vinschen2-1/+9
2009-05-31* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failureChristopher Faylor2-7/+30
2009-05-30* cygwin/include/sys/termios.h: Make default erase character "^?".Christopher Faylor2-1/+5
2009-05-30* fhandler_console.cc (fhandler_console::read): Convert backspace key to DEL.Christopher Faylor2-4/+14
2009-05-29* path.cc (cwdstuff::set): Rewrite previous change to properly test the end ofChristopher Faylor2-5/+17
2009-05-28* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.Christopher Faylor3-7/+12