Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2011-07-22Corinna Vinschen <corinna@vinschen.de>Christopher Faylor
2011-07-21 * heap.cc (eval_start_address): Simplify test for large addressCorinna Vinschen
2011-07-21 * heap.cc (eval_start_address): New static function to evaluate theCorinna Vinschen
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz
2011-07-20 * setup-net.sgml (setup-packages): Reflect removal of Prev button.Andy Koppe
2011-07-20* new-features.sgml (ov-new1.7.10): Document getconf(1).Yaakov Selkowitz
2011-07-20* Makefile.in (CYGWIN_BINS): Add getconf.Yaakov Selkowitz
2011-07-19* sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT,Yaakov Selkowitz
2011-07-18 * heap.cc (heap_init): Change type of largest_found to PVOID. StartCorinna Vinschen
2011-07-16correct commentChristopher Faylor
2011-07-16* cygwinenv.sgml (using-cygwinenv): Clarify "glob" works.Christopher Faylor
2011-07-14 * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert toCorinna Vinschen
2011-07-13 * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen
2011-07-13* setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor
2011-07-11* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support forChristopher Faylor
2011-07-10 * include/netdb.h (gethostbyname2): Declare.Corinna Vinschen
2011-07-10pthread_sigmask: fix return value to match POSIXEric Blake
2011-07-07 * miscfuncs.cc (yield): Drop thread priority only once.Corinna Vinschen
2011-07-06* exceptions.cc (_cygtls::interrupt_now): Back out previous change since itChristopher Faylor
2011-07-06 * sched.c (sched_yield): Just call SwitchToThread because yield nowCorinna Vinschen
2011-07-06* exceptions.cc (_cygtls::interrupt_now): Don't check for spinning here.Christopher Faylor
2011-07-06* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor
2011-07-06 * sigproc.cc (wait_sig): Fix debug output.Corinna Vinschen
2011-07-05 * fhandler_console.cc (fhandler_console::input_tcsetattr): MakeCorinna Vinschen
2011-07-05 * security.cc (get_file_sd): Fix comment.Corinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-07-04* environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen
2011-07-04 * dtable.cc (dtable::init_std_file_from_handle): Change test for consoleCorinna Vinschen
2011-07-04 * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor
2011-07-02* dtable.cc (cnew): Fix whitespace.Christopher Faylor
2011-07-01 * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen
2011-07-01 * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen
2011-06-30 * dtable.cc (fh_oom): Remove.Corinna Vinschen
2011-06-30 * fhandler_console.cc (fhandler_console::read): Add comment.Corinna Vinschen
2011-06-30 * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen
2011-06-28 * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen
2011-06-24 * fhandler_console.cc (fhandler_console::read): Don't generate ^@ onCorinna Vinschen
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipesCorinna Vinschen
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debugCorinna Vinschen
2011-06-18 * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen
2011-06-17 * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen
2011-06-17 * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen
2011-06-17 * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen
2011-06-17* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor
2011-06-15* errno.cc (EIO): Lowercase "o" representative string.Christopher Faylor
2011-06-15 * cygwinenv.sgml (using-cygwinenv): Move envcache, strip_title, title,Corinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor