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
AgeCommit message (Expand)Author
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-01-12 * fhandler.h (struct part_t): New type.Corinna Vinschen
2011-01-11 * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-02-09 * fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. AddCorinna Vinschen
2008-11-21 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): DropCorinna Vinschen
2008-11-07* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if theChristopher Faylor
2008-10-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Keep track ofCorinna Vinschen
2008-08-09 * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-05-22 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidateCorinna Vinschen
2007-05-21 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Set buf size toCorinna Vinschen
2006-07-18 * fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lintCorinna Vinschen
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-05-28white spaceChristopher Faylor
2006-03-24 * fhandler_floppy.cc: Include ntdef.h and ntdll.h.Corinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen
2005-12-07 * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test forCorinna Vinschen
2005-09-30 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): UseCorinna Vinschen
2005-09-29 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't callCorinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-27 * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): AlwaysCorinna Vinschen
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-07-19 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen
2004-04-10 * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
2002-11-07 * include/cygwin/fs.h: New file.Corinna Vinschen
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-05 * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen