aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygerrno.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-56/+0
2022-08-04Cygwin: create sparse errmap arrayCorinna Vinschen1-7/+0
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce1-2/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove regparm.hKen Brown1-6/+5
2018-02-20Cygwin: set/getsockopt: Move implementation into fhandler_socket classCorinna Vinschen1-0/+1
2018-02-20Cygwin: clean error mappingCorinna Vinschen1-0/+10
2017-07-19Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen1-2/+2
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen1-2/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-08-15 * cygerrno.h (seterrno): Define as (always) inline function.Corinna Vinschen1-3/+8
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-10/+1
2013-01-21* cygerrno.h (__reg3): Define.Christopher Faylor1-2/+2
2013-01-21* cygerrno.h: Conditionally define __regN for cygserver.Christopher Faylor1-0/+10
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-6/+7
2013-01-14Fix copyrightsCorinna Vinschen1-1/+1
2013-01-09 * cygerrno.h: Fix copyright.Corinna Vinschen1-1/+1
2012-12-21Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor1-1/+1
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-1/+1
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen1-1/+2
2010-04-20* cygerrno.h: Nevermind.Christopher Faylor1-2/+0
2010-04-20* cygerrno.h: Protect use of NTSTATUS for only when we need it.Christopher Faylor1-0/+2
2010-04-16 * cygerrno.h (seterrno_from_nt_status): Declare.Corinna Vinschen1-7/+3
2009-06-08 * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen1-1/+1
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-1/+1
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor1-0/+3
2005-05-04 * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen1-1/+1
2005-05-04 * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen1-5/+7
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen1-1/+7
2004-02-02 * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen1-1/+1
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor1-2/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-3/+5
2001-10-22* debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor1-1/+1
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor1-0/+5
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen1-14/+1
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen1-1/+14
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-3/+3
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+34