summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-0/+14
* * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor2001-11-261-0/+5
* Add missing ChangeLog entries.Corinna Vinschen2001-11-251-0/+16
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor2001-11-251-0/+5
* * path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor2001-11-241-0/+5
* * autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor2001-11-241-0/+8
* * net.cc (inet_makeaddr): Revert previous change.Christopher Faylor2001-11-241-0/+4
* * path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor2001-11-241-0/+4
* fix typo.Christopher Faylor2001-11-241-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-0/+39
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-0/+49
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-0/+20
* * path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor2001-11-171-0/+4
* * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen2001-11-161-0/+6
* * include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda2001-11-151-0/+13
* * exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor2001-11-151-1/+11
* * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen2001-11-141-0/+9
* * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen2001-11-141-0/+6
* * syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor2001-11-141-0/+4
* * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen2001-11-131-0/+9
* * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2001-11-121-0/+5
* * include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor2001-11-121-0/+4
* fix typo.Christopher Faylor2001-11-111-1/+1
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-101-0/+7
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-081-0/+6
* * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen2001-11-081-0/+6
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-071-0/+5
* * select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2001-11-061-0/+5
* * include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor2001-11-051-0/+4
* * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2001-11-051-0/+4
* * dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2001-11-051-0/+5
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-051-0/+8
* * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2001-11-051-0/+5
* * select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2001-11-051-0/+8
* * select.cc (verify_console): New function.Christopher Faylor2001-11-041-0/+8
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-041-0/+16
* * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen2001-11-031-0/+7
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-031-0/+12
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-0/+20
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-021-0/+8
* * cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor2001-11-011-0/+9
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-0/+43
* * environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor2001-10-311-0/+5
* * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen2001-10-311-0/+5
* remove garbage ChangeLog entry.Christopher Faylor2001-10-311-4/+5
* * sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor2001-10-311-0/+6
* * fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.Christopher Faylor2001-10-311-0/+5
* * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor2001-10-311-0/+16
* * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen2001-10-301-1/+7
* * (fhandler_socket::dup): Revert previous change.Corinna Vinschen2001-10-301-0/+4