Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -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. | phk | 1999-12-08 | 1 | -1/+0 |
| | | | | Obtained from: http://bogon.freebsd.dk/include | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed printf format errors (%qu -> %llu; the arg was already unsigned long | bde | 1999-08-08 | 1 | -5/+3 |
| | | | | long to hide problems on alphas). | ||||
* | Use %q rather than rolling a custom routine. | peter | 1999-07-09 | 1 | -51/+7 |
| | |||||
* | Add a new "file" to procfs: "rlimit" which shows the resource limits for | phk | 1999-04-30 | 1 | -0/+175 |
the process. PR: 11342 Submitted by: Adrian Chadd adrian@freebsd.org Reviewed by: phk |