summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen2011-07-223-13/+50
* Corinna Vinschen <corinna@vinschen.de>Christopher Faylor2011-07-216-60/+77
* * heap.cc (eval_start_address): Simplify test for large addressCorinna Vinschen2011-07-212-14/+23
* * heap.cc (eval_start_address): New static function to evaluate theCorinna Vinschen2011-07-212-7/+36
* * cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz2011-07-218-25/+79
* * sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT,Yaakov Selkowitz2011-07-183-3/+28
* * heap.cc (heap_init): Change type of largest_found to PVOID. StartCorinna Vinschen2011-07-182-6/+11
* * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert toCorinna Vinschen2011-07-142-2/+11
* * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen2011-07-132-1/+26
* * setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06Christopher Faylor2011-07-132-1/+6
* * fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support forChristopher Faylor2011-07-112-15/+6
* * include/netdb.h (gethostbyname2): Declare.Corinna Vinschen2011-07-102-0/+5
* pthread_sigmask: fix return value to match POSIXEric Blake2011-07-102-4/+12
* * miscfuncs.cc (yield): Drop thread priority only once.Corinna Vinschen2011-07-072-3/+7
* * exceptions.cc (_cygtls::interrupt_now): Back out previous change since itChristopher Faylor2011-07-062-10/+11
* * sched.c (sched_yield): Just call SwitchToThread because yield nowCorinna Vinschen2011-07-062-1/+6
* * exceptions.cc (_cygtls::interrupt_now): Don't check for spinning here.Christopher Faylor2011-07-062-4/+17
* * exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor2011-07-063-44/+67
* * sigproc.cc (wait_sig): Fix debug output.Corinna Vinschen2011-07-062-1/+5
* * fhandler_console.cc (fhandler_console::input_tcsetattr): MakeCorinna Vinschen2011-07-052-3/+10
* * security.cc (get_file_sd): Fix comment.Corinna Vinschen2011-07-052-1/+5
* * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen2011-07-053-16/+23
* * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen2011-07-055-8/+34
* * environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor2011-07-042-2/+6
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-047-14/+21
* * dtable.cc (dtable::init_std_file_from_handle): Change test for consoleCorinna Vinschen2011-07-042-1/+6
* * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen2011-07-042-0/+7
* * fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor2011-07-043-12/+18
* * dtable.cc (cnew): Fix whitespace.Christopher Faylor2011-07-012-1/+5
* * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen2011-07-012-5/+17
* * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen2011-07-012-15/+20
* * dtable.cc (fh_oom): Remove.Corinna Vinschen2011-06-302-45/+46
* * fhandler_console.cc (fhandler_console::read): Add comment.Corinna Vinschen2011-06-302-1/+8
* * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen2011-06-303-9/+41
* * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen2011-06-282-1/+9
* * fhandler_console.cc (fhandler_console::read): Don't generate ^@ onCorinna Vinschen2011-06-242-1/+7
* * fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipesCorinna Vinschen2011-06-222-2/+7
* * fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debugCorinna Vinschen2011-06-222-1/+7
* * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen2011-06-182-1/+7
* * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen2011-06-174-21/+155
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-174-4/+22
* * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen2011-06-172-2/+7
* * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor2011-06-164-2/+11
* * errno.cc (EIO): Lowercase "o" representative string.Christopher Faylor2011-06-152-1/+5
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-1415-596/+202
* * fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_tty_slave): RevertChristopher Faylor2011-06-132-1/+6
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-1213-27/+79
* * environ.cc (create_upcaseenv): Delete.Christopher Faylor2011-06-102-44/+23
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-097-47/+20
* * environ.cc (envcache): Delete.Christopher Faylor2011-06-092-3/+7