<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/mount.2, branch release/3.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Remove some 4.3BSDish anacronisims that state it is an</title>
<updated>1999-08-27T20:22:56+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1999-08-27T20:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cde851a27f5396cbc04fc38bb4407277e6e434c1'/>
<id>cde851a27f5396cbc04fc38bb4407277e6e434c1</id>
<content type='text'>
error to have pathname that contains a character with the
high-order bit set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error to have pathname that contains a character with the
high-order bit set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fix.</title>
<updated>1998-08-28T04:36:21+00:00</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-08-28T04:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1380f780e0d90dd2e11e8a2e042a38137d9c761a'/>
<id>1380f780e0d90dd2e11e8a2e042a38137d9c761a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correct a typo I just noticed.</title>
<updated>1998-02-17T19:41:53+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-17T19:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=934fb1c520469408cc200cd5b793d930cb445659'/>
<id>934fb1c520469408cc200cd5b793d930cb445659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed by:	hackers@freebsd.org in general</title>
<updated>1997-11-13T00:28:51+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1997-11-13T00:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52bf64c7878f577be7fefbf5be4e638977da95e2'/>
<id>52bf64c7878f577be7fefbf5be4e638977da95e2</id>
<content type='text'>
Obtained from: Whistle Communications tree

Add an option to the way UFS works dependent on the SUID bit of directories
This changes makes things a whole lot simpler on systems running as
fileservers for PCs and MACS. to enable the new code you must
1/ enable option SUIDDIR on the kernel.
2/ mount the filesystem with option suiddir.
hopefully this makes it difficult enough for people to
do this accidentally.
see the new chmod(2) man page for detailed info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from: Whistle Communications tree

Add an option to the way UFS works dependent on the SUID bit of directories
This changes makes things a whole lot simpler on systems running as
fileservers for PCs and MACS. to enable the new code you must
1/ enable option SUIDDIR on the kernel.
2/ mount the filesystem with option suiddir.
hopefully this makes it difficult enough for people to
do this accidentally.
see the new chmod(2) man page for detailed info.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed by:	various.</title>
<updated>1997-11-12T05:42:33+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1997-11-12T05:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1f4a44b03989b5d653f0a738f200d5784808bbc'/>
<id>b1f4a44b03989b5d653f0a738f200d5784808bbc</id>
<content type='text'>
Ever since I first say the way the mount flags were used I've hated the
fact that modes, and events, internal and exported, and short-term
and long term flags are all thrown together. Finally it's annoyed me enough..
This patch to the entire FreeBSD tree adds a second mount flag word
to the mount struct. it is not exported to userspace. I have moved
some of the non exported flags over to this word. this means that we now
have 8 free bits in the mount flags. There are another two that might
well move over, but which I'm not sure about.
The only user visible change would have been in pstat -v, except
that davidg has disabled it anyhow.
I'd still like to move the state flags and the 'command' flags
apart from each other.. e.g. MNT_FORCE really doesn't have the
same semantics as MNT_RDONLY, but that's left  for another day.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ever since I first say the way the mount flags were used I've hated the
fact that modes, and events, internal and exported, and short-term
and long term flags are all thrown together. Finally it's annoyed me enough..
This patch to the entire FreeBSD tree adds a second mount flag word
to the mount struct. it is not exported to userspace. I have moved
some of the non exported flags over to this word. this means that we now
have 8 free bits in the mount flags. There are another two that might
well move over, but which I'm not sure about.
The only user visible change would have been in pstat -v, except
that davidg has disabled it anyhow.
I'd still like to move the state flags and the 'command' flags
apart from each other.. e.g. MNT_FORCE really doesn't have the
same semantics as MNT_RDONLY, but that's left  for another day.
</pre>
</div>
</content>
</entry>
<entry>
<title>Describe MNT_NOCLUSTER{R,W} flags.</title>
<updated>1997-11-09T03:36:26+00:00</updated>
<author>
<name>KATO Takenori</name>
<email>kato@FreeBSD.org</email>
</author>
<published>1997-11-09T03:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=45d4f12362e00ab84b7f537bbaf47f272e877f3b'/>
<id>45d4f12362e00ab84b7f537bbaf47f272e877f3b</id>
<content type='text'>
Pointed out by:		bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by:		bde
</pre>
</div>
</content>
</entry>
<entry>
<title>changed prototype to match text</title>
<updated>1997-11-05T10:09:33+00:00</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>1997-11-05T10:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f668085d2dd477e6cf680ca432279893f06a12ed'/>
<id>f668085d2dd477e6cf680ca432279893f06a12ed</id>
<content type='text'>
changed sysctl to lsvfs as "sysctl vfs" doesn't return a listing of
possible filesystem names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed sysctl to lsvfs as "sysctl vfs" doesn't return a listing of
possible filesystem names
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated prototype for mount() to match Lite2 reality for the 1st arg</title>
<updated>1997-03-13T21:11:33+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-03-13T21:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1fe82dfebfc2b38fd0a7b56b355705ca954a1612'/>
<id>1fe82dfebfc2b38fd0a7b56b355705ca954a1612</id>
<content type='text'>
and Lite1 or earlier reality for the 4th arg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and Lite1 or earlier reality for the 4th arg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from Lite2 onto mainline -</title>
<updated>1997-03-11T11:35:56+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-03-11T11:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5faf00b5dad12a889b893ee60c054a0271e468e2'/>
<id>5faf00b5dad12a889b893ee60c054a0271e468e2</id>
<content type='text'>
  - add undelete() and undelete.2 (requires libc minor bump some time)
  - man page updates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - add undelete() and undelete.2 (requires libc minor bump some time)
  - man page updates
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to reflect new Lite2 mount.h and friends.</title>
<updated>1997-02-10T07:36:00+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1997-02-10T07:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=be619c7fbdf2488e61f64d756be7528f7562732c'/>
<id>be619c7fbdf2488e61f64d756be7528f7562732c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
