summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+23
* * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen2001-10-151-0/+7
* * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor2001-10-141-0/+10
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-0/+29
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+34
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-0/+5
* * net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2001-10-111-0/+5
* * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2001-10-101-0/+5
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-101-0/+20
* * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor2001-10-091-0/+5
* * fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Corinna Vinschen2001-10-091-0/+4
* * dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor2001-10-081-0/+7
* * external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor2001-10-081-0/+5
* * path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor2001-10-071-0/+7
* fix typoChristopher Faylor2001-10-061-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor2001-10-061-0/+8
* * path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor2001-10-051-0/+5
* * path.cc (getcwd): Allow NULL first argument.Christopher Faylor2001-10-051-0/+4
* * heap.h (inheap): Check for NULL.Christopher Faylor2001-10-051-0/+4
* Add second path_conv * argument to fstat()s throughout.Christopher Faylor2001-10-051-0/+26
* * spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor2001-10-051-0/+6
* * path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor2001-10-051-0/+5
* * 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