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
/
alpha
/
linux
/
linux_sysvec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes from previous commit.
jhb
2003-03-27
1
-0
/
+1
*
Add a cleanup function to destroy the osname_lock and call it on module
jhb
2003-03-26
1
-0
/
+1
*
Sync up linux and svr compat elf fixup functions for exec(). These
jhb
2003-03-21
1
-10
/
+9
*
Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to
jake
2002-09-01
1
-5
/
+13
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-4
/
+6
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Remove __P(). This was tested on the GENERIC kernel.
obrien
2002-03-20
1
-3
/
+3
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-1
/
+1
*
Eliminate the prefix parameter to linux_emul_find(), which was always
des
2001-10-27
1
-2
/
+2
*
Make this compile again. I would have sworn that I did this already in
peter
2001-09-20
1
-2
/
+2
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-5
/
+6
*
track the One True Architecture (i386)
mjacob
2001-05-25
1
-4
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-6
/
+10
*
Add MODULE_DEPEND() for the sysvipc modules. This allows the linulator
gallatin
2001-03-05
1
-0
/
+3
*
sync with i386:
gallatin
2001-03-05
1
-0
/
+2
*
Proc locking.
jhb
2001-01-24
1
-0
/
+2
*
Minor cleanups:
marcel
2000-12-05
1
-8
/
+3
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-1
/
+1
*
Don't unregister the ioctl handlers before we verified we
marcel
2000-11-23
1
-11
/
+13
*
Make MINSIGSTKSZ machine dependent, and have the sigaltstack
marcel
2000-11-09
1
-1
/
+2
*
back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't exist
gallatin
2000-11-09
1
-2
/
+0
*
Fix the Elf64 branding initialization.
obrien
2000-11-04
1
-0
/
+2
*
Move the linux abi's alpha md files over to using David's build-time
gallatin
2000-11-01
1
-1
/
+1
*
Need to dummy-out rt_sigreturn.
obrien
2000-11-01
1
-0
/
+3
*
Apply style(9). [best I could]
obrien
2000-10-23
1
-35
/
+40
*
Minimal set of diffs from the i386 bits to the AlphaLinux.
obrien
2000-09-06
1
-335
/
+28
*
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
[next]