summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Corinna Vinschen2012-07-191-0/+6
|
* * cygwin.din (getmntent_r): Export.Corinna Vinschen2012-07-181-1/+1
| | | | | | | * mount.cc (getmntent_r): New function. * posix.sgml (std-gnu): Add getmntent_r. * include/mntent.h (getmntent_r): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
* *** empty log message ***Corinna Vinschen2012-06-031-0/+2
|
* * DevNotes: Add entry cgf-000010.Christopher Faylor2012-06-031-0/+5
| | | | | | | | | | | | | | | | * select.cc (set_handle_or_return_if_not_open): Remove unneeded final backslash from definition. (cygwin_select): Reorganize to incorporate outer retry loop. Move remaining time recalculation here for retry case. Use select_stuff::wait_states for loop control. (select_stuff::cleanup): Avoid unneeded initialization. (select_stuff::wait): Modify definition to return select_stuff::wait_states. Eliminate is_cancelable. Don't element 1 of an array if it is a cancel handle. Remove loop. Rely on being called from enclosing loop in cygwin_select. Remove time recalculation when restarting. Try harder to always return from the bottom. * select.h (select_stuff::wait_state): New enum. (select_stuff::wait): Modify declaration to return select_stuff::wait_states.
* *** empty log message ***Corinna Vinschen2012-05-211-0/+6
|
* * DevNotes: Add entry cgf-000008.Christopher Faylor2012-05-161-1/+5
| | | | | * fhandler_tty.cc (bytes_available): Simplify by returning the number of bytes available in the message unless that is zero.
* * DevNotes: Add entry cgf-000007.Christopher Faylor2012-05-141-0/+2
| | | | | | | | | * child_info.h (child_info_spawn::parent_winpid): Declare new field. (child_info_spawn::get_parent_handle): Declare new function. * dcrt0.cc (child_info_spawn::get_parent_handle): Define new function. (child_info_spawn::handle_spawn): Recreate parent handle if possible when dynamically loaded. Don't mess with parent handle if it's NULL. * spawn.cc (child_info_spawn::worker): Set parent_winpid appropriately.
* * DevNotes: Add entry cgf-000006.Christopher Faylor2012-05-121-0/+3
| | | | | * thread.cc (pthread::pop_cleanup_handler): Set cancel state to disabled to avoid recursively waiting for cancel.
* * DevNotes: Add entry cgf-000005.Christopher Faylor2012-05-121-0/+7
| | | | | | | * fhandler.h (PIPE_ADD_PID): Redefine to something we actually DON'T use. * pipe.cc (fhandler_pipe::create): Avoid clearing all open_mode bits when checking for PIPE_ADD_PID. Properly keep track of len so that passed in name is not overwritten.
* *** empty log message ***Corinna Vinschen2012-05-101-0/+4
|
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-071-0/+5
| | | | | | | | | | | | | * cygheap.h (init_cygheap::pid_handle): Delete. * dcrt0.cc (child_info_spawn::handle_spawn): Keep parent open if we have execed. * pinfo.cc (pinfo::thisproc): Remove pid_handle manipulations. (pinfo::init): Don't consider a reaped process to be available. * spawn.cc (child_info_spawn::worker): Remove pid_handle manipulations. Make wr_proc_pipe and parent noninheritable when starting a program which doesn't use the Cygwin DLL. Conditionally reset wr_proc_pipe to inheritable if CreateProcess fails. Inject wr_proc_pipe handle into non-Cygwin process. Consider a non-cygwin process to be 'synced'.
* *** empty log message ***Corinna Vinschen2012-05-061-0/+24
|
* *** empty log message ***Corinna Vinschen2012-04-251-1/+1
|
* *** empty log message ***Corinna Vinschen2012-04-241-0/+8
|
* add in preparation for releaseChristopher Faylor2012-04-231-0/+13
|
* Add typeahead description.Christopher Faylor2012-04-051-0/+3
|
* *** empty log message ***Corinna Vinschen2012-04-051-0/+5
|
* *** empty log message ***Corinna Vinschen2012-03-301-1/+1
|
* * posix.sgml (std-notes): Change description of flock restrictions.Corinna Vinschen2012-03-301-0/+14
|
* *** empty log message ***Corinna Vinschen2012-03-291-0/+7
|
* *** empty log message ***Corinna Vinschen2012-02-251-0/+12
|
* Document pldd.Yaakov Selkowitz2012-02-241-0/+2
|
* Document scandirat.Yaakov Selkowitz2012-02-221-0/+2
|
* *** empty log message ***Corinna Vinschen2012-02-161-1/+5
|
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-0/+9
| | | | | | | | | | | | | | | | | | | * cygheap.h (init_cygheap::manage_console_count): Ditto. (init_cygheap::console_count): Ditto. * fhandler.h (fhandler_console::has_a): Ditto. (fhandler_console::free_console): Declare new function. * fhandler_console.cc (fhandler_console::free_console): Define new function. (fhandler_console::open_setup): Delete call to manage_console_count. (fhandler_console::close): Ditto. Replace with call to free_console(). * fhandler_tty.cc (fhandler_pty_slave::open): Delete call to manage_console_count. (fhandler_pty_slave::cleanup): Ditto. (fhandler_pty_slave::close): Call fhandler_console::free_console() if this is our controlling tty. * pinfo.cc (_pinfo::set_ctty): Skip function if tty in question == our ctty. Delete call to manage_console_count. * syscalls.cc (close_all_files): Avoid locking and avoid setting errno when iterating over fds.
* *** empty log message ***Corinna Vinschen2012-02-051-17/+12
|
* * Makefile.in (CYGWIN_BINS): Add tzset.Corinna Vinschen2012-01-291-0/+3
| | | | | | | | | * tzset.c: New tool, new file. * utils.sgml (tzset): New section. * new-features.sgml (ov-new1.7.10): Add tzset. * release/1.7.10: Add tzset.
* clarify wordingChristopher Faylor2012-01-221-1/+1
|
* Document support of printf %m conversion flag.Yaakov Selkowitz2012-01-131-0/+3
|
* Document tgmath.h.Yaakov Selkowitz2012-01-121-0/+2
|
* Add my recent API additions.Yaakov Selkowitz2012-01-081-1/+4
|
* Add a couple other items which have been changed since initial call for testingChristopher Faylor2011-12-311-0/+10
|
* Initial checkin of text Corinna sent to cygwin-announce.Christopher Faylor2011-12-311-0/+110