aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor14-60/+97
2005-09-13* sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.Christopher Faylor2-1/+6
2005-09-12* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor4-2/+12
2005-09-12* heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor2-1/+7
2005-09-10.Christopher Faylor1-1/+2
2005-09-10* heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor3-19/+38
2005-09-09* fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor3-16/+19
2005-09-09* fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor3-1/+15
2005-09-08 * exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENTCorinna Vinschen2-0/+19
2005-09-08 * include/reason.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos3-1/+53
2005-09-08 * regtool.cc: Extend copyright-years.Corinna Vinschen2-7/+19
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor4-13/+28
2005-09-07add missing ChangeLog entry.Christopher Faylor1-0/+1
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor6-15/+64
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen3-8/+21
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor5-15/+26
2005-09-05 * thread.h (pthread_mutex::get_pthread_self): Remove.Corinna Vinschen2-10/+12
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor9-34/+20
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor11-21/+40
2005-09-02revert inexplicable previous checkinChristopher Faylor9-34/+20
2005-09-02bad_addressesChristopher Faylor9-20/+34
2005-08-29* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor3-1/+9
2005-08-28typoChristopher Faylor1-1/+1
2005-08-28* cygtls.h (__ljfault): Declare.Christopher Faylor4-4/+82
2005-08-28Add missing ChangeLog for previous checkin.Christopher Faylor2-2/+11
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor7-83/+99
2005-08-28Fix typo.Christopher Faylor1-1/+1
2005-08-28Fix improper formatting.Christopher Faylor1-2/+1
2005-08-28*dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor2-1/+6
2005-08-272005-08-26 Brian Dessent <brian@dessent.net>Joshua Daniel Franklin2-3/+9
2005-08-272005-08-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin6-111/+28
2005-08-26 * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen3-8/+36
2005-08-25 * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen2-11/+37
2005-08-25 * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen2-8/+25
2005-08-25* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.Christopher Faylor2-0/+5
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith9-14/+42
2005-08-25* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor3-19/+35
2005-08-25 * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith8-21/+14
2005-08-25 * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith2-2/+10
2005-08-24* spawn.cc (perhaps_suffix): Record errno-type error value in third argument.Christopher Faylor2-8/+28
2005-08-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor3-4/+14
2005-08-24 * syscalls.cc (endusershell): Reset shell_fp to NULL to allowCorinna Vinschen2-1/+9
2005-08-24* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor2-3/+14
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor11-891/+954
2005-08-23* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor6-19/+40
2005-08-23* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor3-4/+14
2005-08-22 * mtinfo.h (mtinfo_drive::error): Fix argument bug in debug_printf call.Corinna Vinschen2-1/+5
2005-08-20add missing entryChristopher Faylor1-0/+1
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor13-120/+173
2005-08-19* fhandler.h (dirent_states): Add dirent_saw_proc.Christopher Faylor3-4/+16