summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_rlimit.c
Commit message (Collapse)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-128/+0
| | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
* Remove unused #includes.phk1999-12-081-1/+0
| | | | Obtained from: http://bogon.freebsd.dk/include
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed printf format errors (%qu -> %llu; the arg was already unsigned longbde1999-08-081-5/+3
| | | | long to hide problems on alphas).
* Use %q rather than rolling a custom routine.peter1999-07-091-51/+7
|
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-0/+175
the process. PR: 11342 Submitted by: Adrian Chadd adrian@freebsd.org Reviewed by: phk
OpenPOWER on IntegriCloud