summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix memory and handle leaks due to fdopendir:Corinna Vinschen2012-02-025-24/+112
* More performance enhancements and POSIX compliance corrections.Keith Marshall2012-02-012-221/+260
* Grr. Fix another typo.Christopher Faylor2012-02-011-1/+1
* * fcntl.cc (fcntl64): Add introductory debug statement. Call dup3 directoryChristopher Faylor2012-02-012-3/+12
* * dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor2012-02-013-5/+17
* fix typoChristopher Faylor2012-02-011-1/+1
* * fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't blockChristopher Faylor2012-02-013-48/+46
* * syscalls.cc (dup3): Fix debug typo.Christopher Faylor2012-01-313-8/+19
* Move ELF header entries to elf/ChangeLogH.J. Lu2012-01-312-16/+16
* * strace.cc (proc_child): Don't right-shift exit value.Christopher Faylor2012-01-312-4/+9
* Support arch-dependent fillH.J. Lu2012-01-312-2/+7
* * tzset.c: Throughout use wide characters to be locale agnostic.Corinna Vinschen2012-01-292-470/+475
* * Makefile.in (CYGWIN_BINS): Add tzset.Corinna Vinschen2012-01-297-1/+765
* Forced checkin for timestampCorinna Vinschen2012-01-280-0/+0
* * cygwin.din: Fix order (DATA first).Corinna Vinschen2012-01-282-4/+8
* * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNCCorinna Vinschen2012-01-272-5/+14
* * dwarf2.h (enum dwarf_form): Add Fission extensions.Cary Coutant2012-01-262-1/+17
* * sigproc.cc (child_info::retry_count): Actually that should have been 0.Christopher Faylor2012-01-262-1/+6
* * sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor2012-01-262-1/+5
* * pathnames.sgml (mount-table): Rephrase a few expressions forCorinna Vinschen2012-01-242-7/+17
* * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz2012-01-242-1/+9
* libgloss: bfin: add a better default _exitMichael Frysinger2012-01-243-2/+32
* * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen2012-01-232-114/+24
* * fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor2012-01-224-20/+49
* clarify wordingChristopher Faylor2012-01-221-1/+1
* * cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor2012-01-225-28/+19
* * cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor2012-01-227-16/+36
* * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen2012-01-203-0/+14
* * arm/linux-crt0.c: Use ldr instead of adr to get address ofCorinna Vinschen2012-01-172-1/+8
* Correct misused 'rm -r' command in uninstall rules.Keith Marshall2012-01-164-3/+11
* Generalise makefile references to subdirectories of lib.Keith Marshall2012-01-163-7/+12
* * configure: Regenerate and re-add to repository.Corinna Vinschen2012-01-163-1/+4017
* Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall2012-01-155-9/+22
* More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall2012-01-155-5/+11