History log of /src/sys/arch/arm/include/ansi.h |
Revision | | Date | Author | Comments |
1.18 |
| 07-May-2019 |
kamil | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h
Deduplicate the code among ports and poll definitions of types directly from a compiler.
This fixes miscompilation of certain programs that instruct compilers to generate code for different types. This bug has been detected with -fshort-wchar in EFI firmware.
Proposed and discussed on a mailing list (twice).
Itanium uses custom !ELF fallback switch, temporarily leave it as it is.
|
1.17 |
| 24-Feb-2014 |
christos | branches: 1.17.30; consistency in include protection
|
1.16 |
| 29-Jan-2014 |
matt | change include protection from _ANSI_H_ to _ARM_ANSI_H_
|
1.15 |
| 27-Jan-2013 |
matt | branches: 1.15.2; Change _BSD_SSIZE_T_ so it's not dependent of _BSD_PTRDIFF_T_
|
1.14 |
| 24-Jan-2013 |
matt | Use __{PTRDIFF,SIZE,WCHAR,WINT}_TYPE__ is they are defined.
|
1.13 |
| 17-Jul-2011 |
joerg | branches: 1.13.2; 1.13.12; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.12 |
| 27-Mar-2010 |
tnozaki | 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other libc implementation (such as *BSD and glibc2).
2. don't typedef void * wc{type,trans}_t, suggested by soda@-san. it may pass through compiler type check, it's harmful. so i introduce dummy struct __tag_wc{type,trans}_t(iconv_t already does).
no ABI change was made.
|
1.11 |
| 11-Jan-2009 |
christos | branches: 1.11.4; 1.11.6; merge christos-time_t
|
1.10 |
| 29-Aug-2008 |
matt | branches: 1.10.2; Remove non-__ELF__ snippets.
|
1.9 |
| 17-Oct-2007 |
garbled | branches: 1.9.16; 1.9.18; 1.9.22; 1.9.24; 1.9.28; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.8 |
| 03-Sep-2007 |
drochner | clean up some definitions around rune_t which are not needed anymore
|
1.7 |
| 04-Oct-2006 |
tnozaki | branches: 1.7.8; 1.7.16; 1.7.22; 1.7.24; 1.7.26; 1.7.28; 1.7.30; fix gcc -Werror -Wmissing-braces problem mbstate_t(this is opaque object)'s initializer should be ``{ 0 }'', so changed 1st field of union from character array to integer.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.20; 1.6.22; merge ktrace-lwp.
|
1.5 |
| 07-Aug-2003 |
agc | branches: 1.5.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.4 |
| 02-Mar-2003 |
tshiozak | branches: 1.4.2; add some ISO C 1995 I18N functions and types: btowc, wctrans, towctrans, wcscoll, wcsxfrm, wctype_t and wctrans_t.
|
1.3 |
| 08-Nov-2002 |
thorpej | Adjust stdargs/varargs for GCC 3.x.
|
1.2 |
| 28-Jul-2001 |
matt | branches: 1.2.6; 1.2.16; 1.2.18; Change ARM-ELF to LP64 friendly types.
|
1.1 |
| 10-Jan-2001 |
bjh21 | branches: 1.1.2; 1.1.6; Header files which don't differ between arm32 and arm26 and can thus be shared.
|
1.1.6.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.1.2.2 |
| 10-Jan-2001 |
bjh21 | Header files which don't differ between arm32 and arm26 and can thus be shared.
|
1.1.2.1 |
| 10-Jan-2001 |
bjh21 | file ansi.h was added on branch thorpej_scsipi on 2001-01-10 19:02:06 +0000
|
1.2.18.1 |
| 09-Nov-2002 |
bjh21 | Catch up with -current.
|
1.2.16.1 |
| 11-Dec-2002 |
he | Pull up revision 1.3 (requested by thorpej in ticket #973): Adjust stdargs/varargs for GCC 3.x.
|
1.2.6.2 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.6.1 |
| 28-Jul-2001 |
nathanw | file ansi.h was added on branch nathanw_sa on 2002-11-11 21:56:45 +0000
|
1.4.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.16.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.5.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.6.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.7.30.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.7.28.1 |
| 01-Jan-2008 |
chris | Sync with HEAD.
|
1.7.26.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.7.24.1 |
| 01-Nov-2007 |
rjs | Sync with HEAD.
|
1.7.22.1 |
| 10-Sep-2007 |
skrll | Sync with HEAD.
|
1.7.16.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.7.8.1 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.9.28.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.9.24.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.9.22.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.9.22.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.9.18.3 |
| 01-Nov-2008 |
christos | Sync with head.
|
1.9.18.2 |
| 30-Mar-2008 |
christos | time_t is now __int64_t
|
1.9.18.1 |
| 29-Mar-2008 |
christos | Welcome to the time_t=long long dev_t=uint64_t branch.
|
1.9.16.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.9.16.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.10.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.11.6.1 |
| 30-May-2010 |
rmind | sync with head
|
1.11.4.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.13.12.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.13.12.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.13.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.15.2.1 |
| 18-May-2014 |
rmind | sync with head
|
1.17.30.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|