summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor2012-01-262-1/+5
* * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen2012-01-232-114/+24
* * fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor2012-01-224-20/+49
* clarify wordingChristopher Faylor2012-01-221-1/+1
* * cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor2012-01-225-28/+19
* * cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor2012-01-227-16/+36
* * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen2012-01-203-0/+14
* Document support of printf %m conversion flag.Yaakov Selkowitz2012-01-131-0/+3
* * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz2012-01-132-0/+5
* Document tgmath.h.Yaakov Selkowitz2012-01-121-0/+2
* * spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor2012-01-112-2/+4
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-1113-38/+54
* * include/cygwin/process.h: Move here from newlib.Corinna Vinschen2012-01-095-6/+57
* * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen2012-01-092-1/+10
* * dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor2012-01-085-33/+32
* Add my recent API additions.Yaakov Selkowitz2012-01-081-1/+4
* * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz2012-01-066-1/+31
* * path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor2012-01-022-10/+14
* * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz2012-01-015-1/+31
* Bump ChangeLogChristopher Faylor2012-01-012-5318/+5318
* 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
* * cygwin.din (getpt): Export.Yaakov Selkowitz2011-12-306-1/+19
* * thread.cc: Mark pthread_rwlock_timedrdlock andYaakov Selkowitz2011-12-302-2/+8
* * fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor2011-12-253-2/+8
* * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen2011-12-242-17/+40
* * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen2011-12-232-1/+10
* * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen2011-12-222-2/+18
* * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen2011-12-227-165/+217
* * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen2011-12-222-2/+4
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-2214-308/+331
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor2011-12-212-1/+6
* * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen2011-12-213-9/+20
* * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen2011-12-192-3/+14
* * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen2011-12-196-17/+53
* clarify entryChristopher Faylor2011-12-191-1/+1
* * fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor2011-12-183-22/+49
* Clean up whitespace.Christopher Faylor2011-12-1731-86/+85
* * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen2011-12-172-6/+7
* * wow64.cc (wow64_revert_to_original_stack): Fix comment.Corinna Vinschen2011-12-173-4/+9
* * exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor2011-12-175-17/+22
* Fix formatting. Fix typo.Christopher Faylor2011-12-171-3/+2
* Implement fhandler reference counting.Christopher Faylor2011-12-179-46/+141
* * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen2011-12-163-36/+88
* * gendef (sigdelayed): Remember to pop all of the saved registers.Christopher Faylor2011-12-162-37/+42
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor2011-12-162-1/+6
* * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen2011-12-165-87/+258
* * exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor2011-12-165-20/+38
* Don't leave Windows 2000 behind.Corinna Vinschen2011-12-143-2/+49
* add missing changeChristopher Faylor2011-12-131-3/+0