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_rctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop treating system processes as special. This fixes panics
trasz
2012-04-17
1
-25
/
+1
*
Enforce upper bound on the input buffer length.
trasz
2012-04-17
1
-0
/
+3
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Fix another bug introduced in r225641, which caused rctl to access certain
trasz
2011-10-03
1
-11
/
+16
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-11
/
+11
*
Fix whitespace.
trasz
2011-09-07
1
-1
/
+1
*
Work around a kernel panic triggered by forkbomb with an rctl rule
trasz
2011-09-06
1
-0
/
+11
*
Since r224036 the cputime and wallclock are supposed to be in seconds,
trasz
2011-09-04
1
-2
/
+2
*
Rename resource names to match these in login.conf.
trasz
2011-07-14
1
-15
/
+15
*
Style fix - macros are supposed to be uppercase.
trasz
2011-07-07
1
-6
/
+6
*
Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rather
trasz
2011-05-27
1
-2
/
+0
*
Change the way rctl interfaces with jails by introducing prison_racct
trasz
2011-05-03
1
-58
/
+37
*
Rename a misnamed structure field (hr_loginclass), and reorder priv(9)
trasz
2011-04-10
1
-19
/
+19
*
Add rctl. It's used by racct to take user-configurable actions based
trasz
2011-03-30
1
-0
/
+1850