summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
1993-10-30fix chris typo.glass
1993-10-29limit block sizes requestedcgd
1993-09-16kill volatile warning.cgd
1993-09-07Changes to VFS readdir semanticsws
1993-08-26Implement setattr: mode for process entries; mode + uid/gid for thepk
1993-08-25Um, last change was wrong. Instead, add 3 to the number of inodes (forgetmycroft
1993-08-25Subtract to from the free count for `.' and `..', to maintain the fiction thatmycroft
1993-08-25Fixed improperly initialized nfsnode in pfs_lookup()pk
1993-08-24Fill inode fields in procfs_statfs(), in stead of block fieldspk
1993-08-24copyright update.pk
1993-08-24Rcs Id added.pk
1993-08-24Initial version of a proc filesystem.pk
1993-08-23RLIMIT_OFILE --> RLIMIT_NOFILEmycroft
1993-08-23changes from 0.9-ALPHA2 to 0.9-BETAcgd
1993-08-02Make fdesc_print have a return type of void.mycroft
1993-08-02Make kernfs_print have a return type of void.mycroft
1993-08-01Add RCS identifiers (this time on the correct side of the branch), andmycroft
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-06-27ANSIfications - lots of function prototyping.andrew
1993-06-07give various filesystems their own vnode typescgd
1993-06-07give miscfs filesystems their own mount structure malloc type.cgd
1993-05-28add some more functionality: a setattr which supports chmod+chown+chgrp,cgd
1993-05-28add kernfs_access function, to kill kernfs security holecgd
1993-05-27make the sleeps on socket open interruptable.cgd
1993-05-20add rcs ids as necessary, and also clean up headerscgd
1993-05-20header cleanupcgd
1993-05-20add $Id$ strings, and clean up file headers where necessarycgd
1993-04-27fix several off-by-one errors in hostname setting/readingcgd
1993-04-27Use EPERM when write permission is denied, not EBADF.mycroft
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-04-02Jay Fenlason <hack@datacube.com>:cgd
1993-03-30added . and ..cgd
1993-03-27added cdevvp (after taking it out of vfs_subr.c) because realizedcgd
1993-03-27added ".." and support for "rrootdev"cgd
1993-03-25fixed problem where you couldn't unmount after looking...cgd
1993-03-25changed copyright notice thanks to following statement:cgd
1993-03-23files which implement the kern filesystem. from Jan-Simon Pendry,cgd
1993-03-23files which implement the fdesc filesystem. from Jan-Simon Pendry,cgd
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd