Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2001-11-15* winsup.api/pthread/: New directory. Ports of pthread functionalityEgor Duda
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor
2001-11-15 * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen
2001-11-14* syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor
2001-11-14 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen
2001-11-13 Fix ChangeLog entry.Corinna Vinschen
2001-11-13 * cygcheck.cc (dump_sysinfo): Redefine output format slightly.Corinna Vinschen
2001-11-13* cygcheck.cc (main): Slight formatting tweak.Christopher Faylor
2001-11-12 * cygcheck.cc (dump_sysinfo): Add some more details.Corinna Vinschen
2001-11-12Add missing ChangeLog entry.Christopher Faylor
2001-11-12 * cygcheck.cc (dump_sysinfo): Print more detailed OS information stringCorinna Vinschen
2001-11-12 * include/winbase.h (OSVERSIONINFOEX): Add definition.Corinna Vinschen
2001-11-12* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor
2001-11-12* include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor
2001-11-12* path.h: New file.Christopher Faylor
2001-11-12* cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor
2001-11-11fix typo.Christopher Faylor
2001-11-11* cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor
2001-11-11* dump_setup.cc: New file.Christopher Faylor
2001-11-11* Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable.Christopher Faylor
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor
2001-11-09 * cygcheck.cc (dump_sysinfo): Print more detailed OS information string.Corinna Vinschen
2001-11-092001-11-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-11-092001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-11-092001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-11-09 * checksignal.c: New testcase.Corinna Vinschen
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen
2001-11-072001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-11-072001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor
2001-11-06* include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor
2001-11-05 * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen
2001-11-05* Makefile.in: Delete unused executable after creating base-files.Egor Duda
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-11-05Add strace debugging section.Christopher Faylor
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor
2001-11-05* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor
2001-11-05* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor
2001-11-05* select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor
2001-11-04* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallelChristopher Faylor
2001-11-04 * getfacl.c (username): New function.Corinna Vinschen
2001-11-04* strace.cc (main): New option '-w'. Start traced process in separateEgor Duda
2001-11-04* Makefile.in: Force configure in testsuite directory if config.status does notChristopher Faylor
2001-11-04* Makefile.in: Oops. Revert previous change. Add Makefile/Makefile.inChristopher Faylor
2001-11-04* Makefile.in: Add check target.Christopher Faylor
2001-11-04* configure.in: Disable subauth directory test.Christopher Faylor