aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-10-22* debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor5-10/+24
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor18-92/+70
2001-10-22 Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen3-32/+54
2001-10-22 * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen2-74/+98
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen2-1/+5
2001-10-22* resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor2-4/+8
2001-10-21* autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor3-5/+23
2001-10-21* dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor2-1/+5
2001-10-20fix typo.Christopher Faylor1-1/+1
2001-10-20 * mkgroup.c: Avoid compiler warnings.Corinna Vinschen3-207/+238
2001-10-20 * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.Corinna Vinschen2-0/+10
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor4-3/+21
2001-10-19 * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen2-1/+5
2001-10-19* syscalls.cc (_read): Validate input pointer.Christopher Faylor2-1/+16
2001-10-17 Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen2-8/+11
2001-10-16 * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen4-39/+40
2001-10-16Forgot ChangeLogCorinna Vinschen1-0/+8
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.Christopher Faylor2-0/+7
2001-10-16 * fhandler_tape.cc (fhandler_dev_tape::tape_status): ReportCorinna Vinschen3-2/+10
2001-10-16 * pathnames.sgml: Cleanup raw device text to be more coherent.Corinna Vinschen2-24/+29
2001-10-16 * pathnames.sgml: Add description for new fixed device paths.Corinna Vinschen2-4/+80
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen10-60/+253
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* 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-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