summaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
AgeCommit message (Expand)Author
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-04-15fix timeval vs. timespec warningscgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft
1995-03-08use u_long for copyin*cgd
1995-02-03Return EROFS rather than ENOENT in many cases. Also some cosmetic cleanup.mycroft
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1994-12-27Format police.mycroft
1994-12-24Implement and use a common access checking routinews
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Remove a_fp.mycroft
1994-12-01Make sure averunnable.fscale is filled before using it.mycroft
1994-11-14fixed struct commentchristos
1994-10-20update for new syscall args description mechanismcgd
1994-09-15stat the file system at mount time, for `df -n', et al.mycroft
1994-07-21Implement /kern/msgbuf.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-15Minor update from JSP after merging my changes.mycroft
1994-06-15Deal with silly DIAGNOSTIC check.mycroft
1994-06-15Use vget() for devices.mycroft
1994-06-15Fix a bug in finding the raw root device.mycroft
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
1994-05-17Really fix the file size problem.mycroft
1994-05-17actually set va_size!cgd
1994-04-23make fs types consistent over new kernels. also, some proto foo.cgd
1994-04-21Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,cgd
1994-04-14fs types are names now.cgd
1994-02-14Add .. entry to /kernws
1994-02-11don't give bogus return code from read()cgd
1994-02-09don't panic if user does 'cat /kern', though result is dubious.cgd
1994-01-05Clean up deleted files.mycroft
1994-01-05update with latest kernfs file system from jsp@sequent.comcgd
1993-12-22fix return type of vnode print routinecgd
1993-12-20pull load average and misc changes down from magnumcgd
1993-12-18Canonicalize all #includes.mycroft
1993-11-20#ifdef out /kern/root at theo's requestcgd
1993-09-07Changes to VFS readdir semanticsws
1993-08-23changes from 0.9-ALPHA2 to 0.9-BETAcgd
1993-08-02Make kernfs_print have a return type of void.mycroft
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-20header cleanupcgd
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-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