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
*
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
*
Add (but don't activate) code for a special VM option to make
julian
1999-01-06
1
-20
/
+3
*
Make it compile again.
sos
1998-12-19
1
-5
/
+5
*
Reviewed by: Luoqi Chen, Jordan Hubbard
julian
1998-12-19
1
-1
/
+22
*
Removed the cast to a pointer in the definition of PS_STRINGS and
bde
1998-12-16
1
-2
/
+2
*
Added 3 new errno values, requred by various standards: EOVERFLOW,
dt
1998-12-14
1
-5
/
+5
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-8
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-17
/
+36
*
Unregister the glibc2 brand at module unload time.
alex
1998-10-11
1
-5
/
+19
*
Make async I/O on a socket work.
jfieber
1998-10-05
1
-4
/
+4
*
Add support for glibc consumers using the new ld-linux.so.2 linker.
msmith
1998-09-17
1
-2
/
+10
*
Add provisions for variant core dump file formats, depending on the
jdp
1998-09-14
1
-3
/
+6
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-4
/
+4
*
Fixed print format errors.
bde
1998-07-29
1
-4
/
+5
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-12
/
+12
*
Unbotch whitespace and change switch with two cases to if.
eivind
1998-05-07
1
-12
/
+9
*
Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under
eivind
1998-04-28
1
-1
/
+26
[next]