index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ia64
/
ia32
/
ia32_trap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
userret() already checks for td_locks when INVARIANTS is enabled, so
attilio
2012-09-08
1
-1
/
+0
*
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
tijl
2012-03-19
1
-1
/
+1
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
1
-0
/
+2
*
Change ia64' struct syscall_args definition so that args is a pointer to
kib
2010-05-24
1
-1
/
+2
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-107
/
+75
*
Rework the PCPU_* (MD) interface:
attilio
2007-06-04
1
-2
/
+2
*
Add audit hooks for ppc, ia64 system call paths.
rwatson
2006-09-16
1
-0
/
+4
*
Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is
jhb
2006-07-28
1
-1
/
+1
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
1
-13
/
+0
*
Unify the checking for lock misbehavior in the various syscall()
jhb
2006-07-27
1
-7
/
+13
*
Add KTR_SYSC tracing to the syscall() implementations that didn't have it
jhb
2006-07-27
1
-0
/
+8
*
Add missing ptrace(2) system-call stops to various syscall()
jhb
2006-07-27
1
-0
/
+5
*
Simplify system time accounting for profiling.
phk
2006-02-08
1
-3
/
+2
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-2
/
+12
*
Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic
jhb
2005-04-12
1
-2
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
...And fix WITNESS builds: declare syscallnames.
marcel
2004-09-26
1
-0
/
+4
*
Fix INVARIANTS build: Include <machine/cpu.h>.
marcel
2004-09-26
1
-0
/
+1
*
Move the IA-32 trap handling from trap() to ia32_trap(). Move the
marcel
2004-09-25
1
-0
/
+288