summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* * select.cc (cygwin_select): Make sure that we only return -1 as an errorChristopher Faylor2012-06-032-6/+17
* * select.cc (cygwin_select): Add some comments.Christopher Faylor2012-06-032-8/+24
* * DevNotes: Add entry cgf-000010.Christopher Faylor2012-06-035-149/+216
* * exceptions.cc (setup_handler): Make debugging output a little more verbose.Christopher Faylor2012-06-032-1/+6
* * cygtls.h (_cygtls::protect_linked_list): Delete unused field.Christopher Faylor2012-06-022-1/+4
* * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen2012-05-303-9/+23
* * thread.cc: Remove temporary newlib workaround, now that newlibCorinna Vinschen2012-05-302-85/+12
* * select.cc (select_stuff::wait): Temporarily disable restartingCorinna Vinschen2012-05-292-3/+14
* * security.h (cygsidlist::+=): Correctly copy well_known_sid info fromCorinna Vinschen2012-05-292-3/+11
* * Makefile.in (LIBS): Re-add advapi32.dll. Explain why.Corinna Vinschen2012-05-295-30/+36
* * registry.cc (reg_key::build_reg): Fix typo in debug output.Corinna Vinschen2012-05-252-1/+5
* * select.cc (select_stuff::wait): When not returning after receivingCorinna Vinschen2012-05-252-4/+16
* * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen2012-05-252-1/+6
* * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFileCorinna Vinschen2012-05-252-12/+14
* * thread.cc (__cygwin_lock_lock): Replace null thread check with testCorinna Vinschen2012-05-242-14/+21
* * thread.cc (__cygwin_lock_lock): Take null thread at process startupCorinna Vinschen2012-05-232-11/+28
* * thread.cc (pthread::cancel): Re-allow asynchronous cancellation fromCorinna Vinschen2012-05-232-26/+17
* * thread.cc: Add a temporary workaround to help Cygwin along whileCorinna Vinschen2012-05-232-1/+89
* * thread.cc (pthread::cancel): Only allow asynchronous cancellationCorinna Vinschen2012-05-232-2/+26
* * thread.cc (pthread::precreate): Make sure mutex is recursive.Corinna Vinschen2012-05-232-2/+17
* * thread.cc (pthread::pop_cleanup_handler): Move setting the cancelstateCorinna Vinschen2012-05-232-3/+10
* * fhandler.h (refcnt): Add i interlocked. Explain why.Corinna Vinschen2012-05-233-2/+29
* * devices.in: Fix native name of /dev/kmem.Corinna Vinschen2012-05-225-4/+14
* * thread.cc (pthread::cancel): Set thread's cancel_event inCorinna Vinschen2012-05-222-0/+17
* * strace.cc (strace::activate): Move printing heap size from here...Corinna Vinschen2012-05-213-5/+16
* *** empty log message ***Corinna Vinschen2012-05-211-0/+6
* * net.cc (cygwin_recvfrom): Don't shortcircuit if len == 0. Add commentCorinna Vinschen2012-05-212-3/+22
* * fhandler_disk_file.cc (path_conv::isgood_inode): Rearrange, takeCorinna Vinschen2012-05-212-5/+25
* * DevNotes: Add entry cgf-000009.Christopher Faylor2012-05-173-30/+28
* * DevNotes: Add entry cgf-000008.Christopher Faylor2012-05-164-8/+53
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2012-05-142-1/+5
* * DevNotes: Add entry cgf-000007.Christopher Faylor2012-05-146-3/+52
* * DevNotes: Add entry cgf-000006.Christopher Faylor2012-05-124-0/+25
* * DevNotes: Add entry cgf-000005.Christopher Faylor2012-05-125-6/+41
* *** empty log message ***Corinna Vinschen2012-05-101-0/+4
* * new-features.sgml (ov-new1.7.16): Document memrchr.Corinna Vinschen2012-05-102-0/+17
* * cygwin.din (memrchr): Export.Corinna Vinschen2012-05-104-1/+10
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 16.Corinna Vinschen2012-05-102-1/+5
* * new-features.sgml (ov-new1.7.15): Fix XML syntax.Yaakov Selkowitz2012-05-092-0/+7
* Add url for reported mailing list problemChristopher Faylor2012-05-081-2/+4
* Remove references to nonexistent files.Keith Marshall2012-05-083-3/+13
* * DevNotes: Add entry cgf-000004.Christopher Faylor2012-05-085-8/+60
* Add additional observation to cgf-000003Christopher Faylor2012-05-071-1/+3
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-077-24/+110
* * new-features.sgml (ov-new1.7.15): Fix tag.Christopher Faylor2012-05-072-1/+5
* * cygwinenv.sgml: Add pipe_byte description.Christopher Faylor2012-05-063-0/+19
* *** empty log message ***Corinna Vinschen2012-05-061-0/+24
* * mkpasswd.c (current_user): Actually *use* $HOME if it's available.Corinna Vinschen2012-05-052-2/+11
* * DevNotes: Add entry cgf-000002.Christopher Faylor2012-05-043-2/+53
* * net.cc (get_adapters_addresses): Only create thread on affectedCorinna Vinschen2012-05-034-5/+68