aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2004-03-24update copyright. Minor reformatting.Christopher Faylor1-4/+6
2004-03-24 * fhandler_dsp.cc (fhandler_dev_dsp::write): Remove typeCorinna Vinschen2-3/+12
2004-03-23white space fixupChristopher Faylor1-3/+3
2004-03-23 * fhandler_disk_file.cc (fhandler_base::fstat_fs): Use createdCorinna Vinschen2-3/+16
2004-03-23 * autoload.cc: Load eight more functions for waveIn support.Corinna Vinschen4-344/+1190
2004-03-22Christopher Faylor <cgf@redhat.com>Christopher Faylor2-18/+22
2004-03-21* cygheap.cc (init_cheap): Set initial_sz to something or suffer spuriousChristopher Faylor2-4/+12
2004-03-21* cygheap.cc (init_cheap): Conditionalize debugging code.Christopher Faylor2-0/+6
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor7-54/+75
2004-03-202004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-36/+44
2004-03-19* include/cygwin/version.h: Bump DLL minor number to 10.Christopher Faylor2-1/+5
2004-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Reset to new value.Christopher Faylor4-9/+33
2004-03-18 * fhandler_proc.cc (format_proc_meminfo): On NT, try to figure outCorinna Vinschen3-2/+54
2004-03-17add missing changelog entryChristopher Faylor1-0/+4
2004-03-17* include/cygwin/version.h: Bump DLL minor number to 9.Christopher Faylor3-2/+6
2004-03-16* sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminatingChristopher Faylor2-1/+8
2004-03-16* cygtls.cc (_cygtls::fixup_after_fork): Just manipulate the signal stack if aChristopher Faylor2-5/+12
2004-03-15* exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor4-33/+33
2004-03-15 Fix ChangeLog dates.Corinna Vinschen5-65/+109
2004-03-15* cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor4-24/+38
2004-03-14 * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA andCorinna Vinschen6-149/+245
2004-03-142004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-49/+54
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor5-2/+30
2004-03-14minor cleanupChristopher Faylor1-35/+40
2004-03-14Fix typo.Christopher Faylor1-2/+2
2004-03-13 * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen5-366/+334
2004-03-12* wait.cc (wait4): Initialize pointer on entry. Avoid callingChristopher Faylor2-13/+14
2004-03-12 * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen2-3/+5
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor11-109/+134
2004-03-12* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor4-100/+93
2004-03-09* fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.Christopher Faylor3-0/+22
2004-03-09.Christopher Faylor1-1/+1
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor6-28/+49
2004-03-07add missing entryChristopher Faylor1-0/+2
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor6-65/+95
2004-03-06update some documentationChristopher Faylor1-93/+133
2004-03-05* gendef (sigdelayed): Handle return here rather than going through sigbe toChristopher Faylor2-85/+96
2004-03-04* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff4-82/+117
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor5-38/+50
2004-03-02 * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading withCorinna Vinschen3-11/+36
2004-03-01fix minor typoChristopher Faylor1-1/+1
2004-03-01fix minor typoChristopher Faylor1-2/+2
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen3-3/+9
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor9-44/+137
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen4-1/+22
2004-02-25* gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor4-2/+12
2004-02-25* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor4-3/+24
2004-02-24* dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor3-2/+12
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen3-26/+66
2004-02-222004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin7-32/+32