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-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
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-23expand entry "How can I get bash filename completion to be case insensitive?"David Starks-Browning
2001-09-23new entry "What versions of Windows are supported?"David Starks-Browning
2001-09-231.1.x -> 1.3.x in "recent history"David Starks-Browning
2001-09-23* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor
2001-09-22new entry "How much disk space does Cygwin require?"David Starks-Browning
2001-09-22again revise license termsDavid Starks-Browning
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-22revise license explanationDavid Starks-Browning
2001-09-22Add recent developments.Christopher Faylor