aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-30/+68
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor1-0/+5
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen1-0/+19
2013-10-23 * fhandler.cc (fhandler_base::fstat): Drop FH_FULL case to alignCorinna Vinschen1-3/+0
2013-10-22* fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor1-0/+5
2013-07-03* fhandler.cc (fhandler_base::close_with_arch): Make sure that the archetype isChristopher Faylor1-16/+14
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen1-7/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-6/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-93/+61
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-9/+9
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen1-6/+11
2012-08-16whitespace cleanupChristopher Faylor1-1/+1
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-1/+2
2012-03-12Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor1-1/+9
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen1-2/+3
2012-02-28tcgetsid: fix return typeEric Blake1-1/+1
2012-02-01* fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't blockChristopher Faylor1-1/+1
2012-01-31* syscalls.cc (dup3): Fix debug typo.Christopher Faylor1-7/+8
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor1-1/+2
2011-12-21* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor1-1/+1
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor1-22/+35
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor1-6/+7
2011-12-17Implement fhandler reference counting.Christopher Faylor1-5/+6
2011-12-16* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor1-1/+1
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor1-13/+19
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-15/+3
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-1/+1
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor1-5/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-12-03 * fhandler.cc (fhandler_base::open): Fix comment a bit more.Corinna Vinschen1-1/+1
2011-12-03 * fhandler.cc (fhandler_base::open): Fix typos in comment.Corinna Vinschen1-3/+3
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor1-18/+76
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-0/+7
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen1-1/+1
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen1-3/+4
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-3/+3
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-2/+2
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-0/+11
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-12/+10
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-2/+8
2011-08-27 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen1-5/+1
2011-08-25 * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen1-12/+30
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor1-0/+5
2011-07-05 * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen1-12/+7
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen1-2/+7
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor1-1/+1
2011-07-01 * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen1-15/+15
2011-06-17 * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen1-7/+7
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor1-1/+3
2011-05-31* dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor1-75/+69