aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_rlimit.c
Commit message (Expand)AuthorAgeFilesLines
* procfs: ensure that RLIMIT_IDENT is properly updated when a limit is addedKonstantin Belousov2024-10-051-0/+3
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-4/+18
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-2/+1
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-37/+10
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longBruce Evans1999-08-081-5/+3
* Use %q rather than rolling a custom routine.Peter Wemm1999-07-091-51/+7
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-301-0/+175