Home | History | Annotate | only in /src/sys/arch/ia64/disasm
History log of /src/sys/arch/ia64/disasm
RevisionDateAuthorComments
 1.3 05-Aug-2016  scole PR port-ia64/51261

Import later version from FreeBSD
 1.2 03-Apr-2014  martin branches: 1.2.6; 1.2.10;
Fix snprintf fallout
 1.1 07-Apr-2006  cherry branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.112; 1.1.122; 1.1.128;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.128.1 18-May-2014  rmind sync with head
 1.1.122.2 03-Dec-2017  jdolecek update from HEAD
 1.1.122.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.112.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.1.20.2 09-Sep-2006  rpaulo sync with head
 1.1.20.1 07-Apr-2006  rpaulo file disasm.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:23 +0000
 1.1.14.2 21-Jun-2006  yamt sync with head.
 1.1.14.1 07-Apr-2006  yamt file disasm.h was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
 1.1.10.2 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.10.1 07-Apr-2006  tron file disasm.h was added on branch peter-altq on 2006-05-24 15:47:59 +0000
 1.1.6.2 22-Apr-2006  simonb Sync with head.
 1.1.6.1 07-Apr-2006  simonb file disasm.h was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
 1.1.4.2 19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1 07-Apr-2006  elad file disasm.h was added on branch elad-kernelauth on 2006-04-19 02:32:50 +0000
 1.1.2.2 11-Apr-2006  yamt sync with head
 1.1.2.1 07-Apr-2006  yamt file disasm.h was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
 1.2.10.1 06-Aug-2016  pgoyette Sync with HEAD
 1.2.6.1 05-Oct-2016  skrll Sync with HEAD
 1.2 05-Aug-2016  scole PR port-ia64/51261

Import later version from FreeBSD
 1.1 07-Apr-2006  cherry branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.122; 1.1.142; 1.1.146;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.146.1 06-Aug-2016  pgoyette Sync with HEAD
 1.1.142.1 05-Oct-2016  skrll Sync with HEAD
 1.1.122.1 03-Dec-2017  jdolecek update from HEAD
 1.1.20.2 09-Sep-2006  rpaulo sync with head
 1.1.20.1 07-Apr-2006  rpaulo file disasm_decode.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:23 +0000
 1.1.14.2 21-Jun-2006  yamt sync with head.
 1.1.14.1 07-Apr-2006  yamt file disasm_decode.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
 1.1.10.2 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.10.1 07-Apr-2006  tron file disasm_decode.c was added on branch peter-altq on 2006-05-24 15:47:59 +0000
 1.1.6.2 22-Apr-2006  simonb Sync with head.
 1.1.6.1 07-Apr-2006  simonb file disasm_decode.c was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
 1.1.4.2 19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1 07-Apr-2006  elad file disasm_decode.c was added on branch elad-kernelauth on 2006-04-19 02:32:51 +0000
 1.1.2.2 11-Apr-2006  yamt sync with head
 1.1.2.1 07-Apr-2006  yamt file disasm_decode.c was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
 1.3 05-Aug-2016  scole PR port-ia64/51261

Import later version from FreeBSD
 1.2 17-Jul-2011  joerg branches: 1.2.12; 1.2.30; 1.2.34;
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.1 07-Apr-2006  cherry branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.20.2 09-Sep-2006  rpaulo sync with head
 1.1.20.1 07-Apr-2006  rpaulo file disasm_extract.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:23 +0000
 1.1.14.2 21-Jun-2006  yamt sync with head.
 1.1.14.1 07-Apr-2006  yamt file disasm_extract.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
 1.1.10.2 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.10.1 07-Apr-2006  tron file disasm_extract.c was added on branch peter-altq on 2006-05-24 15:47:59 +0000
 1.1.6.2 22-Apr-2006  simonb Sync with head.
 1.1.6.1 07-Apr-2006  simonb file disasm_extract.c was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
 1.1.4.2 19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1 07-Apr-2006  elad file disasm_extract.c was added on branch elad-kernelauth on 2006-04-19 02:32:51 +0000
 1.1.2.2 11-Apr-2006  yamt sync with head
 1.1.2.1 07-Apr-2006  yamt file disasm_extract.c was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
 1.2.34.1 06-Aug-2016  pgoyette Sync with HEAD
 1.2.30.1 05-Oct-2016  skrll Sync with HEAD
 1.2.12.1 03-Dec-2017  jdolecek update from HEAD
 1.5 05-Aug-2016  scole PR port-ia64/51261

