summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * winsup.api/systemcall.c (main): Change some messages for clarity.Christopher Faylor2001-10-052-2/+6
* * winsup.api/systemcall.c: New file. Check for system call problems.Christopher Faylor2001-10-052-0/+62
* * spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor2001-10-052-1/+7
* * path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor2001-10-052-0/+10
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-056-60/+102
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-0422-208/+229
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-038-76/+120
* Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-10-022-0/+69
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-026-88/+103
* * cygwin.din: export strtoll and strtoullChristopher Faylor2001-10-012-0/+8
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-0137-292/+314
* * environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor2001-09-302-3/+11
* * Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor2001-09-302-1/+10
* Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-302-2/+7
* Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-294-153/+243
* * pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor2001-09-293-4/+24
* * passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor2001-09-283-0/+16
* * passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor2001-09-283-14/+33
* * pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor2001-09-282-1/+6
* * 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
* * 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
* * 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
* * 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