aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-16* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation fromChristopher Faylor2-1/+6
2001-10-16* mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor2-3/+8
2001-10-16minor reformat.Christopher Faylor1-42/+21
2001-10-16* filenames.h: Add cygwin to the list of dosish style path systems.Christopher Faylor2-2/+6
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor6-10/+32
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor24-396/+398
2001-10-15new known problem "hang or core-dump during make"David Starks-Browning1-0/+9
2001-10-15cvs+ssh problem on Win9x now FITNR.David Starks-Browning1-11/+2
2001-10-15* mkpasswd.cc (enum_users): Shorten "unused" passwd field.Christopher Faylor2-1/+5
2001-10-15 * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen4-6/+36
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor4-18/+12
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor9-42/+74
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor25-135/+188
2001-10-13* Makefile.in: Allow stdinc searching for dumper.Christopher Faylor2-6/+10
2001-10-13oops, fix an error in the previous entry.Matthew Green1-2/+3
2001-10-13[gas/ChangeLog]Matthew Green2-1/+15
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor12-14/+19
2001-10-13* Makefile.in: Add -nostdinc to CXXFLAGS.Christopher Faylor2-1/+5
2001-10-12* Makefile.in: Comment out install for now.Christopher Faylor2-5/+9
2001-10-12* Makefile.in: Accomodate changes to w32api_include macro.Christopher Faylor2-1/+5
2001-10-12* Makefile.common: Perform more include file testing trickery.Christopher Faylor2-4/+12
2001-10-12Red HatizeChristopher Faylor2-26/+10
2001-10-11* net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2-2/+7
2001-10-10 * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2-49/+31
2001-10-10New entries:David Starks-Browning1-2/+29
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor6-41/+73
2001-10-10* Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.Christopher Faylor2-1/+5
2001-10-10* Makefile.common: Avoid adding -I options to compile if they already exist inChristopher Faylor2-5/+24
2001-10-09* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor5-14/+24
2001-10-09fix typosEgor Duda1-6/+6
2001-10-09 * fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Corinna Vinschen2-0/+11
2001-10-08 * winsup.api/mmaptest01.c: Add several tests on mmaps. Use libltp.Corinna Vinschen3-19/+87
2001-10-08* dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor3-28/+48
2001-10-08* external.cc (fillout_pinfo): Reset counter whenever we initialize the pidChristopher Faylor2-2/+10
2001-10-08* kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.Christopher Faylor3-22/+21
2001-10-07* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor3-3/+22
2001-10-07merge from gccDJ Delorie3-6/+11
2001-10-06fix typoChristopher Faylor1-1/+1
2001-10-06* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor3-10/+19
2001-10-05* path.cc (get_raw_device_number): Correct length arguments for wdeveqn.Christopher Faylor2-2/+7
2001-10-05* winsup.api/nullgetcwd.c: New file. Check that NULL first argument to getcwdChristopher Faylor2-0/+21
2001-10-05* path.cc (getcwd): Allow NULL first argument.Christopher Faylor2-1/+5
2001-10-05Revert incorrect checkins.Christopher Faylor3-8/+1
2001-10-05* heap.h (inheap): Check for NULL.Christopher Faylor5-2/+13
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor8-213/+223
2001-10-05* winsup.api/systemcall.c (main): Change some messages for clarity.Christopher Faylor2-2/+6
2001-10-05* winsup.api/systemcall.c: New file. Check for system call problems.Christopher Faylor2-0/+62
2001-10-05* spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor2-1/+7
2001-10-05* path.cc (path_conv::check): Return ENOTDIR when leading device and trailingChristopher Faylor2-0/+10
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor6-60/+102