OSDN Git Service

* autoload.cc (GetModuleHandleExW): Define.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / ChangeLog
2011-08-16 corinna * autoload.cc (GetModuleHandleExW): Define.
2011-08-15 corinna * pipe.cc (pipe): Just call _pipe with O_BINARY mode...
2011-08-13 corinna * miscfuncs.cc (CreatePipeOverlapped): New function.
2011-08-12 cgf* miscfuncs.cc (create_pipe): Delete obsolete function.
2011-08-12 corinna * fhandler_proc.cc (fhandler_proc::closedir): Don...
2011-08-12 corinna * fhandler.h (fhandler_proc::opendir): Declare.
2011-08-11 corinna * fhandler_proc.cc (fhandler_proc::get_proc_fhandler...
2011-08-11 corinna * (winpids::add): Make sure to store always a Windows...
2011-08-10 corinna * fhandler_process.cc (format_process_status): Always...
2011-08-09 corinna * heap.cc (eval_initial_heap_size): New function fetch...
2011-08-09 corinna * ntdll.h (STATUS_NOT_FOUND): Define.
2011-08-07 corinna * resource.cc (getrlimit): Just return RLIM_INFINITY...
2011-08-07 corinna * fhandler_process.cc (format_process_maps): Actually...
2011-08-04 corinna * net.cc (socketpair): Release sb0 if there's no space...
2011-08-03 yselkowitz* cygwin.din (clock_nanosleep): Export.
2011-08-03 cgf* dll_init.cc: Use fabort in favor of api_fatal and...
2011-08-03 yselkowitz* cygtls.h (struct _local_storage): Add cw_timer member.
2011-08-01 corinna * syscalls.cc (faccessat): Fix parens in flag expressi...
2011-08-01 cgf* dll_init.cc (dll_list::load_after_fork_impl): Add...
2011-08-01 cgf* sigproc.cc (pending_signals::pending): Define new...
2011-07-31 corinna * fhandler.h (class fhandler_dev_mem): Remove dup...
2011-07-30 cgfadd missing entry
2011-07-30 cgf* cygthread.cc (cygthread::async_create): Define new...
2011-07-30 cgf* fhandler.h (fhandler_base_overlapped::size): Declare...
2011-07-30 corinna * fhandler_registry.cc (fhandler_registry::dup): Dupli...
2011-07-29 corinna Throughout change "WinSock" to "Winsock" in comments.
2011-07-26 corinna * fhandler_disk_file.cc (__DIR_mounts::eval_ino):...
2011-07-26 corinna * ntdll.h: Fix typo in comment.
2011-07-25 corinna * fhandler_console.cc (fhandler_console::ioctl): Fetch...
2011-07-22 corinna * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop...
2011-07-21 cgfCorinna Vinschen <corinna@vinschen.de>
2011-07-21 corinna * heap.cc (eval_start_address): Simplify test for...
2011-07-21 corinna * heap.cc (eval_start_address): New static function...
2011-07-21 yselkowitz* cygwin.din (pthread_condattr_getclock): Export.
2011-07-18 yselkowitz* sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRI...
2011-07-18 corinna * heap.cc (heap_init): Change type of largest_found...
2011-07-14 corinna * fhandler_console.cc (fhandler_console::input_tcsetat...
2011-07-13 corinna * fhandler_serial.cc (fhandler_serial::raw_read):...
2011-07-13 cgf* setup_handler (setup_handler): Change break to goto...
2011-07-11 cgf* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove...
2011-07-10 corinna * include/netdb.h (gethostbyname2): Declare.
2011-07-10 ericbpthread_sigmask: fix return value to match POSIX
2011-07-07 corinna * miscfuncs.cc (yield): Drop thread priority only...
2011-07-06 cgf* exceptions.cc (_cygtls::interrupt_now): Back out...
2011-07-06 corinna * sched.c (sched_yield): Just call SwitchToThread...
2011-07-06 cgf* exceptions.cc (_cygtls::interrupt_now): Don't check...
2011-07-06 cgf* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename...
2011-07-06 corinna * sigproc.cc (wait_sig): Fix debug output.
2011-07-05 corinna * fhandler_console.cc (fhandler_console::input_tcsetat...
2011-07-05 corinna * security.cc (get_file_sd): Fix comment.
2011-07-05 corinna * fhandler.cc (fhandler_base::open): Never create...
2011-07-05 corinna * fhandler.cc (fhandler_base::open): Don't open file...
2011-07-04 cgf* environ.cc (tty_is_gone): Wrap warning at 80 characters.
2011-07-04 corinna Throughout, open console handles with sharing for...
2011-07-04 corinna * dtable.cc (dtable::init_std_file_from_handle): Chang...
2011-07-04 corinna * environ.cc (environ_init): Reinstantiate on-the...
2011-07-04 cgf* fhandler.cc (fhandler_base::open_with_arch): Call...
2011-07-01 cgf* dtable.cc (cnew): Fix whitespace.
2011-07-01 corinna * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.
2011-07-01 corinna * fhandler.cc (fhandler_base::open): Move NFS-specific...
2011-06-30 corinna * dtable.cc (fh_oom): Remove.
2011-06-30 corinna * fhandler_console.cc (fhandler_console::read): Add...
2011-06-30 corinna * dtable.cc (fh_oom): New static fhandler storage.
2011-06-28 corinna * fhandler_process.cc (heap_info::fill_if_match):...
2011-06-24 corinna * fhandler_console.cc (fhandler_console::read): Don...
2011-06-22 corinna * fhandler_tty.cc (fhandler_pty_master::setup): Create...
2011-06-22 corinna * fhandler_tty.cc (fhandler_pty_master::setup): Fix...
2011-06-18 corinna * path.cc (normalize_win32_path): Skip all slashes...
2011-06-17 corinna * fhandler.cc (fhandler_base::open): Drop local create...
2011-06-17 corinna * dcrt0.cc (dll_crt0_1): Call strace.dll_info after...
2011-06-17 corinna * dtable.cc (handle_to_fn): Accommodate name change...
2011-06-16 cgf* fhandler_console.cc (fhandler_console::set_unit)...
2011-06-15 cgf* errno.cc (EIO): Lowercase "o" representative string.
2011-06-14 cgf* cygheap.h (init_cygheap::ctty_on_hold): Remove condit...
2011-06-13 cgf* fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_t...
2011-06-12 cgfRename FH_BAD to FH_NADA throughout.
2011-06-10 cgf* environ.cc (create_upcaseenv): Delete.
2011-06-09 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-06-09 cgf* environ.cc (envcache): Delete.
2011-06-09 cgf* environ.c: Move code earlier to allow:
2011-06-08 cgf* environ.cc (tty_is_gone): Add missing space to message.
2011-06-08 cgf* environ.cc (settings::set_process_state): Delete.
2011-06-07 cgf* fhandler_console.cc (fhandler_console::open_shared_co...
2011-06-06 cgf* fhandler_disk_file.cc (fhandler_disk_file::pread...
2011-06-05 cgf* fhandler_console.cc (fhandler_console::open_shared_co...
2011-06-04 cgf* ntdll.h (FILE_PIPE_*): Define constants.
2011-06-04 cgf* pinfo.cc (_pinfo::set_ctty): Don't reset myself-...
2011-06-04 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-06-01 cgf* exceptions.cc (ctrl_c_handler): Simplify test for...
2011-06-01 cgf* external.cc (fillout_pinfo): Don't truncate ctty...
2011-06-01 cgf* select.cc (pipe_data_available): New function - uses...
2011-05-31 cgf* dtable.cc (dtable::select_write): Add missing argumen...
2011-05-30 cgf* dll_init.cc (dll_list::append): Eliminate increment...
2011-05-30 cgf* dll_init.cc (reserve_upto): Remove.
2011-05-30 cgf* fhandler_termios.cc (fhandler_termios::bg_check)...
2011-05-30 cgf* dll_init.cc (dll_list::find_by_modname): New function...
2011-05-30 cgf* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.
2011-05-29 cgf* fhandler.cc (fhandler_overlapped::wait_overlapped...
2011-05-28 cgf* dll_init.cc (dll_list::alloc): Initialize dll::image_...
2011-05-28 cgfRevert previous checkins as they introduced a bug when...
next