aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-12-14* Makefile.in: Exit immediately if a sub-make fails.Christopher Faylor5-6/+22
2001-12-14* mkpasswd.c (opts): Add indication that '-p' option requires an argument.Christopher Faylor2-1/+6
2001-12-11* Makefile.in: Add define to CXXFLAGS.Christopher Faylor8-12/+15
2001-12-11* include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.Christopher Faylor2-0/+5
2001-12-11* what.texinfo: Clarify XP.Christopher Faylor2-3/+6
2001-12-11* fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor4-7/+11
2001-12-10whitespace cleanupChristopher Faylor7-185/+19
2001-12-08* path.cc (path_conv::check): Use full path name for determining attributesChristopher Faylor2-5/+13
2001-12-07 * Makefile.in: Increment VERSION.Earnie Boyd3-3/+8
2001-12-07 * Makefile.in: Increment VERSION.Earnie Boyd3-3/+8
2001-12-07merge changes from MinGWEarnie Boyd2-11/+19
2001-12-07* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.Christopher Faylor2-31/+38
2001-12-06* path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn'tChristopher Faylor3-10/+27
2001-12-05* dir.cc (opendir): Detect error return from build_fhandler_from_name.Christopher Faylor2-4/+13
2001-12-05Merge MinGW CVS differencesEarnie Boyd41-147/+357
2001-12-05 * include/strings.h: New file.Earnie Boyd2-0/+16
2001-12-05Add missing ChangeLog entries.Christopher Faylor1-0/+2
2001-12-04* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor2-1/+6
2001-12-042001-12-04 Earnie Boyd <earnie@users.sf.net>Earnie Boyd2-0/+9
2001-12-042001-12-04 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd3-52/+15
2001-12-04Cleanup copyrights and Cygnus'isms throughout.Christopher Faylor19-434/+122
2001-12-04remove extra mask infoChristopher Faylor1-1/+1
2001-12-04remove extra mask infoChristopher Faylor1-21/+0
2001-12-04* cygcheck.cc (usage): Add -c description.Christopher Faylor5-83/+142
2001-12-03* net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor3-26/+22
2001-12-032001-12-03 Earnie Boyd <earnie@users.sf.net>Earnie Boyd23-69/+1042
2001-12-03* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdriveChristopher Faylor3-7/+18
2001-12-02minor reformatting.Christopher Faylor1-8/+8
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor5-30/+18
2001-11-28* winsup.h: Reorganize to avoid use of experimental stuff.Christopher Faylor3-8/+13
2001-11-28Add attribution.Christopher Faylor1-1/+1
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor9-60/+183
2001-11-26Revert erroneous checkin.Christopher Faylor1-5/+0
2001-11-26* Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor3-1/+11
2001-11-25Add missing ChangeLog entries.Corinna Vinschen1-0/+16
2001-11-25* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor3-1/+11
2001-11-24 * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen1-1/+13
2001-11-24 * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen2-1/+12
2001-11-24* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor2-11/+13
2001-11-24* autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor3-5/+14
2001-11-24* net.cc (inet_makeaddr): Revert previous change.Christopher Faylor2-1/+5
2001-11-24* path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor2-6/+17
2001-11-24Fix typo.Christopher Faylor1-1/+1
2001-11-24fix typo.Christopher Faylor1-1/+1
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor12-146/+297
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor8-50/+239
2001-11-22* path.cc (cygpath): Don't consider cygpath stuff when trying to derive nativeChristopher Faylor2-1/+9
2001-11-21 Patch by Pierre Muller <muller@ics.u-strasbg.fr>:Corinna Vinschen2-0/+10
2001-11-21 Patch by Mark Bradshaw <bradshaw@staff.crosswalk.com>:Corinna Vinschen2-20/+60
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor8-744/+896