| Commit message (Expand) | Author | Age | Files | Lines |
* | * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY, | Corinna Vinschen | 2004-03-26 | 1 | -34/+11 |
* | * autoload.cc: Load eight more functions for waveIn support. | Corinna Vinschen | 2004-03-23 | 1 | -2/+9 |
* | * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when | Christopher Faylor | 2004-03-21 | 1 | -2/+0 |
* | Fix ChangeLog dates. | Corinna Vinschen | 2004-03-15 | 1 | -2/+4 |
* | * errno.cc (errmap): Handle ERROR_BUS_RESET. | Corinna Vinschen | 2004-03-13 | 1 | -3/+22 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 2004-02-02 | 1 | -9/+9 |
* | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 2004-02-02 | 1 | -1/+1 |
* | * fhandler.h (fhandler_base::fhaccess): Return int for compatibility with | Christopher Faylor | 2004-01-24 | 1 | -1/+1 |
* | * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism. | Christopher Faylor | 2004-01-24 | 1 | -7/+6 |
* | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 2003-12-30 | 1 | -3/+1 |
* | * fhandler.h (fhandler_tty_slave::archetype): Make public. | Christopher Faylor | 2003-12-27 | 1 | -1/+7 |
* | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 2003-12-27 | 1 | -3/+1 |
* | * exceptions.cc (set_signal_mask): Report on input argument rather than | Christopher Faylor | 2003-12-16 | 1 | -0/+1 |
* | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 2003-12-11 | 1 | -1/+5 |
* | * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child | Christopher Faylor | 2003-12-10 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is | Christopher Faylor | 2003-12-08 | 1 | -0/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -13/+13 |
* | Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX | Corinna Vinschen | 2003-12-03 | 1 | -1/+1 |
* | * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl. | Corinna Vinschen | 2003-12-01 | 1 | -2/+2 |
* | * dtable.cc (build_fh_name): Set error in dummy fhandler when one is noted | Christopher Faylor | 2003-11-25 | 1 | -0/+1 |
* | * dcrt0.cc: Remove local variable alternate_charset_active. | Corinna Vinschen | 2003-10-16 | 1 | -0/+5 |
* | * Makefile.in: Add YA method for generating devices.cc. | Christopher Faylor | 2003-10-01 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Add method fstat. | Corinna Vinschen | 2003-09-30 | 1 | -0/+2 |
* | * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use | Christopher Faylor | 2003-09-27 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -154/+154 |
* | * cygheap.cc (creturn): Set appropriate errno when out of memory. | Christopher Faylor | 2003-07-09 | 1 | -1/+1 |
* | * fhandler.h (fhandler_socket::get_connect_state): New method to | Corinna Vinschen | 2003-07-05 | 1 | -0/+1 |
* | * fhandler.h (FH_ENC): New enum. | Christopher Faylor | 2003-07-04 | 1 | -2/+4 |
* | * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED. | Corinna Vinschen | 2003-05-26 | 1 | -4/+10 |
* | * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS. | Corinna Vinschen | 2003-05-12 | 1 | -1/+0 |
* | Replace ino_t by __ino64_t throughout. | Corinna Vinschen | 2003-05-11 | 1 | -2/+2 |
* | * dir.cc (readdir): Fill out new old_d_ino field. | Christopher Faylor | 2003-05-11 | 1 | -2/+2 |
* | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 2003-04-01 | 1 | -33/+33 |
* | * external.cc (cygwin_internal): Change n to __off64_t to match change | Corinna Vinschen | 2003-03-08 | 1 | -1/+2 |
* | * fhandler.h (fhandler_tty_slave::close): Declare new function. | Christopher Faylor | 2003-03-04 | 1 | -0/+3 |
* | * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if | Christopher Faylor | 2003-03-02 | 1 | -0/+1 |
* | * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler | Corinna Vinschen | 2003-02-21 | 1 | -1/+3 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_master::set_winsize): Declare new function. | Christopher Faylor | 2002-12-27 | 1 | -0/+1 |
* | * fhandler.h (fhandler_termios::line_edit): Replace third argument with | Christopher Faylor | 2002-12-27 | 1 | -1/+1 |
* | * fhandler.h (line_edit_status): Reorganize so that tests for error condition | Christopher Faylor | 2002-12-21 | 1 | -3/+3 |
* | * fhandler.h (line_edit_status): Add a new element. | Christopher Faylor | 2002-12-20 | 1 | -1/+2 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -15/+17 |
* | * cygthread.h (cygthread::stack_ptr): New element. | Christopher Faylor | 2002-12-11 | 1 | -1/+2 |
* | * fhandler.h (fhandler_termios::line_edit): Change return from an int to an | Christopher Faylor | 2002-12-05 | 1 | -1/+9 |
* | * fhandler.h (class fhandler_pipe): New ioctl() method. | Christopher Faylor | 2002-11-09 | 1 | -0/+1 |
* | * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for | Christopher Faylor | 2002-11-05 | 1 | -1/+1 |
* | * external.cc (cygwin_internal): Implement CW_CMDLINE. | Christopher Faylor | 2002-10-30 | 1 | -0/+1 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -2/+0 |