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
*
Rework signal code to allow using it by other modules, like linprocfs:
dchagin
2015-05-24
1
-37
/
+12
*
Call nosys in case when the incorrect syscall number is specified.
dchagin
2015-05-24
1
-1
/
+2
*
Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
dchagin
2015-05-24
1
-6
/
+2
*
Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used by
dchagin
2015-05-24
1
-0
/
+26
*
Introduce a new module linux_common.ko which is intended for the
dchagin
2015-05-24
1
-8
/
+8
*
Remove stale comment about a signal trampoline which
dchagin
2015-05-24
1
-1
/
+0
*
Put linux_platform into the vdso to avoid copying it onto the stack at
dchagin
2015-05-24
1
-4
/
+4
*
Implement vdso - virtual dynamic shared object. Through vdso Linux
dchagin
2015-05-24
1
-11
/
+54
*
Some style(9) && whitespaces fixes. No functional changes.
dchagin
2015-05-24
1
-9
/
+9
*
Switch linuxulator to use the native 1:1 threads.
dchagin
2015-05-24
1
-4
/
+6
*
MFamd64: Move extern declaration of _ucodesel and _udatasel to
jhb
2014-11-02
1
-1
/
+0
*
Revert r266925 as it can lead to instant panic at fexecve():
dchagin
2014-06-17
1
-2
/
+2
*
To allow to run the interpreter itself add a new ELF branding type.
dchagin
2014-05-31
1
-2
/
+2
*
x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
emaste
2013-11-14
1
-22
/
+2
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
1
-0
/
+1
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Do not write to the user address directly, use suword().
kib
2012-02-25
1
-4
/
+4
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Export the correct AT_PLATFORM value.
dchagin
2011-03-26
1
-2
/
+1
*
Enable shared page use for amd64/linux32 and i386/linux binaries.
dchagin
2011-03-13
1
-18
/
+18
*
Extend struct sysvec with new method sv_schedtail, which is used for an
dchagin
2011-03-08
1
-4
/
+2
*
Sort include files in the alphabetical order.
dchagin
2011-02-13
1
-1
/
+1
*
Add macro DECLARE_MODULE_TIED to denote a module as requiring the
kib
2010-10-12
1
-1
/
+1
*
The interpreter name should no longer be treated as a buffer that can be
alc
2010-07-28
1
-10
/
+5
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-18
/
+36
*
Change the arguments of exec_setregs() so that it receives a pointer
nwhitehorn
2010-03-25
1
-5
/
+4
*
In r197963, a race with thread being selected for signal delivery
kib
2009-10-27
1
-12
/
+6
*
Fix handling of .note.ABI-tag section for GNU systems [1].
bz
2009-08-24
1
-5
/
+30
*
Do not export AT_CLKTCK when emulating Linux kernel prior
dchagin
2009-05-10
1
-1
/
+11
*
Rework r189362, r191883.
dchagin
2009-05-10
1
-1
/
+2
*
Move the per-prison Linux MIB from a private one-off pointer to the new
jamie
2009-05-07
1
-0
/
+2
*
Move extern variable definitions to the header file.
dchagin
2009-05-02
1
-3
/
+1
*
Reimplement futexes.
dchagin
2009-05-01
1
-3
/
+3
*
Fix KBI breakage by r190520 which affects older linux.ko binaries:
dchagin
2009-04-05
1
-2
/
+2
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
1
-2
/
+14
*
A better fix for handling different FPU initial control words for different
jhb
2009-03-05
1
-7
/
+3
*
Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries which
dchagin
2009-03-04
1
-5
/
+161
*
Remove obsolete AT_DEBUG stuff. It never should have been committed
imp
2008-12-17
1
-2
/
+0
*
Add sv_flags field to struct sysentvec with intention to provide description
kib
2008-11-22
1
-2
/
+4
*
Correctly fill siginfo for the signals delivered by linux tkill/tgkill.
kib
2008-10-19
1
-3
/
+1
*
Change the static struct sysentvec and struct Elf_Brandinfo initializers
kib
2008-09-24
1
-74
/
+76
*
Implement the linux syscalls
kib
2008-04-08
1
-1
/
+1
*
Add the support for the AT_FDCWD and fd-relative name lookups to the
kib
2008-03-31
1
-0
/
+1
*
Since version 4.3, gcc changed its behaviour concerning the i386/amd64
kib
2008-03-13
1
-2
/
+2
*
Remove kernel support for M:N threading.
jeff
2008-03-12
1
-2
/
+1
*
Fill in cr2 in the signal context from ksi->ksi_addr.
kib
2007-09-20
1
-0
/
+2
*
MFP4: Turn emul_lock into a mutex.
jkim
2007-04-02
1
-2
/
+2
*
Change futex lock from mutex to sx. Make futex_get atomic (protected by the
netchild
2006-09-09
1
-3
/
+3
*
Move some stuff into headers where they belong.
netchild
2006-08-17
1
-5
/
+1
[next]