summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen2001-09-272-24/+26
* Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins2001-09-272-2/+6
* Remove spurious commentNick Clifton2001-09-272-2/+5
* * select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor2001-09-262-1/+7
* Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-254-80/+159
* * select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor2001-09-252-6/+16
* merge from gccDJ Delorie2001-09-242-0/+13
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-244-9/+19
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-248-43/+117
* * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen2001-09-232-7/+17
* * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2001-09-232-0/+6
* expand entry "How can I get bash filename completion to be case insensitive?"David Starks-Browning2001-09-231-1/+11
* new entry "What versions of Windows are supported?"David Starks-Browning2001-09-231-1/+16
* 1.1.x -> 1.3.x in "recent history"David Starks-Browning2001-09-231-8/+9
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-226-10/+43
* new entry "How much disk space does Cygwin require?"David Starks-Browning2001-09-221-0/+13
* again revise license termsDavid Starks-Browning2001-09-221-2/+1
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-2210-56/+120
* revise license explanationDavid Starks-Browning2001-09-221-2/+3
* Add recent developments.Christopher Faylor2001-09-221-11/+27
* typo, words.Christopher Faylor2001-09-221-4/+5
* * Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor2001-09-222-1/+6
* fix errorDavid Starks-Browning2001-09-211-1/+1
* Update contents.David Starks-Browning2001-09-211-27/+49
* new entry "Can I build a Cygwin program that does not require cygwin1.dll at ...David Starks-Browning2001-09-211-0/+13
* Fix compile time warningsNick Clifton2001-09-212-1/+5
* fix compile time warning messagesNick Clifton2001-09-212-1/+5
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-212-14/+25
* * Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor2001-09-212-1/+5
* New entry "Why doesn't //c (for C:) work anymore?"David Starks-Browning2001-09-201-0/+9
* * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor2001-09-205-43/+24
* * libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda2001-09-204-9/+17
* * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2001-09-202-1/+7
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-204-2/+37
* * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen2001-09-204-2/+27
* 2001-09-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-196-5/+28
* Add -t option.Christopher Faylor2001-09-191-1/+1
* * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2001-09-192-2/+6
* * Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor2001-09-192-3/+7
* * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2001-09-192-1/+5
* * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor2001-09-193-10/+18
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2001-09-192-1/+6
* 2001-09-19 Earnie Boyd <earnie@SF.net>Earnie Boyd2001-09-193-6/+12
* 2001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston2001-09-192-1/+7
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-194-298/+411
* merge from gccDJ Delorie2001-09-182-9/+20
* * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen2001-09-182-1/+5
* oops omitted in previous deltaNick Clifton2001-09-181-14/+26
* * internal.h (elf_internal_rela): Make r_addend a bfd_vma.Alan Modra2001-09-182-2/+6
* * external.h (GET_LINENO_LNNO): Use H_GET_32/16.Alan Modra2001-09-185-88/+119