<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/mknod.c, branch v6.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-08-29T00:32:33Z</updated>
<entry>
<title>(main): Don't test whether macros like</title>
<updated>2006-08-29T00:32:33Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-29T00:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1b8c1afd7078c5895dd66edc7a6e8e7aadefce7a'/>
<id>urn:sha1:1b8c1afd7078c5895dd66edc7a6e8e7aadefce7a</id>
<content type='text'>
S_ISLNK are defined, since they're always defined now.
</content>
</entry>
<entry>
<title>(main): Adjust to new mode_adjust API.</title>
<updated>2006-07-17T03:11:01Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-17T03:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=577faf65e368a63ecadf7ef6fafb757040d938b1'/>
<id>urn:sha1:577faf65e368a63ecadf7ef6fafb757040d938b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Clarify -m's operation.</title>
<updated>2006-01-02T06:39:06Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-02T06:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=862fbc427b8b8a3444e8ab344a9c194ba02d49f7'/>
<id>urn:sha1:862fbc427b8b8a3444e8ab344a9c194ba02d49f7</id>
<content type='text'>
(main): If -m is given, don't invoke chmod; use umask 0 instead.
Report an error if -m asks for bits outside the 777 range.

Undo 2005-12-19 changes.
</content>
</entry>
<entry>
<title>Don't include &lt;assert.h&gt;; it wasn't used.</title>
<updated>2005-12-28T10:22:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-12-28T10:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=67e065e79d5858e5959578e94e2b161b4b5c24dc'/>
<id>urn:sha1:67e065e79d5858e5959578e94e2b161b4b5c24dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main) Avoid a minor race condition when `-m MODE' is specified, by using</title>
<updated>2005-12-19T18:18:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-12-19T18:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fa6cfcb9ce13b810d8dc88a7b562927636ecaa30'/>
<id>urn:sha1:fa6cfcb9ce13b810d8dc88a7b562927636ecaa30</id>
<content type='text'>
open, fchown, and close rather than just chown.  To do that reliably
(even with an overly restrictive umask), ensure that each
mknod call uses a mode including at least owner-read access.

(main): When `-m MODE' is specified, exit nonzero if
the subsequent chown (or equivalent open,fchown,close) fails.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mode_free -&gt; free</title>
<updated>2005-05-01T14:27:51Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-05-01T14:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=71a7e54b0de43107d5ac46c84a6bb69f7480807a'/>
<id>urn:sha1:71a7e54b0de43107d5ac46c84a6bb69f7480807a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(main): Adjust to new modechange API.</title>
<updated>2005-04-28T16:31:09Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-28T16:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b1fdaf5ac762d11268d204df221051c737fdb0b3'/>
<id>urn:sha1:b1fdaf5ac762d11268d204df221051c737fdb0b3</id>
<content type='text'>
Also, free the mode_change object when done.
</content>
</entry>
<entry>
<title>(main): Compile mode with MODE_MASK_ALL and initial umask.</title>
<updated>2005-04-22T23:53:33Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-04-22T23:53:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fde1a93ab835e9f454ce6b2eb41c8439fc4bb573'/>
<id>urn:sha1:fde1a93ab835e9f454ce6b2eb41c8439fc4bb573</id>
<content type='text'>
</content>
</entry>
</feed>
