aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_zero.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2013-10-24 * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen1-6/+0
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen1-10/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-2/+2
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+1
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-6/+0
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen1-0/+5
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-0/+1
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+3
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-2/+2
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-3/+3
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-6/+1
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+1
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-2/+2
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-2/+2
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-1/+1
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-1/+0
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-2/+2
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-3/+3
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+58