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