summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-051-0/+18
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-0/+50
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-031-3/+26
* Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-10-021-0/+4
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-021-0/+24
* * cygwin.din: export strtoll and strtoullChristopher Faylor2001-10-011-0/+4
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+40
* * environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor2001-09-301-0/+5
* * Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor2001-09-301-0/+5
* Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-301-0/+5
* Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-291-0/+79
* * pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor2001-09-291-0/+5
* * passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor2001-09-281-0/+6
* * passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor2001-09-281-0/+6
* * pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor2001-09-281-0/+5
* * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen2001-09-271-0/+9
* Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins2001-09-271-0/+4
* * select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor2001-09-261-0/+5
* Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-251-0/+72
* * select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor2001-09-251-0/+5
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-241-0/+5
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-0/+22
* * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen2001-09-231-0/+6
* * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2001-09-231-0/+5
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-221-0/+13
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-0/+23
* * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor2001-09-201-0/+8
* * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen2001-09-201-0/+5
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-201-0/+14
* * fhandler.cc (fhandler_base::set_inheritance): If available,Corinna Vinschen2001-09-201-0/+8
* * lib/getopt.c (__progname): Don't declare if not compiling for cygwin.Christopher Faylor2001-09-191-0/+4
* * lib/getopt.c (getopt_long): Avoid compiler warning.Corinna Vinschen2001-09-191-0/+4
* * lib/getopt.c: Use __progname==__argv[0] when not compiling for cygwin.Christopher Faylor2001-09-191-0/+6
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): RevertCorinna Vinschen2001-09-191-0/+5
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-191-0/+8
* * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen2001-09-181-0/+4
* * include/io.h: Add access declaration.Christopher Faylor2001-09-171-0/+4
* * syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor2001-09-171-0/+5
* * dtable.h (not_open): Assure inline.Christopher Faylor2001-09-171-0/+10
* * path.cc (symlink): Check arguments for validity.Egor Duda2001-09-161-0/+8
* * net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2001-09-161-0/+5
* * Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor2001-09-151-0/+7
* *** empty log message ***Christopher Faylor2001-09-151-1/+4
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-0/+7
* * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.Corinna Vinschen2001-09-141-0/+4
* * fork.cc (vfork): Avoid recursive vforks.Christopher Faylor2001-09-141-0/+4
* * fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliableChristopher Faylor2001-09-141-0/+6
* * grp.cc (read_etc_group): Just reuse group_buf storage for subsequent rereadChristopher Faylor2001-09-141-0/+7
* * cygheap.cc (dup_now): New function.Christopher Faylor2001-09-141-0/+13
* * cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max isChristopher Faylor2001-09-131-0/+5