aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-09-22new entry "How much disk space does Cygwin require?"David Starks-Browning1-0/+13
2001-09-22again revise license termsDavid Starks-Browning1-2/+1
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor10-56/+120
2001-09-22revise license explanationDavid Starks-Browning1-2/+3
2001-09-22Add recent developments.Christopher Faylor1-11/+27
2001-09-22typo, words.Christopher Faylor1-4/+5
2001-09-22* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor2-1/+6
2001-09-21fix errorDavid Starks-Browning1-1/+1
2001-09-21Update contents.David Starks-Browning1-27/+49
2001-09-21new entry "Can I build a Cygwin program that does not require cygwin1.dll at ...David Starks-Browning1-0/+13
2001-09-21* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor2-1/+5
2001-09-20New entry "Why doesn't //c (for C:) work anymore?"David Starks-Browning1-0/+9
2001-09-20* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor5-43/+24
2001-09-20* libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda4-9/+17
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2-1/+7
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen4-2/+37
2001-09-20 * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen4-2/+27
2001-09-192001-09-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd6-5/+28
2001-09-19Add -t option.Christopher Faylor1-1/+1
2001-09-19* lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2-2/+6
2001-09-19* Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor2-3/+7
2001-09-19 * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2-1/+5
2001-09-19* lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor3-10/+18
2001-09-19 * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2-1/+6
2001-09-192001-09-19 Earnie Boyd <earnie@SF.net>Earnie Boyd3-6/+12
2001-09-19* cygwin.din (__argv): Export.Christopher Faylor4-298/+411
2001-09-18 * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen2-1/+5
2001-09-17* include/io.h: Add access declaration.Christopher Faylor2-0/+5
2001-09-17* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor3-2/+42
2001-09-172001-09-17 Earnie Boyd <earnie@sf.net>Earnie Boyd4-5/+16
2001-09-17 * Makefile.in: Increment version.Earnie Boyd3-21/+46
2001-09-17* dtable.h (not_open): Assure inline.Christopher Faylor4-4/+14
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda5-13/+39
2001-09-16* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2-2/+23
2001-09-16minor typo fixes.Christopher Faylor1-3/+3
2001-09-15* winsup.api/ltp/sbrk01.c (main): Force output at startup toEgor Duda5-12/+442
2001-09-15* Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor3-9/+15
2001-09-15*** empty log message ***Christopher Faylor1-1/+4
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor7-21/+48
2001-09-14Hints and tips on debugging cygwinEgor Duda1-0/+73
2001-09-14add copyrights.Christopher Faylor3-1/+5
2001-09-14more wordsChristopher Faylor1-1/+83
2001-09-14* dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda2-7/+20
2001-09-14 * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.Corinna Vinschen2-3/+4
2001-09-14*** empty log message ***Christopher Faylor1-0/+1
2001-09-14* fork.cc (vfork): Avoid recursive vforks.Christopher Faylor2-1/+9
2001-09-14* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliableChristopher Faylor3-12/+18
2001-09-14* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor3-4/+9
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor5-24/+64
2001-09-13* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max isChristopher Faylor2-2/+8