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
/
kern_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r269907:
kib
2014-08-20
1
-0
/
+1
*
MFC r268636:
mjg
2014-08-17
1
-1
/
+1
*
MFC r268365:
mjg
2014-08-17
1
-2
/
+4
*
MFC r268136:
mjg
2014-08-17
1
-1
/
+3
*
MFC r268087:
mjg
2014-08-17
1
-10
/
+10
*
MFC r268074:
mjg
2014-08-17
1
-5
/
+4
*
MFC r268002:
mjg
2014-07-06
1
-2
/
+2
*
MFC r268001:
mjg
2014-07-06
1
-1
/
+1
*
MFC r266464:
kib
2014-05-23
1
-0
/
+9
*
MFC r263349:
kib
2014-03-26
1
-21
/
+24
*
MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2014-01-17
1
-5
/
+5
*
MFC r256504:
kib
2013-10-25
1
-0
/
+14
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).
kib
2013-08-22
1
-1
/
+1
*
Specify SDT probe argument types in the probe definition itself rather than
markj
2013-08-15
1
-6
/
+3
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
1
-6
/
+3
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-2
/
+2
*
Revert r253939:
attilio
2013-08-05
1
-2
/
+2
*
The page hold mechanism is fast but it has couple of fallouts:
attilio
2013-08-04
1
-2
/
+2
*
Don't busy the page unless we are likely to release the object lock.
alc
2013-06-06
1
-2
/
+4
*
Do not map the shared page COW. If the process wired its address
kib
2013-06-03
1
-2
/
+3
*
MFC
attilio
2013-03-02
1
-3
/
+0
|
\
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-3
/
+0
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-3
/
+3
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
|
/
*
When vforked child is traced, the debugging events are not generated
kib
2013-02-07
1
-1
/
+1
*
The r241025 fixed the case when a binary, executed from nullfs mount,
kib
2012-11-02
1
-2
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-21
/
+4
*
ktrace/kern_exec: check p_tracecred instead of p_cred
avg
2012-10-06
1
-1
/
+2
*
Fix the mis-handling of the VV_TEXT on the nullfs vnodes.
kib
2012-09-28
1
-8
/
+5
*
Revert r240931, as the previous comment was actually in sync with POSIX.
pjd
2012-09-27
1
-3
/
+3
*
We cannot open file for reading and executing (O_RDONLY | O_EXEC).
pjd
2012-09-25
1
-3
/
+3
*
Unbreak handling of descriptors opened with O_EXEC by fexecve(2).
mjg
2012-07-08
1
-1
/
+3
*
Move the code dealing with shared page into a dedicated
kib
2012-06-23
1
-192
/
+0
*
Stop updating the struct vdso_timehands from even handler executed in
kib
2012-06-23
1
-54
/
+43
*
Implement mechanism to export some kernel timekeeping data to
kib
2012-06-22
1
-0
/
+93
*
Enchance the shared page chunk allocator.
kib
2012-06-22
1
-14
/
+63
*
Add a new sched_clear_name() method to the scheduler interface to clear
jhb
2012-03-08
1
-0
/
+4
*
Use shared lock for the executable vnode in the exec path after the
kib
2012-01-19
1
-5
/
+8
*
Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on
kib
2011-09-27
1
-10
/
+0
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-3
/
+3
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+5
*
Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, which
rwatson
2011-07-17
1
-2
/
+3
*
Add some checks to ensure that Capsicum is behaving correctly, and add some
jonathan
2011-06-30
1
-0
/
+24
*
Introduce preliminary support of the show description of the ABI of
dchagin
2011-02-25
1
-0
/
+6
*
Create shared (readonly) page. Each ABI may specify the use of page by
kib
2011-01-08
1
-4
/
+85
*
- When disabling ktracing on a process, free any pending requests that
jhb
2010-10-21
1
-10
/
+2
*
execve(2) has a special check for file permissions: a file must have at
jh
2010-08-30
1
-8
/
+8
*
Add an extra comment to the SDT probes definition. This allows us to get
rpaulo
2010-08-22
1
-3
/
+3
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-3
/
+28
[next]