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
path: root/winsup
AgeCommit message (Expand)Author
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-16new known problem "hang or core-dump during make"David Starks-Browning
2001-10-16cvs+ssh problem on Win9x now FITNR.David Starks-Browning
2001-10-15* mkpasswd.cc (enum_users): Shorten "unused" passwd field.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* Makefile.in: Allow stdinc searching for dumper.Christopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-10-13* Makefile.in: Add -nostdinc to CXXFLAGS.Christopher Faylor
2001-10-13* Makefile.in: Comment out install for now.Christopher Faylor
2001-10-12* Makefile.in: Accomodate changes to w32api_include macro.Christopher Faylor
2001-10-12* Makefile.common: Perform more include file testing trickery.Christopher Faylor
2001-10-12Red HatizeChristopher 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-10New entries:David Starks-Browning
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor
2001-10-10* Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.Christopher Faylor
2001-10-10* Makefile.common: Avoid adding -I options to compile if they already exist inChristopher Faylor
2001-10-10* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor
2001-10-09fix typosEgor Duda
2001-10-09 * fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Corinna Vinschen
2001-10-08 * winsup.api/mmaptest01.c: Add several tests on mmaps. Use libltp.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* kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.Christopher 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* winsup.api/nullgetcwd.c: New file. Check that NULL first argument to getcwdChristopher Faylor
2001-10-05* path.cc (getcwd): Allow NULL first argument.Christopher Faylor
2001-10-05Revert incorrect checkins.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* winsup.api/systemcall.c (main): Change some messages for clarity.Christopher Faylor
2001-10-05* winsup.api/systemcall.c: New file. Check for system call problems.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