Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-15 * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-10-11* net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda
2001-10-10 * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor
2001-10-10* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor
2001-10-09 * fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Corinna Vinschen
2001-10-08* dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor
2001-10-08* external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor
2001-10-08* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor
2001-10-06fix typoChristopher Faylor
2001-10-06* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor
2001-10-05* path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor
2001-10-05* path.cc (getcwd): Allow NULL first argument.Christopher Faylor
2001-10-05* heap.h (inheap): Check for NULL.Christopher Faylor
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor
2001-10-05* spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor
2001-10-05* path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor
2001-10-02Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01* cygwin.din: export strtoll and strtoullChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-10-01* environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor
2001-10-01* Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor
2001-09-30Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-29Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-29* pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor
2001-09-28* passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor
2001-09-28* pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor
2001-09-28 * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen
2001-09-28Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins
2001-09-27* select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor
2001-09-25Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-09-25* select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor
2001-09-25* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor
2001-09-25* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor
2001-09-23 * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen
2001-09-23 * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen
2001-09-23* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-21* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor
2001-09-20 * fhandler_socket.cc (fhandler_socket::fixup_after_exec): CloseCorinna Vinschen