aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-20* net.cc (gethostby_helper): Use correct signedness.Christopher Faylor2-35/+40
2009-05-19* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor2-1/+6
2009-05-18* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor2-3/+9
2009-05-15 * wchar.h (sys_mbstowcs): Add missing __stdcall attribute.Corinna Vinschen2-1/+5
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen10-57/+95
2009-05-14* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor2-1/+6
2009-05-14 * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen2-1/+8
2009-05-14cygwin ChangeLogChristopher Faylor4-37/+122
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen7-11/+75
2009-05-09* cygwin/version.h (CYGWIN_VERSION_CYGWIN_CONV): New define.Christopher Faylor2-0/+6
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen4-3/+96
2009-05-09 * sec_auth.cc (str2uni_cat): Move from here...Corinna Vinschen4-18/+21
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): save and restore previous errno value.Corinna Vinschen2-1/+8
2009-05-08 * strfuncs.cc (sys_cp_wcstombs): Set errno to 0 before convertingCorinna Vinschen2-0/+6
2009-05-08 * include/sys/select.h: Guard definitions with __USE_W32_SOCKETS asCorinna Vinschen2-2/+7
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor3-3/+10
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen4-10/+17
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen3-18/+12
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen6-23/+26
2009-05-04* fhandler_console.cc (fhandler_console::write_console): Eliminate unneededChristopher Faylor2-3/+6
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor4-10/+17
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor3-15/+46