summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-1524-396/+398
* new known problem "hang or core-dump during make"David Starks-Browning2001-10-151-0/+9
* cvs+ssh problem on Win9x now FITNR.David Starks-Browning2001-10-151-11/+2
* * mkpasswd.cc (enum_users): Shorten "unused" passwd field.Christopher Faylor2001-10-152-1/+5
* * 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
* * Makefile.in: Allow stdinc searching for dumper.Christopher Faylor2001-10-132-6/+10
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-1312-14/+19
* * Makefile.in: Add -nostdinc to CXXFLAGS.Christopher Faylor2001-10-132-1/+5
* * Makefile.in: Comment out install for now.Christopher Faylor2001-10-122-5/+9
* * Makefile.in: Accomodate changes to w32api_include macro.Christopher Faylor2001-10-122-1/+5
* * Makefile.common: Perform more include file testing trickery.Christopher Faylor2001-10-122-4/+12
* Red HatizeChristopher Faylor2001-10-122-26/+10
* * 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
* New entries:David Starks-Browning2001-10-101-2/+29
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-106-41/+73
* * Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.Christopher Faylor2001-10-102-1/+5
* * Makefile.common: Avoid adding -I options to compile if they already exist inChristopher Faylor2001-10-102-5/+24
* * 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
* * winsup.api/mmaptest01.c: Add several tests on mmaps. Use libltp.Corinna Vinschen2001-10-083-19/+87
* * 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
* * kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.Christopher Faylor2001-10-083-22/+21
* * 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
* * winsup.api/nullgetcwd.c: New file. Check that NULL first argument to getcwdChristopher Faylor2001-10-052-0/+21
* * 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
* * winsup.api/systemcall.c (main): Change some messages for clarity.Christopher Faylor2001-10-052-2/+6
* * winsup.api/systemcall.c: New file. Check for system call problems.Christopher Faylor2001-10-052-0/+62
* * 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