OpenGrok
Cross Reference: ucontext.h
xref
: /
src
/
include
/
ucontext.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/include/ucontext.h
Revision
Date
Author
Comments
1.12
13-Mar-2025
rillig
ucontext.h: suppress lint warning about missing prototype
1.11
04-Feb-2018
mrg
branches: 1.11.16;
fixes for GCC 6:
- -Wstrict-prototypes is not available for C++, so don't try to
ignore it for C++.
- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull attributes. in two cases, leave
code behind that should set defaults to "(null)".
- use -Wno-error=frame-address for i386 mcount, as it seems valid
to assume the caller will have a frame.fair
1.10
15-Jan-2017
christos
elide strict-prototypes for unrepresentable function
1.9
19-Nov-2015
reinoud
branches: 1.9.2; 1.9.4;
Revert
1.8
19-Nov-2015
reinoud
Fix ANSI-C prototype error
1.7
05-Nov-2011
joerg
Add __returns_twice for the attribute of the same name. This makes the
attribute explicit based on the functions GCC gives it too.
1.6
19-Mar-2009
uebayasi
branches: 1.6.8;
Revert previous since it was just wrong.
1.5
19-Mar-2009
uebayasi
void f(void (*g)()); -> void f(void (*g)(void));
1.4
28-Apr-2008
martin
branches: 1.4.10; 1.4.12;
Remove clause 3 and 4 from TNF licenses
1.3
21-Jan-2003
kleink
branches: 1.3.30;
Sprinkle some restrict.
1.2
18-Jan-2003
thorpej
Merge the nathanw_sa branch.
1.1
05-Mar-2001
nathanw
branches: 1.1.2;
file ucontext.h was initially added on branch nathanw_sa.
1.1.2.2
20-Jul-2001
nathanw
The _*context_u functions are now in the pthread library.
1.1.2.1
05-Mar-2001
nathanw
User-level support for LWPs and scheduler activations.
SVR4-style ucontext code by Klaus Klein.
1.3.30.1
18-May-2008
yamt
sync with head.
1.4.12.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
1.4.10.2
28-Apr-2008
martin
Remove clause 3 and 4 from TNF licenses
1.4.10.1
28-Apr-2008
martin
file ucontext.h was added on branch christos-time_t on 2008-04-28 20:22:55 +0000
1.6.8.1
10-Nov-2011
yamt
sync with head
1.9.4.1
21-Apr-2017
bouyer
Sync with HEAD
1.9.2.1
20-Mar-2017
pgoyette
Sync with HEAD
1.11.16.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Thu Oct 23 22:10:10 GMT 2025