<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/rcmdsh.c, branch OPENBSD_5_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-11-24T22:03:33+00:00</updated>
<entry>
<title>Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within</title>
<updated>2015-11-24T22:03:33+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-11-24T22:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7b803d1733f95d2823783aaaeb057de2eaab0231'/>
<id>urn:sha1:7b803d1733f95d2823783aaaeb057de2eaab0231</id>
<content type='text'>
libc to avoid reusing the static buffers returned by the non-reentrant
versions.  Since this is inside libc we can use constants for the
buffer sizes instead of having to call sysconf().
OK guenther@ deraadt@
</content>
</entry>
<entry>
<title>delete old lint ARGSUSED comments</title>
<updated>2015-11-01T03:45:29+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-11-01T03:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e3ae45186eaca587d36fb66eb7b7d50236f87da'/>
<id>urn:sha1:7e3ae45186eaca587d36fb66eb7b7d50236f87da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use waitpid() instead of wait() to avoid returning early from another child</title>
<updated>2015-10-23T04:45:32+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-23T04:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3219d6f98950c898ef82fe58e92354d7b9725ff'/>
<id>urn:sha1:f3219d6f98950c898ef82fe58e92354d7b9725ff</id>
<content type='text'>
exiting, and loop the waitpid() on EINTR

ok deraadt@ millert@
</content>
</entry>
<entry>
<title>Wrap &lt;unistd.h&gt; so that internal calls go direct and they're all weak symbols</title>
<updated>2015-09-12T14:56:50+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-12T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dbec400d163cf80f90bc9f4b22a894e932174ec'/>
<id>urn:sha1:4dbec400d163cf80f90bc9f4b22a894e932174ec</id>
<content type='text'>
Delete unused 'fd' argument from internal function oldttyname()
</content>
</entry>
<entry>
<title>Make rcmdsh(3) not fail if it is passed a non resolvable hostname.</title>
<updated>2015-03-23T22:29:32+00:00</updated>
<author>
<name>halex</name>
<email></email>
</author>
<published>2015-03-23T22:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=091c0e311c538227e515145a41831b90a0b24ebc'/>
<id>urn:sha1:091c0e311c538227e515145a41831b90a0b24ebc</id>
<content type='text'>
Instead, silently ignore the fact and instead let the underlying
ssh (or $RSH) command handle it.

ok millert@
</content>
</entry>
<entry>
<title>uses ssh these days, not rsh; ok tedu</title>
<updated>2014-04-24T18:56:24+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2014-04-24T18:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7cbdc04c2b827033013bcaf209f3a6f41b0f28e9'/>
<id>urn:sha1:7cbdc04c2b827033013bcaf209f3a6f41b0f28e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg</title>
<updated>2007-09-02T15:19:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2007-09-02T15:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dce4206f0cafd0811f23aedc04a436aa9d145c1'/>
<id>urn:sha1:4dce4206f0cafd0811f23aedc04a436aa9d145c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap rcsid.</title>
<updated>2005-08-06T20:30:04+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-06T20:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b8b677406e1ef4804e2003a72385456ce954c219'/>
<id>urn:sha1:b8b677406e1ef4804e2003a72385456ce954c219</id>
<content type='text'>
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.

okay deraadt@, krw@
</content>
</entry>
<entry>
<title>ansify. ok deraadt@ moritz@</title>
<updated>2005-03-25T13:24:12+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-03-25T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f490723a2e673b2457f65c4b06cacb7d700a3e8'/>
<id>urn:sha1:2f490723a2e673b2457f65c4b06cacb7d700a3e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>let rcmdsh work on hosts that don't have an ipv4 address.</title>
<updated>2004-04-01T04:14:29+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2004-04-01T04:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6bb9101e96986f7e6ffc9a472843c7d1c1ebd54b'/>
<id>urn:sha1:6bb9101e96986f7e6ffc9a472843c7d1c1ebd54b</id>
<content type='text'>
If it works it is fine with me -- millert@
</content>
</entry>
</feed>
