mycroft
|
6cabaea642
|
Define vfs_unmountall(), to unmount file systems at shutdown time.
|
1995-04-10 19:46:56 +00:00 |
mycroft
|
9843f45605
|
Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS
differently.
|
1995-01-18 06:19:49 +00:00 |
cgd
|
7fb59862ff
|
undo charles's accidental changes.
|
1995-01-15 09:23:05 +00:00 |
mycroft
|
d903b2aa28
|
Remove unused extern.
|
1995-01-09 19:54:28 +00:00 |
ws
|
2f0fb8ee09
|
Implement and use a common access checking routine
|
1994-12-24 16:44:12 +00:00 |
cgd
|
f3dc337d8a
|
fix done in rev. 1.23 over again. it was clobbered, and problem masked
|
1994-07-10 05:53:25 +00:00 |
deraadt
|
318b9c6b63
|
limit st_dev to 15 bits set for nfs filesystems
|
1994-07-02 04:51:18 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
mycroft
|
33d82e8a8b
|
Move definition of prtactive.
|
1994-06-13 15:37:55 +00:00 |
mycroft
|
699bbb84b6
|
Update to 4.4-Lite fs code.
|
1994-06-08 11:28:29 +00:00 |
cgd
|
91cf0fbaf3
|
copyright foo
|
1994-05-17 04:21:49 +00:00 |
cgd
|
e15a2ee17e
|
sysctl update
|
1994-05-07 00:53:37 +00:00 |
cgd
|
d071d1cf05
|
some prototype cleanup, eliminate/replace bogus types (e.g. quad and
u_quad) -> use better types (e.g. quad_t & u_quad_t in inodes),
some cleanup.
|
1994-04-25 03:49:27 +00:00 |
cgd
|
b1f4730729
|
some more queue code (that's #ifdef DEBUG)
|
1994-04-23 08:41:05 +00:00 |
cgd
|
4917d8beec
|
make fs types consistent over new kernels. also, some proto foo.
|
1994-04-23 07:54:38 +00:00 |
cgd
|
3dda0064a5
|
Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,
some knf and structure frobbing to do along with it.
|
1994-04-21 07:47:31 +00:00 |
cgd
|
3fe93ccc24
|
don't let cons dev vnode get subsumed by a 'real' vnode. the current
scheme of vnode aliasing just *has* to go.
|
1994-04-18 21:03:14 +00:00 |
cgd
|
4be7b669e2
|
fs types are names now; accompanying changes.
|
1994-04-14 04:05:28 +00:00 |
mycroft
|
6076d8a10d
|
Fix typo.
|
1994-04-12 02:23:14 +00:00 |
mycroft
|
0600b23926
|
Remove a bogus optimization I did.
|
1994-04-11 23:43:04 +00:00 |
cgd
|
913fdbc06d
|
slight optimization, kill unnecessary label.
|
1994-04-11 22:03:17 +00:00 |
mycroft
|
3b2b4bc307
|
Add some comments.
|
1994-04-11 21:54:29 +00:00 |
mycroft
|
bfefadcc74
|
vcount(): Don't try to vgone() our argument.
|
1994-04-11 21:37:10 +00:00 |
ws
|
044478d0f7
|
Ooops. Forgot to move something.
|
1994-03-18 20:15:39 +00:00 |
ws
|
ce516ff13d
|
Make FFS optional
|
1994-03-09 21:21:37 +00:00 |
cgd
|
42d0ba8c0a
|
move getnewfsid() to where jsp says it belongs. update for header
files; clear new field and delete old vtype name.
|
1993-12-22 13:51:14 +00:00 |
cgd
|
bdabe240d0
|
replace VREF as appropriate to avoid logical recusion
|
1993-12-20 10:42:39 +00:00 |
cgd
|
842286f9c4
|
make searching a bit easier
|
1993-12-20 05:42:37 +00:00 |
mycroft
|
7f50bd1829
|
Canonicalize all #includes.
|
1993-12-18 04:21:37 +00:00 |
pk
|
9610135cb8
|
Do the right thing when arguments are NULL.
Don't leave filesystems marked busy after copyout() errors.
|
1993-12-09 18:00:18 +00:00 |
cgd
|
5838270f1e
|
patch from Ukai Fumitoshi <ukai@kmc.kyoto-u.ac.jp>
to do the right thing with NFS fsid's and getnewfsid()
|
1993-11-19 02:31:23 +00:00 |
cgd
|
76dbc1192b
|
new specfs.h and fifo.h locations
|
1993-11-12 05:54:12 +00:00 |
pk
|
0732d8a8b1
|
Added VPROC to vprint()'s vnode type representation array.
|
1993-08-26 18:57:02 +00:00 |
cgd
|
4543c1ebfd
|
changes from 0.9-ALPHA2 to 0.9-BETA
|
1993-08-23 04:59:38 +00:00 |
mycroft
|
4862b84c92
|
Add RCS identifiers (this time on the correct side of the branch), and
incorporate recent changes in netbsd-0-9 branch.
|
1993-08-01 19:22:24 +00:00 |
andrew
|
0e6cb953ea
|
ANSIfications - removed all implicit function return types and argument
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
1993-06-27 06:01:27 +00:00 |
cgd
|
230dcf0d05
|
add $Id$ strings, and clean up file headers where necessary
|
1993-05-20 02:54:09 +00:00 |
cgd
|
93156ce06e
|
modified files to support kernfs and fdesc fs
|
1993-03-23 23:56:07 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |