History log of /src/sys/arch/amd64/include/ansi.h |
Revision | | Date | Author | Comments |
1.11 |
| 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.10 |
| 17-Jul-2011 |
joerg | branches: 1.10.54; 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.9 |
| 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.8 |
| 11-Jan-2009 |
christos | branches: 1.8.2; 1.8.4; 1.8.6; merge christos-time_t
|
1.7 |
| 26-Oct-2008 |
mrg | branches: 1.7.2; put the contents of these header files around #ifdef __x86_64__, and #include the <i386/foo.h> in the #else clause, making these files largely bit-size independant.
|
1.6 |
| 17-Oct-2007 |
garbled | branches: 1.6.16; 1.6.18; 1.6.22; 1.6.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.5 |
| 03-Sep-2007 |
drochner | clean up some definitions around rune_t which are not needed anymore
|
1.4 |
| 04-Oct-2006 |
tnozaki | branches: 1.4.8; 1.4.16; 1.4.22; 1.4.26; 1.4.28; 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.3 |
| 11-Dec-2005 |
christos | branches: 1.3.20; 1.3.22; merge ktrace-lwp.
|
1.2 |
| 07-Aug-2003 |
agc | branches: 1.2.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.1 |
| 26-Apr-2003 |
fvdl | branches: 1.1.2; Rename the x86_64 port to amd64, as this is the actual name used for the processor family now. x86_64 is kept as the MACHINE_ARCH value, since it's already widely used (by e.g. the toolchain, etc), and by other operating systems.
|
1.1.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.16.2 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.2.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.3.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.3.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.4.28.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.4.26.1 |
| 02-Oct-2007 |
joerg | Sync with HEAD.
|
1.4.22.1 |
| 10-Sep-2007 |
skrll | Sync with HEAD.
|
1.4.16.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.4.8.1 |
| 09-Oct-2007 |
ad | Sync with head.
|
1.6.28.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.6.22.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.6.22.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.6.18.5 |
| 04-Jan-2009 |
christos | oops, missed ptrdiff_t.
|
1.6.18.4 |
| 04-Jan-2009 |
christos | revert clock_t and size_t changes.
|
1.6.18.3 |
| 01-Nov-2008 |
christos | Sync with head.
|
1.6.18.2 |
| 30-Mar-2008 |
christos | time_t is now __int64_t
|
1.6.18.1 |
| 29-Mar-2008 |
christos | Welcome to the time_t=long long dev_t=uint64_t branch.
|
1.6.16.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.7.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.8.6.1 |
| 30-May-2010 |
rmind | sync with head
|
1.8.4.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.8.2.2 |
| 27-Aug-2011 |
jym | Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@.
No regression observed on suspend/restore.
|
1.8.2.1 |
| 24-Oct-2010 |
jym | Sync with HEAD
|
1.10.54.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|