aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-12-08* path.cc (path_conv::check): Use full path name for determining attributesChristopher Faylor2-5/+13
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-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-03* net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor3-26/+22
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-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-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor8-744/+896
2001-11-17* path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor2-3/+12
2001-11-16 * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen3-1/+7
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda4-4/+26
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor5-7/+24
2001-11-14 * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen2-6/+25
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen3-3/+7
2001-11-14* syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor2-0/+7
2001-11-13 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen5-6/+45
2001-11-12* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2-3/+5
2001-11-12* include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor2-2/+6
2001-11-11fix typo.Christopher Faylor1-1/+1
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor3-8/+11
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen4-10/+18
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen3-1/+8
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2-1/+6
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2-1/+6
2001-11-05* include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor2-2/+6
2001-11-05 * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2-0/+6
2001-11-05Eliminate excess whitespace.Christopher Faylor38-184/+183
2001-11-05Add strace debugging section.Christopher Faylor1-6/+29
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2-1/+6
2001-11-05* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor3-5/+13
2001-11-05* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2-1/+6