Import later version from FreeBSD
 1.4 03-Apr-2014  martin branches: 1.4.6; 1.4.10;
Fix snprintf fallout
 1.3 27-Mar-2014  christos correct/add protection against snprintf overflow.
 1.2 25-Mar-2014  christos kill sprintf
 1.1 07-Apr-2006  cherry branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.112; 1.1.122; 1.1.128;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.128.1 18-May-2014  rmind sync with head
 1.1.122.2 03-Dec-2017  jdolecek update from HEAD
 1.1.122.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.112.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.1.20.2 09-Sep-2006  rpaulo sync with head
 1.1.20.1 07-Apr-2006  rpaulo file disasm_format.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:23 +0000
 1.1.14.2 21-Jun-2006  yamt sync with head.
 1.1.14.1 07-Apr-2006  yamt file disasm_format.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
 1.1.10.2 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.10.1 07-Apr-2006  tron file disasm_format.c was added on branch peter-altq on 2006-05-24 15:47:59 +0000
 1.1.6.2 22-Apr-2006  simonb Sync with head.
 1.1.6.1 07-Apr-2006  simonb file disasm_format.c was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
 1.1.4.2 19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1 07-Apr-2006  elad file disasm_format.c was added on branch elad-kernelauth on 2006-04-19 02:32:51 +0000
 1.1.2.2 11-Apr-2006  yamt sync with head
 1.1.2.1 07-Apr-2006  yamt file disasm_format.c was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000
 1.4.10.1 06-Aug-2016  pgoyette Sync with HEAD
 1.4.6.1 05-Oct-2016  skrll Sync with HEAD
 1.2 05-Aug-2016  scole PR port-ia64/51261

Import later version from FreeBSD
 1.1 07-Apr-2006  cherry branches: 1.1.2; 1.1.4; 1.1.6; 1.1.10; 1.1.14; 1.1.20; 1.1.122; 1.1.142; 1.1.146;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.146.1 06-Aug-2016  pgoyette Sync with HEAD
 1.1.142.1 05-Oct-2016  skrll Sync with HEAD
 1.1.122.1 03-Dec-2017  jdolecek update from HEAD
 1.1.20.2 09-Sep-2006  rpaulo sync with head
 1.1.20.1 07-Apr-2006  rpaulo file disasm_int.h was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:23 +0000
 1.1.14.2 21-Jun-2006  yamt sync with head.
 1.1.14.1 07-Apr-2006  yamt file disasm_int.h was added on branch yamt-lazymbuf on 2006-06-21 14:52:44 +0000
 1.1.10.2 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.1.10.1 07-Apr-2006  tron file disasm_int.h was added on branch peter-altq on 2006-05-24 15:47:59 +0000
 1.1.6.2 22-Apr-2006  simonb Sync with head.
 1.1.6.1 07-Apr-2006  simonb file disasm_int.h was added on branch simonb-timecounters on 2006-04-22 11:37:35 +0000
 1.1.4.2 19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1 07-Apr-2006  elad file disasm_int.h was added on branch elad-kernelauth on 2006-04-19 02:32:51 +0000
 1.1.2.2 11-Apr-2006  yamt sync with head
 1.1.2.1 07-Apr-2006  yamt file disasm_int.h was added on branch yamt-pdpolicy on 2006-04-11 11:53:27 +0000

RSS XML Feed