History log of /netbsd/sys/arch/ia64/ia64/trap.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 34d96f12 24-Jul-2021 andvar <andvar@NetBSD.org>

Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files

Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.

show more ...


# 86bbb38b 08-Apr-2017 scole <scole@NetBSD.org>

Add include and panic in startlwp()


# 03201ad8 10-Mar-2014 martin <martin@NetBSD.org>

Remove unused variables


# 682cdbfd 12-Jan-2013 kiyohara <kiyohara@NetBSD.org>

Add some vector process from FreeBSD.
Remove and add null-line.


# 0d358b62 06-Jan-2013 kiyohara <kiyohara@NetBSD.org>

Add IA64_VEC_SPECULATION into trap(). From FreeBSD.


# 154d3024 19-Feb-2012 rmind <rmind@NetBSD.org>

Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
Approved by core@.


# 833b1484 20-Jul-2009 kiyohara <kiyohara@NetBSD.org>

Fix little bit, and add a few files.
current status is to see following thread.
http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# fc7511b0 15-Oct-2008 wrstuden <wrstuden@NetBSD.org>

Merge wrstuden-revivesa into HEAD.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# b07ec3fc 09-Feb-2007 ad <ad@NetBSD.org>

Merge newlock2 to head.


# 02356bf3 01-Sep-2006 mrg <mrg@NetBSD.org>

fix a bug in userlevel trap() handling where struct proc *p was used
before it was assigned to.


# 2b79369c 19-Jul-2006 ad <ad@NetBSD.org>

- Hold a reference to the process credentials in each struct lwp.
- Update the reference on syscall and user trap if p_cred has changed.
- Collect accounting flags in the LWP, and collate on LWP exit.


# 1163d9a8 08-Apr-2006 cherry <cherry@NetBSD.org>

Copyright audit and CVS header sweep.


# ba7cbe76 07-Apr-2006 cherry <cherry@NetBSD.org>

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 NetB

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.

show more ...