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
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement AUE_PREAD and AUE_PWRITE BSM conversion support, eliminating
rwatson
2016-06-13
1
-0
/
+2
*
sys/security: minor spelling fixes.
pfg
2016-05-06
7
-7
/
+7
*
sys: use our nitems() macro when param.h is available.
pfg
2016-04-21
2
-4
/
+2
*
Remove slightly used const values that can be replaced with nitems().
pfg
2016-04-21
2
-7
/
+4
*
audit(8): leave unsigned comparison for last.
pfg
2016-04-08
1
-2
/
+2
*
Busy the mount point which is the owner of the audit vnode, around
kib
2016-01-16
1
-15
/
+45
*
Move the funsetown(9) call from audit_pipe_close() to cdevpriv
kib
2016-01-13
1
-25
/
+4
*
Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...
brueffer
2015-12-20
5
-10
/
+0
*
Fix style issues around existing SDT probes.
markj
2015-12-16
2
-22
/
+22
*
fd: make 'rights' a manadatory argument to fget* functions
mjg
2015-07-05
1
-1
/
+3
*
Replace struct filedesc argument in getvnode with struct thread
mjg
2015-06-16
1
-1
/
+1
*
fd: make rights a mandatory argument to fget_unlocked
mjg
2015-06-16
1
-1
/
+3
*
cred: add proc_set_cred helper
mjg
2015-03-16
3
-6
/
+6
*
audit: fix cred assignment when A_SETPMASK is used
mjg
2015-03-15
1
-1
/
+1
*
Adjust printf format specifiers for dev_t and ino_t in kernel.
gleb
2014-12-17
1
-2
/
+2
*
Replace dev_clone with cdevpriv(9) KPI in audit_pipe code.
davide
2014-08-20
1
-71
/
+47
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
6
-50
/
+23
*
Revert r267961, r267973:
gjb
2014-06-27
6
-23
/
+50
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
6
-50
/
+23
*
audit: plug FILEDESC_LOCK leak in audit_canon_path.
mjg
2014-03-21
1
-0
/
+1
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Remove AppleTalk support.
glebius
2014-03-14
8
-144
/
+0
*
Remove IPX support.
glebius
2014-03-14
2
-4
/
+0
*
As constantly reported during kernel compilation, m_buflen is unsigned so
bz
2013-12-25
1
-2
/
+1
*
There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
jhb
2013-12-05
1
-1
/
+0
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
2
-27
/
+27
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
16
-17
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-1
/
+4
*
Fix some typos that were causing probe argument types to show up as unknown.
markj
2013-10-01
4
-4
/
+4
*
Make the mac_policy_rm lock recursable, which allows reentrance into
kib
2013-09-29
1
-1
/
+2
*
- Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+
davide
2013-09-07
1
-8
/
+3
*
Handle cases where capability rights are not provided.
pjd
2013-09-05
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
6
-7
/
+25
*
Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.
kib
2013-08-21
7
-0
/
+172
*
audit_proc_coredump: check return value of audit_new
avg
2013-07-09
1
-0
/
+2
*
Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lock
alc
2013-06-04
1
-4
/
+4
*
MFC
attilio
2013-03-08
3
-6
/
+23
|
\
|
*
- Implement two new system calls:
pjd
2013-03-02
3
-6
/
+23
*
|
MFC
attilio
2013-03-02
4
-1
/
+36
|
\
\
|
|
/
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
4
-1
/
+36
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-6
/
+6
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-1
/
+1
|
/
*
Remove redundant check.
pjd
2013-02-17
1
-3
/
+1
*
Style.
pjd
2013-02-11
1
-2
/
+2
*
Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()
pjd
2013-02-07
1
-0
/
+6
*
Implement the zonename token for jailed processes. If
csjp
2013-01-17
3
-2
/
+25
*
Four .c files from OpenBSM are used, in modified form, by the kernel to
rwatson
2012-12-15
5
-0
/
+0
*
Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm to
rwatson
2012-12-01
2
-8
/
+59
*
IFp4 @219811:
pjd
2012-12-01
1
-3
/
+1
*
IFp4 @208452:
pjd
2012-11-30
1
-7
/
+11
[next]