summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-1524-396/+398
* * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen2001-10-154-6/+36
* * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor2001-10-144-18/+12
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-149-42/+74
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-1325-135/+188
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-1312-14/+19
* Red HatizeChristopher Faylor2001-10-121-13/+5
* * net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2001-10-112-2/+7
* * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2001-10-102-49/+31
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-106-41/+73
* * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor2001-10-095-14/+24
* fix typosEgor Duda2001-10-091-6/+6
* * fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Corinna Vinschen2001-10-092-0/+11
* * dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor2001-10-083-28/+48
* * external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor2001-10-082-2/+10
* * path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor2001-10-073-3/+22
* fix typoChristopher Faylor2001-10-061-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor2001-10-063-10/+19
* * path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor2001-10-052-2/+7
* * path.cc (getcwd): Allow NULL first argument.Christopher Faylor2001-10-052-1/+5
* Revert incorrect checkins.Christopher Faylor2001-10-053-8/+1
* * heap.h (inheap): Check for NULL.Christopher Faylor2001-10-055-2/+13
* Add second path_conv * argument to fstat()s throughout.Christopher Faylor2001-10-058-213/+223
* * spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor2001-10-052-1/+7
* * path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor2001-10-052-0/+10
* * syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor2001-10-056-60/+102
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-0422-208/+229
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-038-76/+120
* Tue Oct 2 22:25:23 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-10-022-0/+69
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-026-88/+103
* * cygwin.din: export strtoll and strtoullChristopher Faylor2001-10-012-0/+8
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-0137-292/+314
* * environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor2001-09-302-3/+11
* * Makefile.in: Depend on stamp to ensure rebuilding. Remove stamp file whenChristopher Faylor2001-09-302-1/+10
* Mon Oct 1 00:34:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-302-2/+7
* Sat Sep 29 18:26:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-294-153/+243
* * pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor2001-09-293-4/+24
* * passwd.cc (read_etc_passwd): Bother with unlocking when not in cygwinChristopher Faylor2001-09-283-0/+16
* * passwd.cc (read_etc_passwd): Don't bother with locking whenChristopher Faylor2001-09-283-14/+33
* * pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor2001-09-282-1/+6
* * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen2001-09-272-24/+26
* Thu Sep 27 22:00:00 2001 Robert Collins rbtcollins@itdomain.com.auRobert Collins2001-09-272-2/+6
* * select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor2001-09-262-1/+7
* Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-254-80/+159
* * select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor2001-09-252-6/+16
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-244-9/+19
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-248-43/+117
* * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen2001-09-232-7/+17
* * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2001-09-232-0/+6
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-226-10/+43