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_racct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kern_racct: move sys/systm.h inclusion to its proper place
avg
2011-12-12
1
-2
/
+1
*
Actually enforce limit for inheritable resources on fork.
trasz
2011-10-04
1
-6
/
+6
*
Move some code inside the racct_proc_fork(); it spares a few lock operations
trasz
2011-10-03
1
-9
/
+22
*
Fix another bug introduced in r225641, which caused rctl to access certain
trasz
2011-10-03
1
-0
/
+23
*
Fix bug introduced in r225641, which would cause panic if racct_proc_fork()
trasz
2011-10-03
1
-18
/
+1
*
Fix panic that happens when fork(2) fails due to a limit other than
trasz
2011-09-03
1
-7
/
+12
*
Rename resource names to match these in login.conf.
trasz
2011-07-14
1
-2
/
+2
*
Style fix - macros are supposed to be uppercase.
trasz
2011-07-07
1
-12
/
+12
*
Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rather
trasz
2011-05-27
1
-5
/
+0
*
Change the way rctl interfaces with jails by introducing prison_racct
trasz
2011-05-03
1
-5
/
+9
*
Add missing stubs.
trasz
2011-04-05
1
-0
/
+12
*
Remove pointless (always true) KASSERTs.
trasz
2011-03-29
1
-19
/
+0
*
Add racct. It's an API to keep per-process, per-jail, per-loginclass
trasz
2011-03-29
1
-0
/
+837