summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * flock.cc (lf_setlock): Add timeout variable and set before callingCorinna Vinschen2012-02-152-13/+23
* .Christopher Faylor2012-02-141-1/+1
* * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor2012-02-145-18/+22
* * fhandler_disk_file.cc (fhandler_cygdrive::fstat): Don't bother toCorinna Vinschen2012-02-142-9/+7
* * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):Corinna Vinschen2012-02-142-7/+6
* * flock.cc (lf_setlock): Don't close waited lock object handle beforeCorinna Vinschen2012-02-142-2/+7
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-1413-115/+140
* * thread.cc: Drop including unused headers.Corinna Vinschen2012-02-142-4/+4
* * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.Corinna Vinschen2012-02-132-161/+144
* * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen2012-02-138-121/+167
* * include/pthread.h: Include time.h as required by POSIX.Yaakov Selkowitz2012-02-132-1/+6
* * exception.h (stackdump): Declare.Christopher Faylor2012-02-124-20/+27
* * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen2012-02-114-23/+35
* * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen2012-02-104-14/+51
* * syscalls.cc (setsid): On second thought, in the spirit of keeping thingsChristopher Faylor2012-02-102-2/+8
* * syscalls.cc (open): Semi-revert (?) to allowing open of a tty to becomeChristopher Faylor2012-02-102-1/+6
* * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake2012-02-092-10/+17
* * exceptions.cc (setup_handler): Reduce system_printf to sigproc_printf sinceChristopher Faylor2012-02-092-1/+7
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::write): SetCorinna Vinschen2012-02-092-1/+8
* * dll_init.h (struct dll): Re-add modname.Corinna Vinschen2012-02-093-28/+36
* * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide aCorinna Vinschen2012-02-092-0/+7
* Add missing file from previous checkinCorinna Vinschen2012-02-091-0/+222
* * libc/machine/arm/strcmp.S: New File.Corinna Vinschen2012-02-095-453/+793
* * passwd.cc: Add -v option to print version information as well, sinceCorinna Vinschen2012-02-092-2/+9
* *** empty log message ***Corinna Vinschen2012-02-092-2/+2
* * dtable.cc (dtable::init_std_file_from_handle): Reinstate opening tty handlesChristopher Faylor2012-02-093-2/+7
* * thread.cc (__pthread_cond_wait_init): New static function replacingCorinna Vinschen2012-02-082-5/+21
* * include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++Christopher Faylor2012-02-082-16/+16
* * sigproc.cc (child_info_fork::abort): Call TerminateProcess ratherCorinna Vinschen2012-02-082-2/+7
* Implement Intel Transactional Synchronization ExtensionsH.J. Lu2012-02-082-0/+7
* * uinfo.cc (cygheap_user::env_userprofile): Simplify since networkCorinna Vinschen2012-02-082-9/+6
* * uinfo.cc (cygheap_user::env_userprofile): Convert nativeCorinna Vinschen2012-02-082-1/+14
* * dll_init.cc: Throughout, drop usage of modname in favor of name.Corinna Vinschen2012-02-083-50/+37
* * dll_init.cc (dll_list::alloc): Add DLL name to fabort output. FixCorinna Vinschen2012-02-082-8/+13
* * include/sys/sysmacros.h: Include sys/types.h.Corinna Vinschen2012-02-082-1/+7
* * faq-using.xml (faq.using.sshd-in-domain): Document autoload errorCorinna Vinschen2012-02-082-2/+18
* * mount.cc (mount_info::create_root_entry): Fix format specifier inCorinna Vinschen2012-02-072-2/+7
* * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen2012-02-075-3/+11
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-079-35/+49
* * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 11.Christopher Faylor2012-02-072-1/+5
* * libc/include/inttypes.h: Redefine pointer type macros.Corinna Vinschen2012-02-072-8/+12
* * new-features.sgml (ov-new1.7.10): Fix typo.Corinna Vinschen2012-02-052-1/+5
* * legal.sgml: Fix copyright.Corinna Vinschen2012-02-052-1/+5
* *** empty log message ***Corinna Vinschen2012-02-051-17/+12
* * setup2.sgml: Fix more typos.Corinna Vinschen2012-02-043-2/+7
* * utils.sgml: Fix typos.Corinna Vinschen2012-02-042-7/+11
* * faq-using.xml: Fix typos.Corinna Vinschen2012-02-046-17/+20
* Add support to GDB for the Renesas rl78 architecture.Kevin Buettner2012-02-042-0/+80
* * grp.cc (pwdgrp::parse_group): Convert grp from macro to reference.Corinna Vinschen2012-02-033-6/+10
* * syscalls.cc (close_all_files): Use cygheap_fdget to manipulate fhandler. UseChristopher Faylor2012-02-022-14/+19