History log of /src/sys/arch/ia64/unwind/stackframe.c |
Revision | | Date | Author | Comments |
1.9 |
| 31-Jul-2016 |
dholland | Speed limit 80.
|
1.8 |
| 31-Jul-2016 |
dholland | KNF
|
1.7 |
| 31-Jul-2016 |
dholland | Instead of testing for unsigned < 0, compare before subtracting. Reset of PR 51297 from David Binderman.
|
1.6 |
| 31-Jul-2016 |
dholland | Don't check for unsigned variables being less than 0 in patchunwindframe(). Instead, check before subtracting, which in this case means at the call site.
It would probably be better to change the call signature so the subtraction happens inside patchunwindframe(), but since I don't really know exactly what this code is trying to do I'm not comfortable changing it.
Issue 1 in PR 51297 from David Binderman.
|
1.5 |
| 10-Mar-2014 |
martin | branches: 1.5.6; 1.5.10; Remove unused variable
|
1.4 |
| 18-Mar-2009 |
cegger | branches: 1.4.12; 1.4.22; 1.4.26; bzero -> memset
|
1.3 |
| 28-Feb-2007 |
thorpej | branches: 1.3.44; 1.3.52; 1.3.58; TRUE -> true, FALSE -> false
|
1.2 |
| 21-Feb-2007 |
thorpej | Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
|
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.26; 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.26.2 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.1.26.1 |
| 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.1.20.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.1.20.1 |
| 07-Apr-2006 |
rpaulo | file stackframe.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:43 +0000
|
1.1.14.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.1.14.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.1.14.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.1.14.1 |
| 07-Apr-2006 |
yamt | file stackframe.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:58 +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 stackframe.c was added on branch peter-altq on 2006-05-24 15:48:09 +0000
|
1.1.6.2 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.1.6.1 |
| 07-Apr-2006 |
simonb | file stackframe.c was added on branch simonb-timecounters on 2006-04-22 11:37:39 +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 stackframe.c was added on branch elad-kernelauth on 2006-04-19 02:33:08 +0000
|
1.1.2.2 |
| 11-Apr-2006 |
yamt | sync with head
|
1.1.2.1 |
| 07-Apr-2006 |
yamt | file stackframe.c was added on branch yamt-pdpolicy on 2006-04-11 11:53:43 +0000
|
1.3.58.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.3.52.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.3.44.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.4.26.1 |
| 18-May-2014 |
rmind | sync with head
|
1.4.22.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.4.22.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.12.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.5.10.1 |
| 06-Aug-2016 |
pgoyette | Sync with HEAD
|
1.5.6.1 |
| 05-Oct-2016 |
skrll | Sync with HEAD
|