summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-145-14/+22
* * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.Earnie Boyd2004-02-142-0/+15
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-1312-100/+134
* * gendef (_sigbe): Zero location on pop.Christopher Faylor2004-02-122-4/+7
* * dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor2004-02-122-3/+7
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-1223-209/+287
* * include/basetypes.h (_REFIID_DEFINED): Correct typo.Danny Smith2004-02-123-1/+12
* * lib/dnsapi.a: New file.Danny Smith2004-02-113-0/+37
* 2004-02-11 Pierre A. Humblet <Pierre.Humblet@ieee.org>Danny Smith2004-02-112-0/+367
* * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicateDanny Smith2004-02-112-5/+14
* 2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>Danny Smith2004-02-112-0/+7
* * security.cc (get_nt_object_attribute): Fix error handling.Corinna Vinschen2004-02-112-33/+29
* * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen2004-02-112-6/+7
* * utils.sgml: Update cygcheck optionsJoshua Daniel Franklin2004-02-111-28/+63
* * strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor2004-02-112-1/+9
* * strace.cc: Update copyrights.Christopher Faylor2004-02-103-4/+9
* * strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor2004-02-104-1/+8
* * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling.Corinna Vinschen2004-02-092-0/+9
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-0967-95/+116
* * localtime.cc (localtime_r): Call tzset.Christopher Faylor2004-02-0811-100/+214
* * bsd_mutex.cc (win_priority): Move to msleep helper function section.Corinna Vinschen2004-02-072-32/+44
* 2004-02-07 Dan Aloni <da-x@gmx.net>Danny Smith2004-02-072-2/+7
* * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.Corinna Vinschen2004-02-068-12/+57
* * cygserver.h (CYGWIN_SERVER_VERSION_API): Bump.Corinna Vinschen2004-02-063-1/+9
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-064-43/+30
* * cygwin.din: Make many more functions SIGFE.Christopher Faylor2004-02-053-69/+76
* * security.h (SID): New macro.Corinna Vinschen2004-02-055-48/+62
* 2004-02-04 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-02-052-1/+14
* * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith2004-02-052-1/+10
* * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith2004-02-052-87/+120
* update copyrightChristopher Faylor2004-02-041-1/+1
* * tlsoffsets.h: Regenerate.Christopher Faylor2004-02-031-1/+2
* * cygtls.h (_local_storage::signamebuf): Increase size to prevent overflow onChristopher Faylor2004-02-033-34/+39
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-038-44/+151
* * window.cc (Winmain): Show windows error code in error output whenChristopher Faylor2004-02-032-1/+6
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-0214-35/+48
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-029-20/+28
* * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen2004-02-022-1/+6
* * include/stdio.h (feof): Add inlined definition.Danny Smith2004-02-022-1/+17
* * include/oleacc.h (LIBID_Accessibility): Declare.Danny Smith2004-02-023-1/+9
* * include/winioctl.h ( NTFS_VOLUME_DATA_BUFFER): Add structure.Danny Smith2004-02-022-0/+23
* * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): AddDanny Smith2004-02-022-0/+9
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-017-22/+54
* * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith2004-02-012-8/+18
* * mingwex/math/powl.c (powl): Return infinity ifDanny Smith2004-02-012-0/+14
* 2004-01-31 Jiri Malak <Jiri.Malak@geac.cz>Danny Smith2004-01-312-0/+19
* * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith2004-01-312-10/+19
* * exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for bothChristopher Faylor2004-01-263-9/+34
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-265-19/+46
* * fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor2004-01-252-14/+22