summaryrefslogtreecommitdiff
path: root/usr.bin/rctl/rctl.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2019-04-03rctl: fix sysctl kern.racct.enable use after r341182Mateusz Guzik
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-11Remove __unused attributed on arguments that are actually usedBaptiste Daroussin
2015-12-01Fix typos in error messages dealing with unknown groups/usersEnji Cooper
2015-12-01Fix rctl rule filters - eg the 'rctl -r :' case.Edward Tomasz Napierala
2015-11-29Improve error reporting to clearly show problematic rules.Edward Tomasz Napierala
2015-11-29Simplify rule retrieval and improve error handling.Edward Tomasz Napierala
2015-11-29Fix some memory management problems.Edward Tomasz Napierala
2015-11-29Handle asprintf(3) errors in a standards-compliant way.Edward Tomasz Napierala
2015-11-29Rewrite the rctl(8) utility to make it possible to add multiple rulesEdward Tomasz Napierala
2015-11-29User and group identifiers the rctl(8) utility receives from the kernelEdward Tomasz Napierala
2015-11-05Make rctl(8) use more reasonable buffer size for retrieving the rules.Edward Tomasz Napierala
2015-04-29Remove spurious period.Edward Tomasz Napierala
2015-04-29Make rctl(8) more user-friendly when RACCT/RCTL is disabled for some reason.Edward Tomasz Napierala
2011-03-30Add rctl(8), the utility to manage rctl rules.Edward Tomasz Napierala