Age | Commit message (Expand) | Author | Files | Lines |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -50/+67 |
2003-09-07 | Remove left coercion throughout. | Christopher Faylor | 1 | -1/+1 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-01 | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 1 | -2/+2 |
2003-03-22 | * pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist. | Christopher Faylor | 1 | -3/+6 |
2003-02-07 | * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps. | Christopher Faylor | 1 | -0/+1 |
2003-02-07 | * pipe.cc (fhandler_pipe::close): Avoid extraneous this->. | Christopher Faylor | 1 | -1/+1 |
2003-02-04 | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 1 | -3/+3 |
2003-01-10 | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 1 | -1/+1 |
2003-01-03 | * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup | Christopher Faylor | 1 | -1/+1 |
2002-12-14 | * pipe.cc (make_pipe): Set fork fixup flag for read pipe. | Christopher Faylor | 1 | -0/+1 |
2002-12-14 | add FIXME | Christopher Faylor | 1 | -0/+1 |
2002-12-14 | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 1 | -14/+35 |
2002-12-11 | * cygthread.h (cygthread::stack_ptr): New element. | Christopher Faylor | 1 | -2/+25 |
2002-11-09 | * fhandler.h (class fhandler_pipe): New ioctl() method. | Christopher Faylor | 1 | -0/+28 |
2002-07-30 | * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec. | Christopher Faylor | 1 | -1/+0 |
2002-07-03 | * cygheap.cc (init_cheap): Rearrange error message. | Christopher Faylor | 1 | -0/+2 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -2/+1 |
2002-06-02 | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -2/+2 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -2/+2 |
2001-11-05 | Eliminate excess whitespace. | Christopher Faylor | 1 | -1/+1 |
2001-11-05 | * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof. | Christopher Faylor | 1 | -3/+3 |
2001-11-05 | * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe" | Christopher Faylor | 1 | -1/+1 |
2001-11-03 | * fhandler.cc (fhandler_base::read): Return just read ahead characters if slow | Christopher Faylor | 1 | -2/+6 |
2001-11-03 | * dll_init.h (class dll_list): Reorder functions to avoid compiler "can't | Christopher Faylor | 1 | -4/+2 |
2001-11-01 | * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device. | Christopher Faylor | 1 | -1/+2 |
2001-10-24 | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 1 | -1/+1 |
2001-10-22 | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 1 | -1/+0 |
2001-10-15 | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 1 | -35/+37 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -3/+2 |
2001-10-01 | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 1 | -0/+1 |
2001-09-29 | * pipe.cc (fhandler_pipe::fixup_after_fork): New method. | Christopher Faylor | 1 | -4/+18 |
2001-09-28 | * pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOF | Christopher Faylor | 1 | -1/+1 |
2001-09-24 | * fhandler.h (fhandler_pipe::hit_eof): New method. | Christopher Faylor | 1 | -22/+50 |
2001-09-22 | * exceptions.cc (setup_handler): Always relinquish lock after we've | Christopher Faylor | 1 | -0/+55 |
2001-09-11 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |
2001-08-07 | * cygheap.cc (cygheap_root::set): Avoid treating '/' specially. | Christopher Faylor | 1 | -7/+7 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -1/+1 |
2001-04-18 | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 1 | -7/+8 |
2000-10-07 | * fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements. | Christopher Faylor | 1 | -8/+5 |
2000-09-08 | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 1 | -0/+1 |
2000-09-04 | * path.cc (readlink): Check if buffer length is positive. Truncate output to | Christopher Faylor | 1 | -1/+1 |
2000-08-24 | * environ.cc (parse_thing): nobinmode should force O_TEXT. | Christopher Faylor | 1 | -1/+2 |
2000-08-22 | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 1 | -1/+3 |
2000-08-22 | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 1 | -0/+1 |
2000-08-12 | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 1 | -0/+1 |
2000-08-12 | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 1 | -7/+7 |
2000-08-02 | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 1 | -1/+1 |