aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_22-branchpointcvs2svn1-3736/+0
2011-09-21* tty.cc (grantpt): Check for valid fd.Christopher Faylor1-0/+5
2011-09-02 * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen1-0/+5
2011-09-01 * lc_msg.h: Regenerate.Corinna Vinschen1-0/+4
2011-09-01 * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen1-0/+7
2011-08-31 * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen1-0/+5
2011-08-29 * flock.cc (LOCK_OBJ_NAME_LEN): Change to accommodate extra lf_verCorinna Vinschen1-0/+38
2011-08-27 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen1-0/+29
2011-08-25* cygthread.cc (cygthread::simplestub): Notify that the thread has detachedChristopher Faylor1-0/+5
2011-08-25 * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen1-0/+7
2011-08-24 * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen1-0/+9
2011-08-24* thread.cc (pthread::exit): Create dummy tls structure to hold _main_tlsChristopher Faylor1-0/+5
2011-08-23 * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen1-0/+6
2011-08-23 * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen1-0/+6
2011-08-21* dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor1-0/+4
2011-08-21* include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz1-0/+5
2011-08-20 * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen1-0/+6
2011-08-19* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz1-0/+9
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor1-0/+11
2011-08-19 * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen1-0/+6
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor1-0/+5
2011-08-18 * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen1-0/+5
2011-08-162011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet1-0/+5
2011-08-16 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen1-0/+11
2011-08-16 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen1-0/+4
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen1-0/+11
2011-08-15 * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen1-0/+6
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen1-0/+12
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor1-0/+7
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen1-2/+10
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen1-0/+8
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen1-0/+7
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen1-0/+9
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen1-0/+8
2011-08-09 * heap.cc (eval_initial_heap_size): New function fetching the heapCorinna Vinschen1-0/+10
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen1-0/+9
2011-08-07 * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen1-0/+5
2011-08-07 * fhandler_process.cc (format_process_maps): Actually print info aboutCorinna Vinschen1-0/+5
2011-08-04 * net.cc (socketpair): Release sb0 if there's no space left for sb1.Corinna Vinschen1-0/+4
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz1-0/+16
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor1-0/+13
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz1-0/+35
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen1-0/+10
2011-08-01* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor1-0/+5
2011-08-01* sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor1-0/+6
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-0/+13
2011-07-30add missing entryChristopher Faylor1-0/+1
2011-07-30* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor1-0/+13
2011-07-30* fhandler.h (fhandler_base_overlapped::size): Declare/define size() functionChristopher Faylor1-0/+7
2011-07-30 * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen1-0/+4