aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
Commit message (Collapse)AuthorAgeFilesLines
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
| | | | | | | the wait. Notes: svn path=/head/; revision=3396
* GCC cleanup.Poul-Henning Kamp1994-10-021-1/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=3311
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-212-2/+7
| | | | | | | loadable. (NFS is a notable exception.) Notes: svn path=/head/; revision=2946
* Relaxed panic in fdesc_setattr() to just return error.David Greenman1994-09-091-2/+2
| | | | Notes: svn path=/head/; revision=2610
* Fixed off by one error in referencing an array.David Greenman1994-09-091-3/+3
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=2609
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+4
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-243-0/+1344
Notes: svn path=/head/; revision=1541