<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/realpath.3, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-13T18:34:00+00:00</updated>
<entry>
<title>The mdoc(7) .Ft macro does not need quoting of its arguments, but about</title>
<updated>2025-06-13T18:34:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-13T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d939c0f8976619330bcf368e12700a6ab1d14f99'/>
<id>urn:sha1:d939c0f8976619330bcf368e12700a6ab1d14f99</id>
<content type='text'>
10% of our manual pages using this macro employed useless quoting anyway.
Remove these quotes such that they do not incite fear, uncertainty,
and doubt in developers who happen to look at these pages.
jmc@ and tb@ agree with the direction.
</content>
</entry>
<entry>
<title>Provide realpath(1)</title>
<updated>2021-10-13T15:04:53+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2021-10-13T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abee1a1ab2ff268190f5bb2aafb17cccebd49f17'/>
<id>urn:sha1:abee1a1ab2ff268190f5bb2aafb17cccebd49f17</id>
<content type='text'>
A tiny realpath(3) wrapper to make a porter's life easier.

Feedback kettenis deraadt cheloha sthen
OK cheloha martijn deraadt
</content>
</entry>
<entry>
<title>The file passed to realpath(3) must exists, adjust man page to new</title>
<updated>2019-12-11T20:01:50+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-12-11T20:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be7e226cf1922696ae30c64b3eaacbbaa2f3a230'/>
<id>urn:sha1:be7e226cf1922696ae30c64b3eaacbbaa2f3a230</id>
<content type='text'>
behavior.
noticed by hshoexer@; OK beck@
</content>
</entry>
<entry>
<title>improve verb-tense for explaining the calling convention of __</title>
<updated>2019-07-05T12:55:36+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-07-05T12:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4bf793e9505c261426aef9e5558f1bd86f66f22a'/>
<id>urn:sha1:4bf793e9505c261426aef9e5558f1bd86f66f22a</id>
<content type='text'>
ok guenther jmc
</content>
</entry>
<entry>
<title>tweak previous; ok guenther</title>
<updated>2019-06-30T17:31:39+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2019-06-30T17:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eced022daed46bed98040232dc1e89ce17f32e27'/>
<id>urn:sha1:eced022daed46bed98040232dc1e89ce17f32e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document that getcwd() and realpath() are built on system calls that</title>
<updated>2019-06-29T21:21:27+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2019-06-29T21:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e97f226db81290b058661b505d48eb52b267a26f'/>
<id>urn:sha1:e97f226db81290b058661b505d48eb52b267a26f</id>
<content type='text'>
have a different calling convention than the standard function...as seen
in kdump output.

ok deraadt@ schwarze@
</content>
</entry>
<entry>
<title>oops - missing .El in previous;</title>
<updated>2019-06-15T17:06:46+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2019-06-15T17:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dbeda64b1b973b247ddecae5f1537d7403f28860'/>
<id>urn:sha1:dbeda64b1b973b247ddecae5f1537d7403f28860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore,</title>
<updated>2019-06-15T15:40:44+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-06-15T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11130d6977ce83b62fad4091fb27dc8d634bd473'/>
<id>urn:sha1:11130d6977ce83b62fad4091fb27dc8d634bd473</id>
<content type='text'>
it is a thin wrapper over the syscall __readlink(2).  Improve the list
of possible errors.
ok millert beck jmc
</content>
</entry>
<entry>
<title>Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).</title>
<updated>2014-01-20T22:40:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-20T22:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bcb3f2f9c7a04d1dc95d52a7ead1a104a2ba3e93'/>
<id>urn:sha1:bcb3f2f9c7a04d1dc95d52a7ead1a104a2ba3e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2013-06-05T03:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4'/>
<id>urn:sha1:2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4</id>
<content type='text'>
</content>
</entry>
</feed>
