aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2004-02-03* tlsoffsets.h: Regenerate.Christopher Faylor1-1/+2
2004-02-03* cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor3-34/+39
2004-02-03* Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor8-44/+151
2004-02-03* window.cc (Winmain): Show windows error code in error output whenChristopher Faylor2-1/+6
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor14-35/+48
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor9-20/+28
2004-02-02 * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen2-1/+6
2004-02-02 * include/stdio.h (feof): Add inlined definition.Danny Smith2-1/+17
2004-02-02 * include/oleacc.h (LIBID_Accessibility): Declare.Danny Smith3-1/+9
2004-02-02 * include/winioctl.h ( NTFS_VOLUME_DATA_BUFFER): Add structure.Danny Smith2-0/+23
2004-02-02 * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): AddDanny Smith2-0/+9
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor7-22/+54
2004-02-01 * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith2-8/+18
2004-02-01 * mingwex/math/powl.c (powl): Return infinity ifDanny Smith2-0/+14
2004-01-312004-01-31 Jiri Malak <Jiri.Malak@geac.cz>Danny Smith2-0/+19
2004-01-31 * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith2-10/+19
2004-01-26* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor3-9/+34
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor5-19/+46
2004-01-25* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2-14/+22
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor2-1/+4
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor3-12/+23
2004-01-24Cleanup minor markup problems.Joshua Daniel Franklin1-1/+3
2004-01-242004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin10-8/+35
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor10-110/+133
2004-01-242004-01-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-15/+22
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor22-27/+150
2004-01-23* cygcheck.cc (pretty_id): Make more robust in absence of id.exe.Christopher Faylor2-3/+20
2004-01-23* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2-1/+7
2004-01-23* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when theChristopher Faylor2-4/+16
2004-01-22change comment.Christopher Faylor1-2/+2
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor4-2/+9
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor5-27/+38
2004-01-22* fhandler.cc (fhandler_base::open): Revert isfs change.Christopher Faylor2-2/+6
2004-01-22 * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen2-8/+23
2004-01-21* devices.in: Change raw com device to more correct form.Christopher Faylor3-35/+39
2004-01-21* fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor3-19/+23
2004-01-21* signal.cc (sigaction): Fix if-statement typo.Christopher Faylor2-1/+5
2004-01-21* cygtls.cc (handle_threadlist_exception): Change logic, improve debuggingChristopher Faylor2-4/+22
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor4-11/+32
2004-01-20remove extra entryChristopher Faylor1-4/+0
2004-01-20* include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor8-99/+67
2004-01-202004-01-20 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin4-16/+36
2004-01-20 * sec_acl.cc (setacl): Make sure sd_ret is large enough.Corinna Vinschen2-0/+9
2004-01-20fix typoChristopher Faylor1-1/+1
2004-01-20Document new passwd options.Joshua Daniel Franklin1-22/+41
2004-01-19* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor8-45/+99
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor25-252/+818
2004-01-19updateChristopher Faylor1-5/+0
2004-01-17 * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bitDanny Smith2-13/+14
2004-01-17* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty whenChristopher Faylor2-3/+10