summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32/ia32_trap.c
Commit message (Expand)AuthorAgeFilesLines
* Change ia64' struct syscall_args definition so that args is a pointer tokib2010-05-241-1/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-107/+75
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-161-0/+4
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-13/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-7/+13
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-271-0/+8
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Simplify system time accounting for profiling.phk2006-02-081-3/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-2/+12
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* ...And fix WITNESS builds: declare syscallnames.marcel2004-09-261-0/+4
* Fix INVARIANTS build: Include <machine/cpu.h>.marcel2004-09-261-0/+1
* Move the IA-32 trap handling from trap() to ia32_trap(). Move themarcel2004-09-251-0/+288
OpenPOWER on IntegriCloud