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_sig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add facility to stop all userspace processes. The supposed use of the
kib
2014-12-13
1
-3
/
+3
*
Assert the state of the process lock and sigact mutex in
kib
2014-11-28
1
-2
/
+8
*
Fix SA_SIGINFO | SA_RESETHAND handling. The sysent' sv_sendsig()
kib
2014-11-26
1
-19
/
+27
*
Fixes for i/o during coredumping:
kib
2014-10-04
1
-18
/
+11
*
Revert the handling of all siginfo sa_flags except SA_SIGINFO to the
kib
2014-08-24
1
-8
/
+8
*
Use refcount_init in sigacts_alloc.
mjg
2014-08-24
1
-1
/
+1
*
Ensure that sigaction flags for signal, which disposition is reset to
kib
2014-08-22
1
-33
/
+44
*
Check the validity of struct sigaction sa_flags value, reject unknown
kib
2014-08-22
1
-0
/
+4
*
Manage struct sigacts refcnt with atomics instead of a mutex.
mjg
2014-07-14
1
-10
/
+7
*
Perform a lockless check in sigacts_shared.
mjg
2014-07-01
1
-5
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-8
/
+4
*
Revert r267961, r267973:
gjb
2014-06-27
1
-4
/
+8
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-8
/
+4
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Make process descriptors standard part of the kernel. rwhod(8) already
pjd
2013-11-30
1
-5
/
+0
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-6
/
+6
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.
jilles
2013-11-17
1
-8
/
+11
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Specify SDT probe argument types in the probe definition itself rather than
markj
2013-08-15
1
-11
/
+6
*
Remove duplicate assertion from tdsendsignal.
mjg
2013-07-22
1
-3
/
+1
*
Fix memory leak in coredump().
glebius
2013-04-05
1
-0
/
+1
*
Tweak some comments.
jhb
2013-03-18
1
-4
/
+4
*
Partially revert r195702. Deferring stops is now implemented via a set of
jhb
2013-03-18
1
-12
/
+6
*
Further refine the handling of stop signals in the NFS client. The
jhb
2013-02-21
1
-8
/
+14
*
Add break to the default case.
pjd
2013-02-17
1
-0
/
+1
*
When vforked child is traced, the debugging events are not generated
kib
2013-02-07
1
-1
/
+1
*
Rework the handling of stop signals in the NFS client. The changes in
jhb
2013-02-06
1
-11
/
+43
*
Replace expand_name() function with corefile_open() function, which not
pjd
2012-12-19
1
-54
/
+35
*
Use correct file permissions when looking for available core file if
pjd
2012-12-19
1
-1
/
+1
*
The 'flags' argument can be modified in vn_open_cred(), so we need to
pjd
2012-12-19
1
-1
/
+1
*
Do not audit paths we try when kern.corefile contains %I.
pjd
2012-12-19
1
-1
/
+2
*
Style cleanups.
pjd
2012-12-19
1
-50
/
+48
*
The expand_name() function isn't called with the process lock held anymore,
pjd
2012-12-19
1
-14
/
+2
*
Minor style tweaks.
pjd
2012-12-17
1
-6
/
+5
*
Better variables naming in expand_name() to be more consistent with coredump().
pjd
2012-12-17
1
-16
/
+16
*
Move expand_name() after process lock is released.
pjd
2012-12-16
1
-7
/
+4
*
Don't add audit record when coredumps are disabled or name cannot be expanded.
pjd
2012-12-16
1
-9
/
+0
*
Make the check easier to read.
pjd
2012-12-16
1
-2
/
+1
*
Use 'cred' variable.
pjd
2012-12-16
1
-2
/
+1
*
Add kern.capmode_coredump sysctl/tunable to allow processes in capability mode
pjd
2012-11-27
1
-2
/
+13
*
Allow to use kill(2) in capability mode, but process can send a signal only
pjd
2012-11-27
1
-0
/
+8
*
Allow to modify kern.sugid_coredump and kern.corefile from loader.conf.
pjd
2012-11-27
1
-0
/
+2
*
More style fixes.
pjd
2012-11-27
1
-4
/
+4
*
Style fixes (mostly whitespaces).
pjd
2012-11-27
1
-35
/
+39
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-9
/
+2
*
Correct the killpg(2) return values:
eadler
2012-10-22
1
-6
/
+14
*
Colin acked the wrong diff originally. fixed version coming soon.
eadler
2012-10-22
1
-15
/
+6
*
Correct the killpg(2) return values:
eadler
2012-10-22
1
-6
/
+15
*
Ignore stop and continue signals sent to an exiting process. Stop signals
jhb
2012-09-13
1
-2
/
+5
[next]