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
/
kern
/
imgact_elf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Control the execution permission of the readable segments for
kib
2011-10-15
1
-1
/
+9
*
In elf32_trans_prot() and when compiling for amd64 or ia64, add
marcel
2011-10-13
1
-0
/
+6
*
All the racct_*() calls need to happen with the proc locked. Fixing this
trasz
2011-07-06
1
-0
/
+2
*
Add some checks to ensure that Capsicum is behaving correctly, and add some
jonathan
2011-06-30
1
-0
/
+11
*
Add accounting for most of the memory-related resources.
trasz
2011-04-05
1
-1
/
+11
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
1
-2
/
+1
*
Use the same expression to report stack protection mode for AT_STACKEXEC
kib
2011-01-08
1
-2
/
+3
*
In elf image activator, read and apply the stack protection mode from
kib
2011-01-08
1
-5
/
+17
*
Collect code to translate between vm_prot_t and p_flags into helper
kib
2011-01-08
1
-22
/
+35
*
Add the ability for GDB to printout the thread name along with other
attilio
2010-11-22
1
-0
/
+10
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-0
/
+11
*
Don't leak core_buf or gzfile if doing a compressed core file and we
alfred
2010-04-30
1
-4
/
+7
*
Add the ELF relocation base to struct image_params. This will be
nwhitehorn
2010-03-25
1
-0
/
+1
*
Change the way text_addr and data_addr are computed to use the
nwhitehorn
2010-03-25
1
-11
/
+6
*
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
nwhitehorn
2010-03-11
1
-9
/
+6
*
put calls to gzclose() under ifdef COMPRESS_USER_CORES to prevent
alfred
2010-03-04
1
-1
/
+1
*
Merge projects/enhanced_coredumps (r204346) into HEAD:
alfred
2010-03-02
1
-16
/
+156
*
If ET_DYN binary has non-zero base address for some reason, honour it
kib
2009-10-18
1
-5
/
+20
*
Map PIE binaries at non-zero base address.
kib
2009-10-10
1
-10
/
+14
*
Do not map segments of zero length.
kib
2009-10-10
1
-1
/
+4
*
Print a warning in case we cannot add more brandinfo because
bz
2009-10-03
1
-1
/
+4
*
Make sure FreeBSD binaries without .note.ABI-tag section work
bz
2009-08-30
1
-5
/
+13
*
Fix handling of .note.ABI-tag section for GNU systems [1].
bz
2009-08-24
1
-6
/
+54
*
Fix KBI breakage by r190520 which affects older linux.ko binaries:
dchagin
2009-04-05
1
-1
/
+1
*
Fix several issues with parsing the notes for ELF objects.
kib
2009-03-22
1
-5
/
+5
*
Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and
kib
2009-03-17
1
-0
/
+2
*
Use the properly sized types for ELF object header and program headers.
kib
2009-03-17
1
-4
/
+4
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
1
-51
/
+101
*
When a statically linked binary is executed (or at least, one without
rwatson
2009-01-25
1
-1
/
+2
*
Remove sysctl debug.elf_trace and the trace field in auxargs. They go
peter
2008-12-17
1
-4
/
+0
*
Minor style(9) nit.
imp
2008-12-17
1
-2
/
+1
*
Remove two remnant uses of AT_DEBUG.
kib
2008-12-17
1
-3
/
+0
*
If the ABI-overriden interpreter was not loaded, do not set
kib
2008-10-08
1
-1
/
+2
*
Go back to using the process command name (p_comm) for the file name and
jhb
2008-05-15
1
-2
/
+2
*
Remove kernel support for M:N threading.
jeff
2008-03-12
1
-6
/
+2
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-3
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-2
/
+2
*
Fall back to the binary-specified interpreter (ld-elf.so.1) if the
peter
2008-01-05
1
-4
/
+10
*
Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.
kib
2007-12-04
1
-3
/
+43
*
Check for the program headers alignment of the ELF images before
kib
2007-12-04
1
-3
/
+10
*
A bunch more files that should probably print out a thread name
julian
2007-11-14
1
-2
/
+2
*
Fix for the panic("vm_thread_new: kstack allocation failed") and
kib
2007-11-05
1
-1
/
+3
*
Rework the support for ABIs to override resource limits (used by 32-bit
jhb
2007-05-14
1
-1
/
+1
*
Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.
delphij
2007-01-17
1
-1
/
+1
*
Add vm map and object locking to each_writable_segment().
alc
2006-11-19
1
-10
/
+15
*
Avoid a vm object reference leak in a rarely used code path.
alc
2006-01-21
1
-10
/
+7
*
Fix breakage introduced in the previous commit.
sobomax
2005-12-26
1
-4
/
+2
*
Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure
sobomax
2005-12-26
1
-7
/
+10
*
Maintain the lock on the vnode for most of exec_elfN_imgact().
alc
2005-12-24
1
-32
/
+35
*
Maintain the vnode lock throughout elfN_load_file() rather than releasing
alc
2005-12-21
1
-21
/
+13
[next]