| Commit message (Expand) | Author | Age | Files | Lines |
* | kern_rctl.c: Minimal includes when RCTL not defined | Olivier Certner | 2024-02-27 | 1 | -2/+6 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | sysent: Get rid of bogus sys/sysent.h include. | Dmitry Chagin | 2022-06-17 | 1 | -1/+0 |
* | rctl(4): support throttling resource usage to 0 | Jason A. Harmening | 2021-01-11 | 1 | -0/+5 |
* | Drop "All rights reserved" from all my stuff. This includes | Edward Tomasz Napierala | 2020-10-28 | 1 | -1/+0 |
* | kern: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -9/+9 |
* | Retire devctl_notify_f() | Warner Losh | 2020-08-29 | 1 | -2/+2 |
* | Use devctl.h instead of bus.h to reduce newbus pollution. | Warner Losh | 2020-08-21 | 1 | -1/+1 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many) | Pawel Biernacki | 2020-02-15 | 1 | -5/+10 |
* | call racct_proc_ucred_changed() under the proc lock | Andriy Gapon | 2018-04-20 | 1 | -2/+5 |
* | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | sys/kern: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | Get rid of rctl_lock; use racct_lock where appropriate. The fast paths | Edward Tomasz Napierala | 2016-04-21 | 1 | -68/+44 |
* | kern_rctl: Fix resource leak in error path | Conrad Meyer | 2016-04-20 | 1 | -0/+1 |
* | Fix debugging printf. | Edward Tomasz Napierala | 2016-04-19 | 1 | -2/+3 |
* | Allocate RACCT/RCTL zones without UMA_ZONE_NOFREE; no idea why it was there | Edward Tomasz Napierala | 2016-04-15 | 1 | -2/+2 |
* | Sort variable declarations. | Edward Tomasz Napierala | 2016-04-15 | 1 | -34/+30 |
* | Fix overflow checking. | Edward Tomasz Napierala | 2016-04-12 | 1 | -8/+2 |
* | Make it possible to tweak RCTL throttling sysctls at runtime. | Edward Tomasz Napierala | 2016-04-08 | 1 | -17/+110 |
* | Add four new RCTL resources - readbps, readiops, writebps and writeiops, | Edward Tomasz Napierala | 2016-04-07 | 1 | -22/+192 |
* | Use proper locking macros in RACCT in RCTL. | Edward Tomasz Napierala | 2016-04-05 | 1 | -38/+44 |
* | Add configurable rate limit for "log" and "devctl" actions. | Edward Tomasz Napierala | 2016-04-02 | 1 | -3/+14 |
* | Refactor; no functional changes. | Edward Tomasz Napierala | 2016-03-31 | 1 | -24/+24 |
* | Fix overflows, making it impossible to add negative amounts using rctl(8). | Edward Tomasz Napierala | 2016-03-31 | 1 | -1/+9 |
* | Fix the way RCTL handles rules' rrl_exceeded on credenials change. | Edward Tomasz Napierala | 2016-01-26 | 1 | -0/+5 |
* | Tweak comments. | Edward Tomasz Napierala | 2015-12-13 | 1 | -1/+1 |
* | Speed up rctl operation with large rulesets, by holding the lock | Edward Tomasz Napierala | 2015-11-15 | 1 | -13/+34 |
* | Make naming more consistent; no functional changes. | Edward Tomasz Napierala | 2015-11-08 | 1 | -4/+4 |
* | Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n", | Edward Tomasz Napierala | 2015-11-08 | 1 | -17/+29 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | Edward Tomasz Napierala | 2015-04-29 | 1 | -0/+69 |
* | Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu". | Edward Tomasz Napierala | 2012-10-26 | 1 | -0/+48 |
* | Stop treating system processes as special. This fixes panics | Edward Tomasz Napierala | 2012-04-17 | 1 | -25/+1 |
* | Enforce upper bound on the input buffer length. | Edward Tomasz Napierala | 2012-04-17 | 1 | -0/+3 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Fix another bug introduced in r225641, which caused rctl to access certain | Edward Tomasz Napierala | 2011-10-03 | 1 | -11/+16 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -11/+11 |
* | Fix whitespace. | Edward Tomasz Napierala | 2011-09-07 | 1 | -1/+1 |
* | Work around a kernel panic triggered by forkbomb with an rctl rule | Edward Tomasz Napierala | 2011-09-06 | 1 | -0/+11 |
* | Since r224036 the cputime and wallclock are supposed to be in seconds, | Edward Tomasz Napierala | 2011-09-04 | 1 | -2/+2 |
* | Rename resource names to match these in login.conf. | Edward Tomasz Napierala | 2011-07-14 | 1 | -15/+15 |
* | Style fix - macros are supposed to be uppercase. | Edward Tomasz Napierala | 2011-07-07 | 1 | -6/+6 |
* | Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are rather | Edward Tomasz Napierala | 2011-05-27 | 1 | -2/+0 |
* | Change the way rctl interfaces with jails by introducing prison_racct | Edward Tomasz Napierala | 2011-05-03 | 1 | -58/+37 |
* | Rename a misnamed structure field (hr_loginclass), and reorder priv(9) | Edward Tomasz Napierala | 2011-04-10 | 1 | -19/+19 |
* | Add rctl. It's used by racct to take user-configurable actions based | Edward Tomasz Napierala | 2011-03-30 | 1 | -0/+1850 |