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
/
i386
/
linux
/
linux_sysvec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert BSD trap codes to i386.
pb
2001-11-20
1
-2
/
+41
*
Eliminate the prefix parameter to linux_emul_find(), which was always
des
2001-10-27
1
-2
/
+2
*
Oops, these already included sys/lock.h, they just did so after
jhb
2001-10-11
1
-1
/
+0
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Add a lock assertion to linux_sendsig() to match other sendsig functions.
jhb
2001-09-17
1
-0
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-14
/
+18
*
Fix LINT breakage caused by previous commit. The linux_rt_sendsig
marcel
2001-09-10
1
-0
/
+9
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-23
/
+22
*
Call sendsig() with the proc lock held and return with it held.
jhb
2001-09-06
1
-2
/
+2
*
Remove the MPSAFE keyword from the parser for syscalls.master.
dillon
2001-08-30
1
-0
/
+5
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-4
/
+4
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-5
/
+6
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-4
/
+4
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Preserve the state of the %gs register when setting up the signal
deischen
2001-05-12
1
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-4
/
+7
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-2
/
+4
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
1
-2
/
+2
*
MFS: bring the consistent `compat_3_brand' support into -CURRENT
obrien
2001-02-24
1
-0
/
+2
*
Allow debugging output to be controlled on a per-syscall granularity.
jlemon
2001-02-16
1
-16
/
+20
*
Proc locking.
jhb
2001-01-24
1
-0
/
+16
*
The Linuxulator needs sysvipc to work.
des
2001-01-14
1
-0
/
+3
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
1
-17
/
+12
*
Correct a misnamed argument hidden behind a #ifdef DEBUG
jlemon
2000-11-25
1
-1
/
+1
*
o Change the argument of linux_sigreturn to be a pointer to a
marcel
2000-11-23
1
-56
/
+56
*
Don't unregister the ioctl handlers before we verified we
marcel
2000-11-23
1
-11
/
+14
*
fix glaring bugs in rt signals -- copyout the right signal mask in
gallatin
2000-11-16
1
-2
/
+3
*
Make linux_sendsig and linux_sigreturn use all 64 bits of a
gallatin
2000-11-13
1
-3
/
+14
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-1
/
+1
*
Make MINSIGSTKSZ machine dependent, and have the sigaltstack
marcel
2000-11-09
1
-5
/
+5
*
Sync with Alpha:
marcel
2000-11-09
1
-1
/
+1
*
A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
gallatin
2000-10-17
1
-0
/
+257
*
Update include directives for Linuxulator headers after the
marcel
2000-08-22
1
-1
/
+1
*
Remove the only use of SCARG and perform dead code elimination.
marcel
2000-07-27
1
-3
/
+2
*
Add a version tag for the rtc port to depend on.
peter
2000-05-06
1
-0
/
+2
*
Fix #! script exec under linux emulation. If a script is exec'd from a
dillon
2000-04-26
1
-2
/
+55
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Change our ELF binary branding to something more acceptable to the Binutils
obrien
2000-04-18
1
-2
/
+2
*
Changed the type used to represent the user stack pointer from `long *'
bde
1999-12-27
1
-6
/
+6
*
Implement pluggable ioctl handlers.
marcel
1999-12-04
1
-7
/
+19
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-1
/
+2
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-11
/
+9
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
1
-46
/
+50
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's
peter
1999-06-28
1
-2
/
+2
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-4
/
+6
*
unifdef -DVM_STACK - it's been on for a while for x86 and was checked
peter
1999-04-19
1
-5
/
+1
*
Added call to elf_brand_inuse() to prevent you from cutting your own
newton
1999-02-04
1
-3
/
+11
*
Minor cleanup; no more references to LKM's.
peter
1999-01-17
1
-4
/
+1
[next]