OSDN Git Service

Initial checkin of text Corinna sent to cygwin-announce.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin /
2011-12-31 cgfInitial checkin of text Corinna sent to cygwin-announce.
2011-12-30 yselkowitz * cygwin.din (getpt): Export.
2011-12-30 yselkowitz * thread.cc: Mark pthread_rwlock_timedrdlock and
2011-12-25 cgf* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp...
2011-12-24 corinna * path.cc (struct symlink_info): Add bool argument...
2011-12-23 corinna * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting...
2011-12-22 corinna * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-22 corinna * external.cc (cygwin_internal): Implement CW_ALLOC_DR...
2011-12-22 corinna * fhandler_process.cc: Drop unneeded includes.
2011-12-22 corinna Throughout use wincap.allocation_granularity instead...
2011-12-21 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-12-21 corinna * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp...
2011-12-19 corinna * syscalls.cc (rename): Fix typo in comment. Fix...
2011-12-19 corinna * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_se...
2011-12-19 cgfclarify entry
2011-12-18 cgf* fhandler.cc (fhandler_base::close): Move setting...
2011-12-17 cgfClean up whitespace.
2011-12-17 corinna * dcrt0.cc (_dll_crt0): Fix formatting.
2011-12-17 corinna * wow64.cc (wow64_revert_to_original_stack): Fix comment.
2011-12-17 cgf* exceptions.cc (set_signal_mask): Remove useless debug...
2011-12-17 cgfFix formatting. Fix typo.
2011-12-17 cgfImplement fhandler reference counting.
2011-12-16 corinna * dcrt0.cc (child_info_fork::alloc_stack): Correctly...
2011-12-16 cgf* gendef (sigdelayed): Remember to pop all of the saved...
2011-12-16 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-12-16 corinna * Makefile.in (DLL_OFILES): Add wow64.o.
2011-12-16 cgf* exceptions.cc (_cygtls::call_signal_handler): Fix...
2011-12-14 corinna Don't leave Windows 2000 behind.
2011-12-13 cgfadd missing change
2011-12-13 cgf* dcrt0.cc (init_windows_system_directory): Record...
2011-12-13 corinna * netdb.cc (open_system_file): Avoid MS-DOS path warning.
2011-12-13 corinna * path.cc (conv_path_list): Fix a condition.
2011-12-13 corinna * fhandler_disk_file.cc (fhandler_base::fstat_by_handl...
2011-12-13 corinna * times.cc (hires_ns::resolution): Don't return less...
2011-12-13 cgf* cygthread.h (cygthread::name): Very minor formatting...
2011-12-12 corinna * fhandler_process.cc (dos_drive_mappings): Partially...
2011-12-12 corinna * fhandler_process.cc (dos_drive_mappings::dos_drive_m...
2011-12-12 corinna * mount.cc (fs_info::update): Set has_buggy_reopen...
2011-12-12 corinna * dcrt0.cc (wow64_respawn): New static variable.
2011-12-12 cgf* pipe.cc (fhandler_pipe::create): Use debug_printf...
2011-12-11 cgf* select.cc (select_stuff::wait): Very minor formatting...
2011-12-10 cgffix another typo in ChangeLog
2011-12-10 cgf* sigproc.h (cygwait): Delete duplicate va_start and...
2011-12-10 cgfAdd ChangeLog entry for previous change and revert...
2011-12-10 cgfClarify entry
2011-12-10 cgf* exceptions.cc (ctrl_c_handler): YA in a series or...
2011-12-09 cgf* dllfixdbg: Work around annoying gdb warning about...
2011-12-09 cgfRename cygWFMO to cygwait throughout and use the magic...
2011-12-09 cgfRevert erroneous checkin
2011-12-09 cgf* sigproc.cc (signal_exit): Revert reversion of 2011...
2011-12-09 cgf* select.cc (cygwin_select): Fifth time is the charm.
2011-12-08 cgf* select.cc (cygwin_select): Make sure that 0 is return...
2011-12-08 cgf* include/sys/wait.h: Add in all c++ functions.
2011-12-08 cgf* select.cc (select_stuff::wait): Temporarily disallow...
2011-12-08 cgf* include/sys/wait.h: Ensure that C++ functions are...
2011-12-08 cgf* select.cc (cygwin_select): Make sure that poll is...
2011-12-08 cgf* dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-12-08 cgf* fhandler_termios.cc (tty_min::kill_pgrp): Don't send...
2011-12-07 cgf* select.cc (cygwin_select): Add common introducer...
2011-12-07 cgf* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove...
2011-12-07 corinna * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-07 cgf* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid...
2011-12-05 cgf* sigproc.cc (close_my_readsig): New function.
2011-12-05 corinna * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct...
2011-12-04 cgfcorrect name of function
2011-12-04 cgf* sigproc.cc (cygWFMO): Don't assume that cancellable...
2011-12-04 cgf* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN"...
2011-12-04 cgf* exceptions.cc (exception::handle): Drop abbreviation...
2011-12-03 cgf* mmap.cc (mlock): Add standard syscall return value...
2011-12-03 cgffix incorrectly named file in old ChangeLog entry
2011-12-03 corinna * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIV...
2011-12-03 cgfThroughout, remove extra space after function name...
2011-12-03 corinna * fhandler.cc (fhandler_base::open): Fix comment a...
2011-12-03 corinna * fhandler.cc (fhandler_base::open): Fix typos in...
2011-12-02 corinna * path.cc (conv_path_list): Take cygwin_conv_path_t...
2011-11-29 cgf* sigproc.cc (get_proc_lock): Remove extra NULL check...
2011-11-29 cgf* sync.cc: Fix comment.
2011-11-29 cgf* sigproc.cc (remove_proc): Don't terminate the current...
2011-11-29 cgffix older description
2011-11-28 corinna * external.cc (fillout_pinfo): Store program name...
2011-11-28 corinna * pinfo.cc (pinfo::exit): Call TerminateProcess to...
2011-11-27 cgf* init.cc (dll_entry): Revert previous change since...
2011-11-26 cgf* init.cc (remove): Don't bother calling through thread...
2011-11-26 cgf* exceptions.cc (stackdump): Make global.
2011-11-26 cgf* exceptions.cc (sigpacket::process): Move signal_exit...
2011-11-24 cgfmissed this in previous checkin
2011-11-24 cgf* cygthread.h (cygthread::name): Default name to "main...
2011-11-24 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previ...
2011-11-23 cgf* pipe.cc (fhandler_pipe::create): Avoid derefencing...
2011-11-23 cgf* fhandler.h (fhandler_pipe::create): Rename from the...
2011-11-21 cgf* sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-21 cgf* sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-18 corinna * shared.cc (get_shared_parent_dir): Use global shared...
2011-11-17 corinna * shared.cc (shared_info::create): Open global shared...
2011-11-16 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-11-14 cgf* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning...
2011-11-14 cgfRemove erroneously checked-in debugging statements.
2011-11-14 cgfupdate copyrights
2011-11-14 cgfThroughout use "have_execed" macro rather than "hExeced...
2011-11-08 corinna * posix.sgml (std-gnu): Add ptsname_r.
next