summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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
* Add url for reported mailing list problemChristopher Faylor2012-05-081-2/+4
* * 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
* *** empty log message ***Corinna Vinschen2012-05-061-0/+24
* * 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
* Reflect ChangeNotes -> DevNotesChristopher Faylor2012-05-021-1/+1
* .Christopher Faylor2012-05-021-5/+7
* * ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor2012-05-024-2/+44
* * fenv.cc (fesetround): Fix test for valid input parameter.Corinna Vinschen2012-05-022-3/+8
* * fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor2012-04-304-7/+25
* * environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor2012-04-285-11/+31
* * path.cc (find_fast_cwd_pointer): Fix for W8 CP 32 bit.Corinna Vinschen2012-04-272-21/+58
* *** empty log message ***Corinna Vinschen2012-04-251-1/+1
* * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen2012-04-253-10/+37
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 15.Corinna Vinschen2012-04-242-1/+5
* * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.Corinna Vinschen2012-04-242-10/+15
* *** empty log message ***Corinna Vinschen2012-04-241-0/+8
* * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen2012-04-243-23/+79
* add in preparation for releaseChristopher Faylor2012-04-231-0/+13
* * dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor2012-04-214-8/+11
* * dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor2012-04-194-2/+22
* * fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor2012-04-184-11/+20
* reformatChristopher Faylor2012-04-151-2/+2
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-158-24/+40
* clarify latest entryChristopher Faylor2012-04-131-1/+1
* * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor2012-04-134-11/+15
* * syscalls.cc (fhandler_base::stat_fixup): Fix inode numbers ofCorinna Vinschen2012-04-112-3/+9
* * dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor2012-04-074-6/+26